mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-20 18:32:06 +00:00
Tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
76fc7db9a7
commit
6f09cf583f
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ connectQuote(NSString *str)
|
|||
{
|
||||
if (connection == 0)
|
||||
{
|
||||
connected = YES;
|
||||
connected = NO;
|
||||
if ([self database] != nil)
|
||||
{
|
||||
NSString *host = nil;
|
||||
|
@ -162,10 +162,10 @@ connectQuote(NSString *str)
|
|||
[self name], m, PQerrorMessage(connection)];
|
||||
PQfinish(connection);
|
||||
extra = 0;
|
||||
connected = NO;
|
||||
}
|
||||
else
|
||||
{
|
||||
connected = YES;
|
||||
if ([self debugging] > 0)
|
||||
{
|
||||
[self debug: @"Connected to '%@'", [self name]];
|
||||
|
|
Loading…
Reference in a new issue