Browse Source

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

PECL
Ilia Alshanetsky 18 years ago
parent
commit
9f35febdf1
  1. 2
      ext/interbase/php_ibase_includes.h

2
ext/interbase/php_ibase_includes.h

@ -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)

Loading…
Cancel
Save