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 14, 2024 — Jun 14, 2025
Showing page 57 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove unicode #ifdefs and configure option.
Dave Page
More...
almost 21 years ago
Remove unused file.
Dave Page
More...
almost 21 years ago
Bump build number
Dave Page
More...
almost 21 years ago
Change Insight Distribution Systems the PGDG.
Dave Page
More...
almost 21 years ago
Add missing psqlodbc.rc file.
Dave Page
More...
almost 21 years ago
Do dynamic allocation when saving the locale, since some people seem to have amazingly long locale values.
Peter Eisentraut
More...
almost 21 years ago
Minor tidy up
Dave Page
More...
almost 21 years ago
Cleanup formatting, remove some unicode/odbcver ifdefs.
Dave Page
More...
almost 21 years ago
Bump build number
Dave Page
More...
almost 21 years ago
Remove unicode & odbc3 ifdefs, correct driver file name.
Dave Page
More...
almost 21 years ago
Bump version to 07.05.0001
Dave Page
More...
almost 21 years ago
Some bug fixes in the function mapping table in convert.c. Removed odbc.sql, because convert.c does its job.
Peter Eisentraut
More...
almost 21 years ago
Updated a couple of comments
Dave Page
More...
almost 21 years ago
Return the required SQLGetInfo buffer size in bytes not characters to prevent memory stomping in Unicode apps.
Dave Page
More...
almost 21 years ago
Make ODBC 0x0300 and Unicode the default on Unix, and fix the compilation in these modes.
Peter Eisentraut
More...
almost 21 years ago
Remove traces of code that tries to compile on Unix without a driver manager. Look automatically for a driver manager if none is requested explicitly.
Peter Eisentraut
More...
almost 21 years ago
Fix buffer overflows related to unchecked make_string().
Peter Eisentraut
More...
almost 21 years ago
I've looked at the warnings in info.c. The reason of the warnings was macro NULL_IF_NULL defined in info.c:49. (Karol Szkudlarek) Also removed an unused variable (Dave)
Dave Page
More...
almost 21 years ago
Remove unused files. These files are only required for the non-iodbc/non-unixodbc build of the driver on unix which is useless anyway.
Dave Page
More...
almost 21 years ago
This patch fixes several misguided assumptions that sizeof(long) == 4, which is not true on 64-bit architectures (Peter Eisentraut)
Dave Page
More...
almost 21 years ago
Cleaned up installer.
Dave Page
More...
about 21 years ago
Fix a directory reference that wasn't using an alias.
Dave Page
More...
about 21 years ago
Fix a directory reference that wasn't using an alias.
Dave Page
More...
about 21 years ago
Update version to 07.03.0209 Make the Unicode version the primary and remove others.
Dave Page
More...
about 21 years ago
Update version to 07.03.0209 Make the Unicode version the primary and remove others.
Dave Page
More...
about 21 years ago
Add WIN1250 support - Ludek Finstrle
Dave Page
More...
about 21 years ago
the following patch (against 7.03.0200) contains two things: - The first hunk is necessary to build psqlodbc using Borland C++ Builder 6.0 [I successfully built the whole DLL, which requires a few other patches] - The second hunk is necessary as Borland's sscanf would do all sorts of things with rest[] when CodeGuard is active (I wonder if it's not their way of hinting that we have an opportunity for a buffer overrun here). Cyrille Ch?p?lov <
[email protected]
>
Dave Page
More...
about 21 years ago
When compile and start using psqlodbc.so, it crashes with missing export QR_get_value_backend_row().
Bruce Momjian
More...
about 21 years ago
Fix for invalid input syntax for type tid: '(,)' - Jose' Cruanyes
Dave Page
More...
about 21 years ago
[7.3.0208] 1) Change catalog functions to search 'public' schema if a user tries to search the user named schema and finds no record to return. 2) Set the statement status to STMT_FINISHED(not STMT_PREPARED) if the pre execution causes an error. 3) Adjust null terminator for SQL_C_WCHAR type. 4) Change getCharColumnSize to return max size when the statement has no result. 5) Cache the number of parameters for statements.
Hiroshi Inoue
More...
over 21 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
…
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