Change SQLPrimaryKeys() so that it detects the primary key
Hiroshi Inoue <inoue@tpf.co.jp>
Change SQLPrimaryKeys() so that it detects the primary key other than tablename_pkey.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/bind.c | modified | +3 −0 |
| src/interfaces/odbc/drvconn.c | modified | +1 −1 |
| src/interfaces/odbc/execute.c | modified | +1 −1 |
| src/interfaces/odbc/info.c | modified | +58 −33 |
| src/interfaces/odbc/results.c | modified | +4 −4 |
| src/interfaces/odbc/statement.c | modified | +7 −5 |