1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

Fixed bug #43912 (Interbase column names are truncated to 31 characters)

This commit is contained in:
Ilia Alshanetsky
2008-01-23 01:22:24 +00:00
parent 10a0f20652
commit 9f35febdf1
+1 -1
View File
@@ -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)