From 4fc98bc281ac52df0c9311a41607505eea579946 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 9 Feb 2014 10:24:59 +0100 Subject: [PATCH] add field properties for controlling export of query results to an external database --- composer/report/field.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer/report/field.py b/composer/report/field.py index ac9d3e3..3d47d7d 100644 --- a/composer/report/field.py +++ b/composer/report/field.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Helmut Merz helmutm@cy55.de +# Copyright (c) 2014 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -71,6 +71,8 @@ class Field(Component): vocabulary = None default = defaultComparisonValue = None instance_name = None + dbtype = 'string' + dbsize = None storeData = True renderer = 'standard' operator = 'in'