use md5sum-string instead of md5sum-sequence to adjust to upstream changes
[clsql.git] / db-odbc / odbc-dbi.lisp
2012-01-05 Nathan BirdHandle sql decimal type identically to sql numeric...
2011-09-12 Russ Tyndallfixed a bugs in list-attribute(s|-types) in fddl that...
2011-07-27 Russ TyndallMerge branch 'accel-2'
2011-06-30 Nathan BirdAdding todo
2011-06-30 Russ Tyndallmade odbc read (from c) decimals and numerics as double...
2011-06-27 Russ TyndallODBC Memory management improvements
2011-06-20 Nathan BirdImplementing bigint support for odbc + mssql
2011-06-20 Russ Tyndallspecify data type translation for mssql ODBC database...
2011-06-20 Nathan BirdDont declare the the column precisions to be a fixnum...
2010-08-16 Kevin RosenbergCommit patch for ODBC unicode improvements debian-5.1.3-1 v5.1.3
2010-02-06 Kevin RosenbergRemove CVS $Id$ keyword
2007-08-31 Kevin M. Rosenbergr11859: Canonicalize whitespace v3.8.6
2005-11-26 Kevin M. Rosenbergr10845: 26 Nov 2005 Kevin Rosenberg <kevin@rosenberg...
2004-05-30 Kevin M. Rosenbergr9522: * sql/odbc-api.lisp: Update to using...
2004-05-23 Kevin M. Rosenbergr9450: 22 May 2004 Kevin Rosenberg
2004-05-23 Kevin M. Rosenbergr9449: * db-odbc/odbc-sql.lisp, db-aodbc/aodbc...
2004-05-19 Kevin M. Rosenbergr9403: Rework conditions to be CommonSQL backward compa...
2004-05-13 Kevin M. Rosenbergr9336: 12 May 2004 Kevin Rosenberg (kevin@rosenberg...
2004-05-12 Kevin M. Rosenbergr9329: * db-odbc/*.lisp: Add a layer of indirec...
2004-05-03 Kevin M. Rosenbergr9209: read tinyint as integer for odbc, handle boolean...
2004-05-02 Kevin M. Rosenbergr9199: fold clsql-base and clsql-base-sys into clsql...
2004-05-01 Kevin M. Rosenbergr9186: add attribute caching, improve inititialize...
2004-04-23 Kevin M. Rosenbergr9138: add generics
2004-04-23 Kevin M. Rosenbergr9133: case handling, test report summarizing, document...
2004-04-20 Kevin M. Rosenbergr9113: intial changes for list-table-indexes
2004-04-19 Kevin M. Rosenbergr9090: properly check for errors
2004-04-19 Kevin M. Rosenbergr9089: Automated commit for Debian build of clsql upstr...
2004-04-15 Kevin M. Rosenbergr9023: 2.7.1
2004-04-15 Kevin M. Rosenbergr9020: more odbc improvements on sbcl/cmu
2004-04-15 Kevin M. Rosenbergr9019: odbc updates
2004-04-15 Kevin M. Rosenbergr9014: odbc backend now working on allegro and lispworks
2004-04-14 Kevin M. Rosenbergr9009: add sequence fns
2004-04-13 Kevin M. Rosenbergr9007: odbc updates
2004-04-13 Kevin M. Rosenbergr9003: odbc updates
2004-04-13 Kevin M. Rosenbergr9001: Initial port to UFFI of SQL-ODBC
2004-04-12 Kevin M. Rosenbergr8987: add mid-level [dbi] interface