]> andersk Git - moira.git/commitdiff
*** empty log message ***
authorkostas <kostas>
Tue, 2 Oct 1990 13:31:17 +0000 (13:31 +0000)
committerkostas <kostas>
Tue, 2 Oct 1990 13:31:17 +0000 (13:31 +0000)
server/sql_defs.h

index 33e7e1d151ba192b2af4d486206e7f7d24189398..7845cbffc3c4dff6012f5e4e7b35afa0e36952c1 100644 (file)
@@ -4,10 +4,10 @@
  */
 
 /* SQL character string constants .. */
-#define SQL_STR         256
-#define SQL_LONG_STR    512
-#define SQL_MAX_STR_LEN 512
+#define SQL_STR           256
+#define SQL_LONG_STR     1024
+#define SQL_MAX_STR_LEN 16383
 
 /* SQL table related constants */
-#define SQL_MAX_COLUMS  128
+#define SQL_MAX_COLUMS    128
 
This page took 0.040542 seconds and 5 git commands to generate.