r9519: add prepared statements for postgresql
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 30 May 2004 06:22:22 +0000 (06:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 30 May 2004 06:22:22 +0000 (06:22 +0000)
commit44cd3f817f6f59ffe495db4cf2b9ea4637a57f75
tree8d292f156e6d903d6d8dd1dff07085010765fe7c
parent2f1b6b521b5c68e249428209a7da57f75e55da47
r9519: add prepared statements for postgresql
18 files changed:
ChangeLog
clsql-tests.asd
db-db2/db2-api.lisp
db-db2/db2-constants.lisp
db-db2/db2-sql.lisp
db-mysql/mysql-sql.lisp
db-odbc/odbc-api.lisp
db-odbc/odbc-constants.lisp
db-postgresql/postgresql-sql.lisp
sql/db-interface.lisp
sql/fdml.lisp
sql/generic-odbc.lisp
sql/generic-postgresql.lisp
sql/package.lisp
sql/transaction.lisp
tests/test-basic.lisp
tests/test-init.lisp
tests/test-internal.lisp [new file with mode: 0644]