]> granicus.if.org Git - php/commitdiff
MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters)
authorIlia Alshanetsky <iliaa@php.net>
Wed, 23 Jan 2008 01:23:12 +0000 (01:23 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 23 Jan 2008 01:23:12 +0000 (01:23 +0000)
ext/interbase/php_ibase_includes.h

index b8f82d774821edb0090bb5e1432572017da7e4d2..bde6ccee9352d98026e38dac0cae6ecd1f4f5873 100755 (executable)
@@ -30,7 +30,7 @@
 #endif
 
 #ifndef METADATALENGTH
-#define METADATALENGTH 32
+#define METADATALENGTH 68
 #endif
 
 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)