psqlodbc.git
2006-01-11 Hiroshi SaitoUpdate to 8.01.0105 development snapshot.
2006-01-08 Ludek Finstrlefix problem with retrieving bad long data from unicode...
2006-01-08 Ludek Finstrlecall RALLBACK with bad stmt only when autocommit is on
2006-01-06 Dave PageSome minor corrections
2005-12-25 Ludek Finstrlefix problem with SQLState returning in failed stmt
2005-12-25 Ludek Finstrledriver answer for pg_* tables in SQLColAttribute it...
2005-12-25 Ludek Finstrleget count of binding parameters from stmt
2005-12-17 Ludek Finstrleadded support for ; as delimiter for ConfigDSN
2005-12-13 Hiroshi SaitoArrangement of a release note. and next preparation...
2005-12-09 Dave PageI prepared fix for Bug "Autocommit and Cancel". It...
2005-12-09 Dave PageBump version number in a vain attempt to keep up with...
2005-12-09 Dave PageEnsure a commit is issued after connection setup is...
2005-12-09 Dave PageEnsure buffer is long enough for all option names ...
2005-12-09 Dave PageBack out previous patch.
2005-12-09 Hiroshi SaitoRelease,snapshut, Omission in entry.
2005-12-09 Dave PageFix catalog finctions which were still slightly broken...
2005-12-09 Hiroshi SaitoRelease Name: psqlodbc 8.01.0104.
2005-12-08 Hiroshi SaitoMistake of a character was corrected.
2005-12-08 Dave Page> It seems that for SQLColAttributes to return somethin...
2005-12-08 Dave PageAdd some release notes compiled by Hiroshi Saito.
2005-12-06 Dave Page I've attached patch to solve problem with multiple...
2005-12-05 Dave PageODBC driver fail (raise exception) with these steps...
2005-12-02 Dave PageMake sure data_at_exec parameters are cleared by SQLCan...
2005-12-02 Dave PageFormatting cleanup. Reenable Luf's verbose logging.
2005-12-02 Dave Page- skip QR_fetch_tuples when backend returns PGRES_COMMA...
2005-12-01 Dave PagePost release version bump
2005-11-30 Dave PageFix server side prepare [Ludek Finstrle] REL-08_01_0102
2005-11-28 Dave PageFix for bug "#1000444 Table names repeated in BDE with...
2005-11-25 Dave PageCleanup a bunch of inconsistent PGAPI_ declarations...
2005-11-24 Dave PageBump version number.
2005-11-24 Dave PageMake sure the StringLength is set correctly for SQLGetC...
2005-11-24 Dave PageCorrect value returned by SQLGetInfo for SQL_CATALOG_LO...
2005-11-15 Dave PageAdd installer upgrade script.
2005-11-11 Dave PageDon't include the version number in the Start Menu...
2005-11-11 Dave PageCorrect a couple of broken filenames.
2005-11-10 Dave PageSeem to have skipped a version. Must stop working after... REL-08_01_0101
2005-11-09 Dave PageVersion number bump
2005-11-09 Dave PageFix non-declare/fetch mode.
2005-11-09 Dave PageReturn the error message from libpq on connection failure.
2005-11-09 Dave PageCorrect resource compiler options
2005-11-08 Dave PageCorrect directory name, per Jeff Bohmer
2005-11-06 Dave PagePost-release version number bump
2005-11-05 Dave PageUpdate version number for release. REL-08_01_0100
2005-11-04 Peter EisentrautRemove remaining references to Debian and Red Hat HOWTOs.
2005-11-04 Dave Page1) QR_get_fields() gets called when SC_fetch() is enter...
2005-11-04 Dave PageIt's C, not C++ Dave :-(
2005-11-04 Dave PageThe test for self being NULL in QR_Destructor() should...
2005-11-04 Peter EisentrautRemove wildly outdated Debian and Red Hat HOWTOs.
2005-11-03 Dave PageFix declare/fetch memory leak. Now we get a nice flat...
2005-11-03 Dave PageAdd a VC++ project file.
2005-11-03 Dave PageRemove (libpq) suffix to the driver name on dialogues...
2005-11-03 Dave PageRemove (libpq) suffix to the driver name on dialogues...
2005-11-03 Dave PageSwitch off echo
2005-11-03 Dave PageFix a major memory leak in declare/fetch mode. Ensure... REL-08_01_0006
2005-11-02 Dave PageFix Declare/fetch when used with bound columns.
2005-11-02 Dave PageFix typo, per Johann Zuschlag
2005-11-02 Dave PagePrevent setting a connstrout value when the max length...
2005-10-31 Dave PageInitial fix for Declare/Fetch option [Anoop, Sivakumar...
2005-10-25 Dave PageWhen EN_Destructor is called it searches through the...
2005-10-25 Dave PageThis patch fixes a potential segfault that can happen...
2005-10-20 Peter EisentrautMassive compiler warnings cleanup.
2005-10-12 Dave PageUse program files environment var in installer per...
2005-10-12 Dave PageBump version number
2005-10-12 Dave PageUse program files environment var in Windows makefile... REL-08_01_0005
2005-10-12 Peter EisentrautUse pg_config to find libpq.
2005-10-11 Peter EisentrautFix spelling of PostgreSQL.
2005-10-07 Dave PageAdd Kerberos support.
2005-10-07 Dave PageAdd OpenSSL and MIT Kerberos acknowledgements
2005-10-06 Dave PageCreate logfiles in mode 0600 on *nix
2005-10-05 Dave PageDon't reuse the UNICODE macro
2005-10-04 Dave PageI've attached a patch that uses the SQLSTATE from the...
2005-09-28 Dave PageMap 'name' to SQL_VARCHAR rather than SQL_CHAR - this...
2005-09-23 Dave PageFurther multibyte tweaks from Hiroshi.
2005-09-21 Dave PageUpdate multibyte encodings and mappings [Hiroshi Saito]
2005-09-19 Anoop KumarThese files are no longer used by the Libpq version...
2005-09-19 Anoop KumarSocket code is removed from the source. Now, psqlodbc...
2005-09-17 Dave PageDon't lose notices that don't come from a query.
2005-09-17 Dave PageThis patch fill fix the notice handler so that the...
2005-09-17 Dave PageThis patch corrects the previous fix for returning...
2005-09-16 Dave PageRemove old doc file.
2005-09-16 Dave PageBump version number
2005-09-16 Dave PageDon't include win_unicode.c twice REL-08_01_0004
2005-09-16 Dave PageBackout previous rowcount patch which seems to be causi...
2005-09-15 Dave PageFix paths for new build targets
2005-09-15 Dave PageAllow SQLRowCount to work following SELECT queries...
2005-09-15 Dave PageFix identifier case sensitivity [Chris Ingram]
2005-09-06 Dave PageExplain which driver users should choose.
2005-09-06 Dave PageRe-enable ANSI/Unicode compilation.
2005-09-02 Dave PageRemove unnecessary query length limitation, and clean...
2005-09-02 Dave PageAdd basic support for savepoints [Hiroshi Saito/Dave...
2005-09-01 Dave PageOnly mark the connection dead when it actually fails...
2005-08-31 Dave PagePlease find the patch for the other bug pointed out...
2005-08-30 Dave PageBloody line ends. Grrr.
2005-08-30 Dave PageFix line ends.
2005-08-30 Dave PageTest commit - ignore
2005-08-30 Anoop KumarFix for making the SQLGetConnectAttr API work with...
2005-08-30 Dave PageAllow SSL modes to be translated [Hiroshi Saito]
2005-08-28 Dave PageDon't install docs by default, as most likely only...
2005-08-27 Dave PageUpdate installer:
2005-08-27 Dave PageWix got finickity about short filenames.
next