r11761: 20 Jul 2007 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Jul 2007 23:19:02 +0000 (23:19 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Jul 2007 23:19:02 +0000 (23:19 +0000)
commitc41d81c0d1233372012a1de93fcdfd6b2a6e5618
treede4ab64190e6d1400f3826a3ac416e0a60b980d9
parent6a10245b9f5d84290c280eb583f97e1ddaa9cbe5
r11761: 20 Jul 2007  Kevin Rosenberg <kevin@rosenberg.net>
* Version 3.8.6
* db-oracle/oracle-loader.lisp: Rework use of ORACLE_HOME directory
(problem noted on clsql-devel by icardo Boccato Alves)
* sql/pool.lisp: Remove incorrect keyword
* sql/database.lisp: Rework WITH-DATABASE to not make the database the
default database (reported by Saurabh Nanda and Chaitanya Gupta)
* doc/ref-connect.lisp: Update the documentation to WITH-DATABASE to emphasis
that make-default has a default value of nil.
* sql/transaction.lisp: Adjust commit/rollback messages for Microsoft SQL Server.
(patch from Nathan Bird)
* sql/metaclasses.lisp: Use finalize-inheritance hack on SBCL because of trouble with
def-view-class compilations (patch from Nathan Bird)
ChangeLog
db-oracle/oracle-loader.lisp
debian/changelog
doc/clsql.pdf
doc/html.tar.gz
doc/ref-connect.xml
sql/database.lisp
sql/metaclasses.lisp
sql/pool.lisp
sql/transaction.lisp
tests/test-connection.lisp