0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unicode #ifdefs and configure option. More... almost 21 years ago
Remove unused file. More... almost 21 years ago
Bump build number More... almost 21 years ago
Change Insight Distribution Systems the PGDG. More... almost 21 years ago
Add missing psqlodbc.rc file. More... almost 21 years ago
Do dynamic allocation when saving the locale, since some people seem to have amazingly long locale values. More... almost 21 years ago
Minor tidy up More... almost 21 years ago
Cleanup formatting, remove some unicode/odbcver ifdefs. More... almost 21 years ago
Bump build number More... almost 21 years ago
Remove unicode & odbc3 ifdefs, correct driver file name. More... almost 21 years ago
Bump version to 07.05.0001 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. More... almost 21 years ago
Updated a couple of comments More... almost 21 years ago
Return the required SQLGetInfo buffer size in bytes not characters to prevent memory stomping in Unicode apps. More... almost 21 years ago
Make ODBC 0x0300 and Unicode the default on Unix, and fix the compilation in these modes. 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. More... almost 21 years ago
Fix buffer overflows related to unchecked make_string(). 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) 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. 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) More... almost 21 years ago
Cleaned up installer. More... about 21 years ago
Fix a directory reference that wasn't using an alias. More... about 21 years ago
Fix a directory reference that wasn't using an alias. More... about 21 years ago
Update version to 07.03.0209 Make the Unicode version the primary and remove others. More... about 21 years ago
Update version to 07.03.0209 Make the Unicode version the primary and remove others. More... about 21 years ago
Add WIN1250 support - Ludek Finstrle 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]> More... about 21 years ago
When compile and start using psqlodbc.so, it crashes with missing export QR_get_value_backend_row(). More... about 21 years ago
Fix for invalid input syntax for type tid: '(,)' - Jose' Cruanyes 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. More... over 21 years ago