Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe | 2015-08-22 | 1.6 kB | |
ChangeLog | 2015-08-22 | 65.6 kB | |
unixODBC-2.3.3.tar.gz | 2015-08-22 | 1.8 MB | |
unixODBC-2.3.3.tar.gz.md5 | 2015-08-22 | 56 Bytes | |
Totals: 4 Items | 1.9 MB | 0 |
2.3.3 * Reporting of logging state was broken in SQLGetConnectAttr * Fix incorrect text against HY007 * Add -L option to isql to increase max column data display * Update automake toolset in svn * Add SQLFreeStmt( SQL_CLOSE ) function to SQLCancel * Allow SQL_NTS as a buffer length to SQLBindParameter * More manual pages for the tools * Fix buffer overrun returning long diagnostic from driver * Cross call between wide and ascii error reporting in the driver when needed * Fix some possible unchecked memory references after malloc * Prevent free( NULL ) in SQLGetDiagRecW * Add missing A->W conversion in SQLGetStmtOption * Allow iconv to convert strings into the driver with differing A and W lengthts (UTF) * SQLDataSourcesW takes buffer_lenghts as characters not bytes * Fix memory leak in SQLGetDiagRec * Allow setting custom non standard attributes via DMStmtAttr, format is: DMStmtAttr=[xxxx]=\yyy DMStmtAttr=[xxxx]={ssss} where xxxx = integer attribute to set, yyy is decimal numeric value and ssss is a string value * Add check in SQLGetData for null target value or negative buffer length * Fix memory leak when using the cursor lib * Catch incorrectly expanded SHLIBEXT * There was a bug in the ini caching, now fixed * More ODBC 3.80 additions (streaming parameters) * Check for NULL handle in __validate_xxx() * Avoid potential memory leak in SQLAllocStatement * Avoid buffer overflow via environment variamles * Fix some typos