1. 27 Jun, 2001 1 commit
  2. 01 May, 2001 1 commit
  3. 16 Mar, 2001 1 commit
    • Hiroshi Inoue's avatar
      Add multibyte support. · 9242e6c0
      Hiroshi Inoue authored
      	Provide an extenisible scheme of encoding conversion.
      	As the first step, SJIS and BIG5 are supported.
      	From now on multibyte people would be happy to use
      	this psqlodbc driver.
      
      Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
      9242e6c0
  4. 15 Feb, 2001 1 commit
    • Hiroshi Inoue's avatar
      1) Change transaction boundary in autocommit off mode · 462c1321
      Hiroshi Inoue authored
         per recent discussion in pgsql-odbc. Now SELECT is
         a boundary but VACUUM isn't.
      2) Put back the error handling behavior. When elog(ERROR)
         was detected the driver automatically issue "ABORT"
         if a transaction is in progress.
      3) Driver version is 7.01.0003(Dave already set it but
         it was put back).
      462c1321
  5. 14 Feb, 2001 2 commits
  6. 11 Feb, 2001 1 commit
    • Bruce Momjian's avatar
      The attached patch does the following: · e9371566
      Bruce Momjian authored
      1) Tidies up the Datasource Dialogue now the version options are gone.
      2) Tidies a comment in info.c.
      3) Increments all version numbers to 07.01.0003 to take account of recent
      revisions.
      
      Regards, Dave Page
      e9371566
  7. 10 Feb, 2001 1 commit
  8. 06 Feb, 2001 1 commit
    • Hiroshi Inoue's avatar
      Improved version handling introduced by Dave Page. · 5d08521f
      Hiroshi Inoue authored
      The driver version is 07.01.0002 now.
      1) initialized pg_version by DSN's protocol info
         so that we could always use pg_version info
         once a connection is established (pg_version()
         didn't exist before 6.4). PROTOCOL_XX() macros
         are removed(except from connection.[ch]).
      2) provided a few macros to encapsulate connection's
         version info and replaced existent comparison
         stuff by those macros.
      3) change SQLTables() so that 7.1 servers could show
         views.
      
      
      In addtion, the following patch from Dave Page is applied.
      
        This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the
        driver version string. The driver version number has also been incremented
        to 07.01.0002.
      
        Regards, Dave. <<odbc.diff>>
      5d08521f
  9. 26 Jan, 2001 1 commit
    • Bruce Momjian's avatar
      odbc1.diff changes the text on the Protocol Radio buttons on the driver · 5a832218
      Bruce Momjian authored
      dialogue from '6.4/6.5' to '6.5+' and removes some C++ comments from
      resource.h (which VC++ insists on putting there).
      
      odbc2.diff adds code to query the PostgreSQL version upon connection. This
      is then used to determine what values to return for from SQLGetInfo for
      SQL_DBMS_VER, SQL_MAX_ROW_SIZE, SQL_MAX_STATEMENT_LEN, SQL_OJ_CAPABILITIES
      and SQL_OUTER_JOINS. The version string as returned by SELECT vERSION() (as
      a char array) and the major.minor version number (as a flost) have been
      added to the ConnectionClass structure.
      
      Dave Page
      5a832218
  10. 25 Jan, 2001 1 commit
    • Bruce Momjian's avatar
      I decided to give this a go after all :-) The attached patch does the · be127684
      Bruce Momjian authored
      following but it does *not* check whether the user is connected to
      PostgreSQL 7.0.x or 7.1 first (as would be required for some of the
      features) - the driver doesn't do this at all afaik and it's beyond my
      capabilities to implement such checking in code that doesn't look like it
      was written by my 1 year old daughter!
      
      1) The driver now reports no maximum query length (SQL_MAX_QUERY_SIZE).
      2) The driver now reports no maximum row length (SQL_MAX_ROW_SIZE).
      3) The driver now reports that Outer Joins are supported (SQL_OUTER_JOINS),
      but still does not report oj capabilities (SQL_OJ_CAPABILITIES).
      4) The version number has been incremented to 7.1.0000 in psqlodbc.h *and*
      psqlodbc.rc
      
      
      Regards,
      
      Dave Page
      be127684
  11. 28 Feb, 2000 1 commit
  12. 13 May, 1999 1 commit
  13. 08 Jan, 1999 1 commit
  14. 06 Jan, 1999 1 commit
  15. 29 Dec, 1998 1 commit
  16. 11 Nov, 1998 1 commit
    • Byron Nikolaidis's avatar
      · 87225ca3
      Byron Nikolaidis authored
      Update for version 06-40-0001
      87225ca3
  17. 06 Oct, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart authored
       to get rid of unused variables.
      Get clean compile on Linux (Thomas and Gerald).
      Implement autoconf/configure for standalone builds and use the existing
       autoconf/configure system when in the Postgres source tree.
      Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
      Changes should be backward compatible with WIN32 but still needs testing.
      1eab86e2
  18. 22 Jul, 1998 1 commit
  19. 16 Jun, 1998 1 commit
  20. 03 Jun, 1998 1 commit
  21. 13 Apr, 1998 1 commit