Commit Graph

2 Commits

Author SHA1 Message Date
sebastia
ce28b02e9a update gnustep-sqlclient to 1.5.3
most important change is a fix:
Postgres.m: Fix to handle new bytea with \x format

OK jasper@
2011-10-15 08:02:23 +00:00
sebastia
0c948960ba import GNUstep SQLClient framework:
The SQLClient library is designed to provide a simple interface to SQL
databases for GNUstep applications. It does not attempt the sort of
abstraction provided by the much more sophisticated GDL2 library but
rather allows applications to directly execute SQL queries and
statements.

SQLClient provides for the Objective-C programmer much the same thing
that JDBC provides for the Java programmer.

OK landry@
2011-09-17 07:26:08 +00:00