mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-15 08:01:33 +00:00
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:
parent
269223af2f
commit
29c3fa5061
1 changed files with 1 additions and 1 deletions
|
@ -2747,7 +2747,7 @@ static unsigned int maxConnections = 8;
|
||||||
{
|
{
|
||||||
return [NSString stringWithFormat: @"%@ with SQL '%@' for %@",
|
return [NSString stringWithFormat: @"%@ with SQL '%@' for %@",
|
||||||
[super description],
|
[super description],
|
||||||
(_count == 0 ? (id)@"" : (id)[_info objectAtIndex: 0]), _db];
|
(_count == 0 ? (id)@"" : (id)_info), _db];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) add: (NSString*)stmt,...
|
- (void) add: (NSString*)stmt,...
|
||||||
|
|
Loading…
Reference in a new issue