mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-16 00:21:39 +00:00
fixup 'xconnectd' flag
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@39049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39c084eb1c
commit
fb23a2d5fd
1 changed files with 3 additions and 2 deletions
|
@ -523,6 +523,7 @@ connectQuote(NSString *str)
|
|||
}
|
||||
NS_ENDHANDLER
|
||||
}
|
||||
connected = NO;
|
||||
}
|
||||
|
||||
- (void) _postNotification: (NSNotification*)n
|
||||
|
@ -658,7 +659,7 @@ connectQuote(NSString *str)
|
|||
{
|
||||
str = [NSString stringWithCString: cstr];
|
||||
}
|
||||
[self disconnect];
|
||||
[self backendDisconnect];
|
||||
[NSException raise: SQLException format: @"Error executing %@: %@",
|
||||
stmt, str];
|
||||
}
|
||||
|
@ -1014,7 +1015,7 @@ static inline unsigned int trim(char *str, unsigned len)
|
|||
{
|
||||
str = [NSString stringWithCString: cstr];
|
||||
}
|
||||
[self disconnect];
|
||||
[self backendDisconnect];
|
||||
[NSException raise: SQLException format: @"Error executing %@: %@",
|
||||
stmt, str];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue