r10742: 17 Sep 2005 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Sep 2005 00:13:11 +0000 (00:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Sep 2005 00:13:11 +0000 (00:13 +0000)
commitfc58e4fb7d908985389c86adf57ddee6c1dde5d2
tree5a374aaf4248fcad391cb54df351d851545553c3
parenta995b49f3462e35a432bae3340fe6411498e16a6
r10742: 17 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 3.3.0
        * sql/time.lisp: Apply patch from Alan Shields adding DATE type.
        * doc/ref-ooddl.xml: Documentation of new type
        * notes/add-type-hints.txt: New file from Alan Shields
        * sql/fddl.lisp: Add owner keyword to drop-table as suggested
        by Francis Leboutte
        * db-postgresql-socket/postgresql-socket-sql.lisp: Fix database-probe
        as noted by Francis Leboutte. Similar fix applied to db-mysql and
        db-postgresql.
        * sql/expressions.lisp: Allow string table names for output as
        contributed by Francis Leboutte.
        * examples/clsql-tutorial.lisp: Support :postgresql-socket as noted
        by Francis Leboutte
15 files changed:
ChangeLog
db-mysql/mysql-sql.lisp
db-postgresql-socket/postgresql-socket-sql.lisp
db-postgresql/postgresql-sql.lisp
debian/changelog
doc/html.tar.gz
doc/ref-ooddl.xml
examples/clsql-tutorial.lisp
notes/add-type-hints.txt [new file with mode: 0644]
sql/expressions.lisp
sql/fddl.lisp
sql/ooddl.lisp
sql/oodml.lisp
sql/package.lisp
sql/time.lisp