Ensure dates are quoted correctly irrespective of their current format.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@38835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2015-07-23 14:59:03 +00:00
parent 6114a2b053
commit dc97e17119
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2015-07-23 Wolfgang Lux <wolfgang.lux@gmail.com>
* SQLClient.m (initialize): Restore initialization of NSDateClass
so that dates are quoted correctly irrespective of their current
format.
2015-07-22 Richard Frith-Macdonald <rfm@gnu.org>
* SQLClient.h:

View file

@ -934,6 +934,7 @@ static int poolConnections = 0;
rollbackStatement
= [[NSArray arrayWithObject: rollbackString] retain];
NSStringClass = [NSString class];
NSDateClass = [NSDate class];
NSArrayClass = [NSArray class];
NSSetClass = [NSSet class];
[NSTimer scheduledTimerWithTimeInterval: 1.0