mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Change SQLPrimaryKeys() so that it detects the primary key
other than tablename_pkey.
This commit is contained in:
@ -545,7 +545,7 @@ SQLNativeSql(
|
||||
{
|
||||
result = SQL_SUCCESS_WITH_INFO;
|
||||
conn->errornumber = STMT_TRUNCATED;
|
||||
conn->errormsg = "The buffer was too small for the result.";
|
||||
conn->errormsg = "The buffer was too small for the NativeSQL.";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user