r9471: 5 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 May 2004 07:13:17 +0000 (07:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 May 2004 07:13:17 +0000 (07:13 +0000)
commit333e8280f2f3438ffd379349bc9746c34cccc159
tree67dcbb8f3391c008cf09aaf4d34babf4297cd01b
parent225c02af1ae1c9c6f0b6c29eaf8319d48caae89f
r9471: 5 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.0 released: Full Oracle support. All tests pass
        * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently.
        * tests/test-init.lisp: capitalize odbc backend name in banner
        * CONTRIBUTORS: Add note about Marcus' excellent work
        * sql/oodml.lisp: Removed old stub function
        * clsql.asd: Use module names in current package rather than keyword package
        * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts
        in setting sequence position. Make autocommits more efficient.
        * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax
        * sql/oodml.lisp: Get rid of undocumented raw-string type. CommonSQL
        strings are raw (non-trimmed trailing whitespace). Add database-get-type-specifier
        and read-sql-value for NUMBER and CHAR.
        * sql/base-classes.lisp: Add autocommit slot
        * sql/transaction.lisp: Added autocommit processing, mild cleaning.
ChangeLog
TODO
db-oracle/foreign-resources.lisp
db-oracle/oracle-sql.lisp
sql/base-classes.lisp
sql/oodml.lisp
sql/package.lisp
sql/transaction.lisp