| 2005-09-16 |
Dave Page | Don't include win_unicode.c twice REL-08_01_0004 |
commit | commitdiff | tree |
| 2005-09-16 |
Dave Page | Backout previous rowcount patch which seems to be causi... |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Fix paths for new build targets |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Allow SQLRowCount to work following SELECT queries... |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Fix identifier case sensitivity [Chris Ingram] |
commit | commitdiff | tree |
| 2005-09-06 |
Dave Page | Explain which driver users should choose. |
commit | commitdiff | tree |
| 2005-09-06 |
Dave Page | Re-enable ANSI/Unicode compilation. |
commit | commitdiff | tree |
| 2005-09-02 |
Dave Page | Remove unnecessary query length limitation, and clean... |
commit | commitdiff | tree |
| 2005-09-02 |
Dave Page | Add basic support for savepoints [Hiroshi Saito/Dave... |
commit | commitdiff | tree |
| 2005-09-01 |
Dave Page | Only mark the connection dead when it actually fails... |
commit | commitdiff | tree |
| 2005-08-31 |
Dave Page | Please find the patch for the other bug pointed out... |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Bloody line ends. Grrr. |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Fix line ends. |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Test commit - ignore |
commit | commitdiff | tree |
| 2005-08-30 |
Anoop Kumar | Fix for making the SQLGetConnectAttr API work with... |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Allow SSL modes to be translated [Hiroshi Saito] |
commit | commitdiff | tree |
| 2005-08-28 |
Dave Page | Don't install docs by default, as most likely only... |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Update installer: |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Wix got finickity about short filenames. |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Add FAQ. |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Further documentation updates |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Move docs into the source tree. |
commit | commitdiff | tree |
| 2005-08-24 |
Anoop Kumar | Fixed the SQLExecDirec bug which returned SQL_SUCCESS... |
commit | commitdiff | tree |
| 2005-08-12 |
Dave Page | Fix SQLRowCount [Anoop Kumar] |
commit | commitdiff | tree |
| 2005-08-12 |
Dave Page | Oops, missed this commit |
commit | commitdiff | tree |
| 2005-08-11 |
Dave Page | Further column length tweaks |
commit | commitdiff | tree |
| 2005-08-11 |
Dave Page | Improve field length setup. Use the correct values... |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Contrary to what SQLGetInfo thinks, PostgreSQL doesn... |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Post release version number bump |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Fix default numeric precision. |
commit | commitdiff | tree |
| 2005-08-04 |
Dave Page | Fix leak in SC_Destructor [Kelly Burkhart] - archives... |
commit | commitdiff | tree |
| 2005-08-04 |
Dave Page | If I bind a 32 bit integer using SQL_INTEGER/SQL_C_LONG... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix per bug ref 1187 [Scot Loach] REL-08_01_0003 |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Handle SQL_DATE from ODBC2 apps, per bug report 1292... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Add comment about a known leak bug that needs fixing |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix bug that stopped Use Declare/Fetch working, and... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix some logging that was bugging me |
commit | commitdiff | tree |
| 2005-08-02 |
Dave Page | Remove commented out code. |
commit | commitdiff | tree |
| 2005-08-02 |
Dave Page | Fix unicode copy & convert bug. SQLGetData with SQL_C_W... |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Fix memory leak per gborg bug 1356 [pauldaugherty] |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Fix SQL_MAX_IDENTIFIER_LEN per gborg bug ref: 1348 |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Include win_unicode.c in Unix build because it contains... |
commit | commitdiff | tree |
| 2005-07-27 |
Dave Page | Japanese GUI update from Hiroshi Saito |
commit | commitdiff | tree |
| 2005-07-26 |
Dave Page | Get proper error messages from the server, rather than... |
commit | commitdiff | tree |
| 2005-07-25 |
Dave Page | Add SSL support. |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | In SQLGetDescFieldW:128 blen is not initialised before... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | In SC_pos_reload_needed:2189 rows_per_fetch is uninitia... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | Fix some errors found by static source analysis (using... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | Bump version number |
commit | commitdiff | tree |
| 2005-07-20 |
Dave Page | self->pgconn needs to be set as NULL after PQfinish... REL-08_01_0002 |
commit | commitdiff | tree |
| 2005-07-20 |
Dave Page | Remove exit_nicely function, along with it's exit(1... |
commit | commitdiff | tree |
| 2005-07-19 |
Dave Page | Fix memory leak spotted by Marko Ristola |
commit | commitdiff | tree |
| 2005-07-19 |
Anoop Kumar | Removes an unnecessary call to PGgetisnull, and reduce... |
commit | commitdiff | tree |
| 2005-07-15 |
Dave Page | Re-add previously removed variable, ifdef'd appropriately. |
commit | commitdiff | tree |
| 2005-07-15 |
Dave Page | Remove an usued variable, and initialise another to... |
commit | commitdiff | tree |
| 2005-07-15 |
Anoop Kumar | To fix the bug of PQgetvalue returning an empty string... |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Post-snapshot version number bump |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Fix format string [Marko Ristola] |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Rename driver for parallel testing with stable version... REL-08_01_0001 |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | New version of the driver with libpq based comms layer... |
commit | commitdiff | tree |
| 2005-06-30 |
Dave Page | According to MSDN docs for SQLSetStmtAttr, if you try... |
commit | commitdiff | tree |
| 2005-04-27 |
Dave Page | Bug ref: 1262 |
commit | commitdiff | tree |
| 2005-04-27 |
Dave Page | Bug ref: 1276 |
commit | commitdiff | tree |
| 2005-04-25 |
Dave Page | This patch returns the remarks (description) on a table... |
commit | commitdiff | tree |
| 2005-04-25 |
Dave Page | Bump version to 08.01.0102 |
commit | commitdiff | tree |
| 2005-03-18 |
Peter Eisentraut | When inserting SHRT_MIN into an int2 column, the ODBC... |
commit | commitdiff | tree |
| 2005-03-05 |
Dave Page | Fix driver registration REL-08_00_0101 |
commit | commitdiff | tree |
| 2005-03-05 |
Dave Page | Fix version number |
commit | commitdiff | tree |
| 2005-03-02 |
Dave Page | The following patch allow users to configure the Unix... |
commit | commitdiff | tree |
| 2005-03-02 |
Dave Page | Post-release version number bump |
commit | commitdiff | tree |
| 2005-03-02 |
Dave Page | Include installer. REL-08_00_0100 |
commit | commitdiff | tree |
| 2005-03-02 |
Dave Page | Version bump for release. |
commit | commitdiff | tree |
| 2005-02-23 |
Dave Page | Correct version number REL-08_00_0005 |
commit | commitdiff | tree |
| 2005-02-23 |
Dave Page | Show version number in installer. |
commit | commitdiff | tree |
| 2005-02-23 |
Dave Page | Remove unused icon. |
commit | commitdiff | tree |
| 2005-02-23 |
Dave Page | We don't implement SQLSetScrollOptions |
commit | commitdiff | tree |
| 2005-02-23 |
Dave Page | Don't barf when parsing queries with functions in the... |
commit | commitdiff | tree |
| 2005-02-14 |
Dave Page | Increase SOCK_BUFFER_SIZE to 8192 per report from Karol... |
commit | commitdiff | tree |
| 2005-02-13 |
Dave Page | Fix directory used for debug builds |
commit | commitdiff | tree |
| 2005-02-13 |
Dave Page | Fix missing " win32.mak |
commit | commitdiff | tree |
| 2005-02-10 |
Dave Page | Note the need for vcvars32.bat when compiling in Window... |
commit | commitdiff | tree |
| 2005-02-08 |
Dave Page | Bump version to 08.00.0005 |
commit | commitdiff | tree |
| 2005-01-29 |
Dave Page | New WiX based installer. |
commit | commitdiff | tree |
| 2005-01-28 |
Dave Page | 08.00.0004 Version bump REL-08_00_0004 |
commit | commitdiff | tree |
| 2005-01-17 |
Dave Page | Bump version for new snapshot |
commit | commitdiff | tree |
| 2005-01-17 |
Dave Page | With CVS HEAD, numeric values are not read correctly. |
commit | commitdiff | tree |
| 2004-12-21 |
Dave Page | There is a 16-byte leak for every statement handle... |
commit | commitdiff | tree |
| 2004-11-11 |
Dave Page | Return type names without parens. Originally changed... |
commit | commitdiff | tree |
| 2004-10-27 |
Dave Page | Updated Japanese dialog from Hiroshi Saito |
commit | commitdiff | tree |
| 2004-10-08 |
Dave Page | Ignore search_path in SQLTables REL-08_00_0002 |
commit | commitdiff | tree |
| 2004-10-08 |
Dave Page | Bump version number |
commit | commitdiff | tree |
| 2004-10-08 |
Dave Page | OK, finally think this SQLInfo unicode string length... |
commit | commitdiff | tree |
| 2004-10-07 |
Dave Page | 2nd attempt at the previously rolled back fix. This... |
commit | commitdiff | tree |
| 2004-10-06 |
Dave Page | Back out previous revision. Can't see or recall why... |
commit | commitdiff | tree |
| 2004-10-04 |
Dave Page | Bump version number to 08.00.0001 in prep for PostgreSQ... REL-08_00_0001 |
commit | commitdiff | tree |
| 2004-10-04 |
Dave Page | Turn off updateable cursors by default. |
commit | commitdiff | tree |
| 2004-07-30 |
Peter Eisentraut | Add explicit cast to bound int2 parameters (see bug... |
commit | commitdiff | tree |
| 2004-07-30 |
Dave Page | Support setting of SQL_ATTR_ANSI_APP w/ODBCVER >= 3.51 |
commit | commitdiff | tree |
| 2004-07-26 |
Dave Page | Don't include the terminating character when returning... |
commit | commitdiff | tree |
| 2004-07-25 |
Peter Eisentraut | Update copyright year |
commit | commitdiff | tree |
| next |