diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-04-22 16:08:26 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-04-22 16:08:26 +0200 |
commit | 8156bce86a3cc607d958e418a41b2cf4ba1914d3 (patch) | |
tree | bbbef094d9e93a3dcf518dde12fcff43ff93f0dc | |
parent | 7e8a4888be548390148cc932a5d0b899e4fdd318 (diff) |
dbaccess-default-varchar-lenght.diff: default VARCHAR length to 100 (i#62664)
-rw-r--r-- | dbaccess/source/ui/tabledesign/FieldDescriptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx index 7f868b106..f6b27269d 100644 --- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx +++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx @@ -39,7 +39,7 @@ #include "UITools.hxx" #include <com/sun/star/util/NumberFormat.hpp> -#define DEFAULT_VARCHAR_PRECSION 50 +#define DEFAULT_VARCHAR_PRECSION 100 #define DEFAULT_OTHER_PRECSION 16 #define DEFAULT_NUMERIC_PRECSION 5 #define DEFAULT_NUMERIC_SCALE 0 |