0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add multithreading on Solaris and Linux by Janet Borschowa <[email protected]>. More... over 22 years ago
Add odbc.sgml. More... over 22 years ago
1) Change SQLExtendedFetch to return SQL_NO_DATA_FOUND not SQL_ERROR for non-select cursors per bug(?) report from Gabor. 2) Handle the CURS_IN_ROWSET flag properly when the 5th parameter of SQLExtendedFetch is NULL per bug report from Janet Borschowa. More... over 22 years ago
Change updatable cursors for 'select func()' to not return an error(just changing the cursor to be read-only) per bug report from Keisaku Sasaki. More... over 22 years ago
Added README.unix to build system. More... over 22 years ago
Updated README.unix for new build environment. More... over 22 years ago
Added Unix build environment as supplied by Peter Eisentraut. More... over 22 years ago
1) Change SQLDescribeCol or SQLColAttribute to return right ResultNumCols for keyset/static cursors. 2) Change PG_TYPE_TEXT -> PG_TYPE_VARCHAR for character columns of the result of catalog functions (bug report from Mike Mascari). More... over 22 years ago
Change the default precision of Timestamp type. More... over 22 years ago
Added unix build instructions. More... over 22 years ago
1) Removed most static variables for thread safety. 2) Trial implementation of the thread safe driver under Windows. 3) Fix a bug about DSN options setting. 4) Fix a bug about Driver options setting. 5) Implement SQLProcedureColumns(). 6) Changed default numeric precision/scale. 7) Fix some memory leaks in Unicode driver. 8) datetime -> timestamp with time zone since 7.0. 9) Change manually started(using begin) transactions never be implicitly committed. More... over 22 years ago
Change NAMEDATALEN to 64 for 7.3 servers. Change max index key count to 32 for 7.3 servers. More... over 22 years ago
Change LOCK statements to start new transaction in auto-commit off mode. More... almost 23 years ago
1) Improve the handling of the queries like (select ..) union (select ..) whose first non-space character is '('. 2) Handle Insert .. () VALUES (). More... almost 23 years ago
Fix a bug about automatic client_encoding setting. More... almost 23 years ago
Fix a bug about the handling of CX parameter of the connection string reported by Sergey Smirnov. More... almost 23 years ago
Fix a bug about the handling of '.' in parse.c. More... almost 23 years ago
An improvement of User Interface(Setup dialog) by Dave Page. More... almost 23 years ago
1) Fix a memory leak in use declare/fetch mode. 2) Change default build mode to multibyte(Windows). More... almost 23 years ago
Make NAMEDATALEN changeable at compile time. More... almost 23 years ago
Fix a bug reported by Zhou Han. More... almost 23 years ago
1) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page). 2) Allow LF->CR/LF conversion under UNICODE driver. More... almost 23 years ago
1) Add support for GB18030. 2) Fix a bug about the handling of large objects. More... almost 23 years ago
Update copyright to 2002. More... almost 23 years ago
Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. Remove ODBC-compatible empty parentheses from calls to SQL99 functions for which these parentheses do not match the standard. Update the ODBC driver to ensure compatibility with the ODBC standard for these functions (e.g. CURRENT_TIMESTAMP, CURRENT_USER, etc). Include a new appendix in the User's Guide which lists the labeled features for SQL99 (the labeled features replaced the "basic", "intermediate", and "advanced" categories from SQL92). features.sgml does not yet split this list into "supported" and "unsupported" lists. More... almost 23 years ago
1) Fix a bug *double error message*. 2) Fix a bug *passowrd prompt in case of md5 authentication*. 3) Improve the DSN setup dialog. More... almost 23 years ago
Add missing win_setup.h. More... almost 23 years ago
Add *Int8 As* option. More... almost 23 years ago
1) Support Keyset Driven driver cursors. 2) Supprt ARD precision/scale and SQL_C_NUEMRIC. 3) Minimal implementation of SQLGetDiagField(). 4) SQLRowCount() reports the result of SQLSetPos and SQLBulkOperation. 5) int8 -> SQL_NUMERIC for Microsoft Jet. 6) Support isolation level change. 7) ODBC3.0 SQLSTATE code. 8) Append mode log files. More... about 23 years ago
Add a file for version control. More... about 23 years ago