diff options
| author | Hiroshi Inoue | 2007-10-27 01:14:00 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2007-10-27 01:14:00 +0000 |
| commit | fc4df26bb85ab91e6d3a47dbd002f96290ac258c (patch) | |
| tree | 139157356e99ad6fb305e6c71caf07a04a6f6ff6 /loadlib.h | |
| parent | be8dd244ed3fab63dd34a22ef58cc02fa417df0f (diff) | |
The version is now 8.2.0501.
1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar
type columns (Unicode driver).
2. Change to not return database name if case of MS Query.
3. The first cut to use Windows SSPI. The trial to use Schannel service
for SSL support.
4. Be more careful about <for locking clause> in UseDeclareFetch mode.
Add missing? "for read only" clause for read only queries for 8.3
or later servers for safety.
Diffstat (limited to 'loadlib.h')
| -rw-r--r-- | loadlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,8 +15,11 @@ #ifdef __cplusplus extern "C" { #endif + BOOL LIBPQ_check(void); +#ifndef NOT_USE_LIBPQ void *CALL_PQconnectdb(const char *conninfo, BOOL *); +#endif /* NOT_USE_LIBPQ */ #ifdef _HANDLE_ENLIST_IN_DTC_ RETCODE CALL_EnlistInDtc(ConnectionClass *conn, void * pTra, int method); RETCODE CALL_DtcOnDisconnect(ConnectionClass *); |
