From: Kevin M. Rosenberg Date: Thu, 2 Sep 2004 21:32:16 +0000 (+0000) Subject: r9955: 02 Sep 2004 Kevin Rosenberg X-Git-Tag: v3.8.6~247 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=fb882f11e46a36d08faaacebc812ea2cb1014e7e r9955: 02 Sep 2004 Kevin Rosenberg * TODO: Add note about ODBC on Windows --- diff --git a/ChangeLog b/ChangeLog index a29a3bf..ca30651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +02 Sep 2004 Kevin Rosenberg + * TODO: Add note about ODBC on Windows + 02 Sep 2004 Marcus Pearce * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID slot of the employee View Class definition [reported by Franz Deuzer]. diff --git a/TODO b/TODO index 87949bf..9d135d2 100644 --- a/TODO +++ b/TODO @@ -22,4 +22,8 @@ POSSIBLE EXTENSIONS * improve large object api and extend to databases beyond postgresql * add support for prepared statements +BACKENDS + +* Fix ODBC on Windows, convert to ODBC 3.0 (such as SQLAllocHandle rather + than SQLAllocEnv)