9 May 2008 15:41
*default-database-type*'s problem and patch
Hi, When I eval (create-database '(...)) without specifying :database-type, I got a condition like following: There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION CLSQL-SYS:DATABASE-CREATE (1)> when called with arguments ((NIL "test4" "root" "touch724831") NIL). [Condition of type SIMPLE-ERROR] I checked clsql's code and found the default value of database-type in create-database, destroy-database, probe-database and list-database are nil. It doesn't conform to the document. I think the default values should be *default-database-type*. The attachment is my patch. Thanks, Desmond
_______________________________________________ CLSQL mailing list CLSQL@... http://lists.b9.com/cgi-bin/mailman/listinfo/clsql(Continue reading)
RSS Feed