psqlodbc.git
2005-08-12 Dave PageOops, missed this commit
2005-08-11 Dave PageFurther column length tweaks
2005-08-11 Dave PageImprove field length setup. Use the correct values...
2005-08-05 Dave PageContrary to what SQLGetInfo thinks, PostgreSQL doesn...
2005-08-05 Dave PagePost release version number bump
2005-08-05 Dave PageFix default numeric precision.
2005-08-04 Dave PageFix leak in SC_Destructor [Kelly Burkhart] - archives...
2005-08-04 Dave PageIf I bind a 32 bit integer using SQL_INTEGER/SQL_C_LONG...
2005-08-03 Dave PageFix per bug ref 1187 [Scot Loach] REL-08_01_0003
2005-08-03 Dave PageHandle SQL_DATE from ODBC2 apps, per bug report 1292...
2005-08-03 Dave PageAdd comment about a known leak bug that needs fixing
2005-08-03 Dave PageFix bug that stopped Use Declare/Fetch working, and...
2005-08-03 Dave PageFix some logging that was bugging me
2005-08-02 Dave PageRemove commented out code.
2005-08-02 Dave PageFix unicode copy & convert bug. SQLGetData with SQL_C_W...
2005-08-01 Dave PageFix memory leak per gborg bug 1356 [pauldaugherty]
2005-08-01 Dave PageFix SQL_MAX_IDENTIFIER_LEN per gborg bug ref: 1348
2005-08-01 Dave PageInclude win_unicode.c in Unix build because it contains...
2005-07-27 Dave PageJapanese GUI update from Hiroshi Saito
2005-07-26 Dave PageGet proper error messages from the server, rather than...
2005-07-25 Dave PageAdd SSL support.
2005-07-22 Dave PageIn SQLGetDescFieldW:128 blen is not initialised before...
2005-07-22 Dave PageIn SC_pos_reload_needed:2189 rows_per_fetch is uninitia...
2005-07-22 Dave PageFix some errors found by static source analysis (using...
2005-07-22 Dave PageBump version number
2005-07-20 Dave Pageself->pgconn needs to be set as NULL after PQfinish... REL-08_01_0002
2005-07-20 Dave PageRemove exit_nicely function, along with it's exit(1...
2005-07-19 Dave PageFix memory leak spotted by Marko Ristola
2005-07-19 Anoop KumarRemoves an unnecessary call to PGgetisnull, and reduce...
2005-07-15 Dave PageRe-add previously removed variable, ifdef'd appropriately.
2005-07-15 Dave PageRemove an usued variable, and initialise another to...
2005-07-15 Anoop KumarTo fix the bug of PQgetvalue returning an empty string...
2005-07-13 Dave PagePost-snapshot version number bump
2005-07-13 Dave PageFix format string [Marko Ristola]
2005-07-13 Dave PageRename driver for parallel testing with stable version... REL-08_01_0001
2005-07-13 Dave PageNew version of the driver with libpq based comms layer...
2005-06-30 Dave PageAccording to MSDN docs for SQLSetStmtAttr, if you try...
2005-04-27 Dave PageBug ref: 1262
2005-04-27 Dave PageBug ref: 1276
2005-04-25 Dave PageThis patch returns the remarks (description) on a table...
2005-04-25 Dave PageBump version to 08.01.0102
2005-03-18 Peter EisentrautWhen inserting SHRT_MIN into an int2 column, the ODBC...
2005-03-05 Dave PageFix driver registration REL-08_00_0101
2005-03-05 Dave PageFix version number
2005-03-02 Dave PageThe following patch allow users to configure the Unix...
2005-03-02 Dave PagePost-release version number bump
2005-03-02 Dave PageInclude installer. REL-08_00_0100
2005-03-02 Dave PageVersion bump for release.
2005-02-23 Dave PageCorrect version number REL-08_00_0005
2005-02-23 Dave PageShow version number in installer.
2005-02-23 Dave PageRemove unused icon.
2005-02-23 Dave PageWe don't implement SQLSetScrollOptions
2005-02-23 Dave PageDon't barf when parsing queries with functions in the...
2005-02-14 Dave PageIncrease SOCK_BUFFER_SIZE to 8192 per report from Karol...
2005-02-13 Dave PageFix directory used for debug builds
2005-02-13 Dave PageFix missing " win32.mak
2005-02-10 Dave PageNote the need for vcvars32.bat when compiling in Window...
2005-02-08 Dave PageBump version to 08.00.0005
2005-01-29 Dave PageNew WiX based installer.
2005-01-28 Dave Page08.00.0004 Version bump REL-08_00_0004
2005-01-17 Dave PageBump version for new snapshot
2005-01-17 Dave PageWith CVS HEAD, numeric values are not read correctly.
2004-12-21 Dave PageThere is a 16-byte leak for every statement handle...
2004-11-11 Dave PageReturn type names without parens. Originally changed...
2004-10-27 Dave PageUpdated Japanese dialog from Hiroshi Saito
2004-10-08 Dave PageIgnore search_path in SQLTables REL-08_00_0002
2004-10-08 Dave PageBump version number
2004-10-08 Dave PageOK, finally think this SQLInfo unicode string length...
2004-10-07 Dave Page2nd attempt at the previously rolled back fix. This...
2004-10-06 Dave PageBack out previous revision. Can't see or recall why...
2004-10-04 Dave PageBump version number to 08.00.0001 in prep for PostgreSQ... REL-08_00_0001
2004-10-04 Dave PageTurn off updateable cursors by default.
2004-07-30 Peter EisentrautAdd explicit cast to bound int2 parameters (see bug...
2004-07-30 Dave PageSupport setting of SQL_ATTR_ANSI_APP w/ODBCVER >= 3.51
2004-07-26 Dave PageDon't include the terminating character when returning...
2004-07-25 Peter EisentrautUpdate copyright year
2004-07-21 Dave PageMake the driver ODBC 3 only.
2004-07-21 Dave PageRemove unicode #ifdefs and configure option.
2004-07-21 Dave PageRemove unused file.
2004-07-20 Dave PageBump build number
2004-07-20 Dave PageChange Insight Distribution Systems the PGDG.
2004-07-20 Dave PageAdd missing psqlodbc.rc file.
2004-07-20 Peter EisentrautDo dynamic allocation when saving the locale, since...
2004-07-20 Dave PageMinor tidy up
2004-07-19 Dave PageCleanup formatting, remove some unicode/odbcver ifdefs.
2004-07-19 Dave PageBump build number
2004-07-19 Dave PageRemove unicode & odbc3 ifdefs, correct driver file...
2004-07-19 Dave PageBump version to 07.05.0001
2004-07-17 Peter EisentrautSome bug fixes in the function mapping table in convert...
2004-07-16 Dave PageUpdated a couple of comments
2004-07-16 Dave PageReturn the required SQLGetInfo buffer size in bytes...
2004-07-11 Peter EisentrautMake ODBC 0x0300 and Unicode the default on Unix, and...
2004-07-10 Peter EisentrautRemove traces of code that tries to compile on Unix...
2004-07-09 Peter EisentrautFix buffer overflows related to unchecked make_string().
2004-07-07 Dave PageI've looked at the warnings in info.c. The reason of...
2004-07-05 Dave PageRemove unused files. These files are only required...
2004-07-01 Dave PageThis patch fixes several misguided assumptions that...
2004-06-14 Dave PageCleaned up installer.
2004-06-12 Dave PageFix a directory reference that wasn't using an alias.
2004-06-12 Dave PageFix a directory reference that wasn't using an alias.
next