r9186: add attribute caching, improve inititialize-database-type
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 1 May 2004 10:31:08 +0000 (10:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 1 May 2004 10:31:08 +0000 (10:31 +0000)
commitf716bb1161cf9e89a96945c4a444244f9d303691
treee621e309b62a13f2f3ba13e8448b525d415f11b6
parent8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7
r9186: add attribute caching, improve inititialize-database-type
24 files changed:
ChangeLog
TODO
base/basic-sql.lisp
base/classes.lisp
base/database.lisp
base/db-interface.lisp
base/initialize.lisp
base/package.lisp
base/utils.lisp
db-mysql/mysql-sql.lisp
db-odbc/odbc-dbi.lisp
db-odbc/odbc-sql.lisp
db-postgresql-socket/postgresql-socket-api.lisp
db-postgresql-socket/postgresql-socket-sql.lisp
db-postgresql/postgresql-sql.lisp
db-sqlite/sqlite-sql.lisp
debian/changelog
doc/ref_clsql.xml
sql/package.lisp
sql/table.lisp
tests/test-fddl.lisp
tests/test-fdml.lisp
tests/test-init.lisp
tests/utils.lisp