| 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 |
| 2004-07-21 |
Dave Page | Make the driver ODBC 3 only. |
commit | commitdiff | tree |
| 2004-07-21 |
Dave Page | Remove unicode #ifdefs and configure option. |
commit | commitdiff | tree |
| 2004-07-21 |
Dave Page | Remove unused file. |
commit | commitdiff | tree |
| 2004-07-20 |
Dave Page | Bump build number |
commit | commitdiff | tree |
| 2004-07-20 |
Dave Page | Change Insight Distribution Systems the PGDG. |
commit | commitdiff | tree |
| 2004-07-20 |
Dave Page | Add missing psqlodbc.rc file. |
commit | commitdiff | tree |
| 2004-07-20 |
Peter Eisentraut | Do dynamic allocation when saving the locale, since... |
commit | commitdiff | tree |
| 2004-07-20 |
Dave Page | Minor tidy up |
commit | commitdiff | tree |
| 2004-07-19 |
Dave Page | Cleanup formatting, remove some unicode/odbcver ifdefs. |
commit | commitdiff | tree |
| 2004-07-19 |
Dave Page | Bump build number |
commit | commitdiff | tree |
| 2004-07-19 |
Dave Page | Remove unicode & odbc3 ifdefs, correct driver file... |
commit | commitdiff | tree |
| 2004-07-19 |
Dave Page | Bump version to 07.05.0001 |
commit | commitdiff | tree |
| 2004-07-17 |
Peter Eisentraut | Some bug fixes in the function mapping table in convert... |
commit | commitdiff | tree |
| 2004-07-16 |
Dave Page | Updated a couple of comments |
commit | commitdiff | tree |
| 2004-07-16 |
Dave Page | Return the required SQLGetInfo buffer size in bytes... |
commit | commitdiff | tree |
| 2004-07-11 |
Peter Eisentraut | Make ODBC 0x0300 and Unicode the default on Unix, and... |
commit | commitdiff | tree |
| 2004-07-10 |
Peter Eisentraut | Remove traces of code that tries to compile on Unix... |
commit | commitdiff | tree |
| 2004-07-09 |
Peter Eisentraut | Fix buffer overflows related to unchecked make_string(). |
commit | commitdiff | tree |
| 2004-07-07 |
Dave Page | I've looked at the warnings in info.c. The reason of... |
commit | commitdiff | tree |
| 2004-07-05 |
Dave Page | Remove unused files. These files are only required... |
commit | commitdiff | tree |
| 2004-07-01 |
Dave Page | This patch fixes several misguided assumptions that... |
commit | commitdiff | tree |
| 2004-06-14 |
Dave Page | Cleaned up installer. |
commit | commitdiff | tree |
| 2004-06-12 |
Dave Page | Fix a directory reference that wasn't using an alias. |
commit | commitdiff | tree |
| 2004-06-12 |
Dave Page | Fix a directory reference that wasn't using an alias. |
commit | commitdiff | tree |
| next |