Add support for parsing "char"[] into NSArray

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@38813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2015-07-17 13:36:49 +00:00
parent 3bde5e99a8
commit 88796e18bc
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-07-17 Niels Grewe <niels.grewe@halbordnung.de>
* Postgres.m: Support for "char"[] parsing.
2015-07-16 Wolfgang Lux <wolfgang.lux@gmail.com>
* Postgres.m (newDateFromBuffer): Use local time zone instead of

View file

@ -914,6 +914,7 @@ static inline unsigned int trim(char *str, unsigned len)
case 1022: // DOUBLE ARRAY
case 1002: // CHAR ARRAY
case 1009: // TEXT ARRAY
case 1014: // "char" ARRAY
case 1015: // VARCHAR ARRAY
case 1263: // CSTRING ARRAY
if ('{' == *p)