openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
psqlodbc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 04, 2024 — Jun 04, 2025
Showing page 61 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add multithreading on Solaris and Linux by Janet Borschowa <
[email protected]
>.
Hiroshi Inoue
More...
over 22 years ago
Add odbc.sgml.
Bruce Momjian
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.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
over 22 years ago
Added README.unix to build system.
Dave Page
More...
over 22 years ago
Updated README.unix for new build environment.
Dave Page
More...
over 22 years ago
Added Unix build environment as supplied by Peter Eisentraut.
Dave Page
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).
Hiroshi Inoue
More...
over 22 years ago
Change the default precision of Timestamp type.
Hiroshi Inoue
More...
over 22 years ago
Added unix build instructions.
Dave Page
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.
Hiroshi Inoue
More...
over 22 years ago
Change NAMEDATALEN to 64 for 7.3 servers. Change max index key count to 32 for 7.3 servers.
Hiroshi Inoue
More...
over 22 years ago
Change LOCK statements to start new transaction in auto-commit off mode.
Hiroshi Inoue
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 ().
Hiroshi Inoue
More...
almost 23 years ago
Fix a bug about automatic client_encoding setting.
Hiroshi Inoue
More...
almost 23 years ago
Fix a bug about the handling of CX parameter of the connection string reported by Sergey Smirnov.
Hiroshi Inoue
More...
almost 23 years ago
Fix a bug about the handling of '.' in parse.c.
Hiroshi Inoue
More...
almost 23 years ago
An improvement of User Interface(Setup dialog) by Dave Page.
Hiroshi Inoue
More...
almost 23 years ago
1) Fix a memory leak in use declare/fetch mode. 2) Change default build mode to multibyte(Windows).
Hiroshi Inoue
More...
almost 23 years ago
Make NAMEDATALEN changeable at compile time.
Hiroshi Inoue
More...
almost 23 years ago
Fix a bug reported by Zhou Han.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
almost 23 years ago
1) Add support for GB18030. 2) Fix a bug about the handling of large objects.
Hiroshi Inoue
More...
almost 23 years ago
Update copyright to 2002.
Bruce Momjian
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.
Thomas G. Lockhart
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.
Hiroshi Inoue
More...
almost 23 years ago
Add missing win_setup.h.
Hiroshi Inoue
More...
almost 23 years ago
Add *Int8 As* option.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
about 23 years ago
Add a file for version control.
Hiroshi Inoue
More...
about 23 years ago
←
1
2
…
57
58
59
60
61
62
63
64
65
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree