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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user