Print full transaction in -description

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@26287 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-03-12 14:52:35 +00:00
parent 269223af2f
commit 29c3fa5061

View file

@ -2747,7 +2747,7 @@ static unsigned int maxConnections = 8;
{
return [NSString stringWithFormat: @"%@ with SQL '%@' for %@",
[super description],
(_count == 0 ? (id)@"" : (id)[_info objectAtIndex: 0]), _db];
(_count == 0 ? (id)@"" : (id)_info), _db];
}
- (void) add: (NSString*)stmt,...