improved and moved command object up to clsql (out of cl-postgres-socket3)
authorRuss Tyndall <russ@acceleration.net>
Wed, 8 Jun 2011 21:05:47 +0000 (17:05 -0400)
committerNathan Bird <nathan@acceleration.net>
Thu, 30 Jun 2011 20:56:28 +0000 (16:56 -0400)
commitb49459599b33655a541817d317dfeb6f839f637e
treec723665f625dd37e10f381350cdaaf7b9bc8c454
parent6e49d313475d42d2ef7b4eea626f2d7da902d09e
improved and moved command object up to clsql (out of cl-postgres-socket3)

 * added command-object fn
 * added reset-command-object
 * command-objects: made nil be treated as "null" in the database by default instead of "false". To pass false use :false or :f

 prev: d704ea35ebc38b6b9efd5cbb0417d0340bee3c5c
       1e8d22b3fdace44a45b6b0702da5587e136e2398
       f6651e31a95d4df2481ebaca270d35fa16b6be13
       051f4d2f472406fa381e20d2da0cf25f091f262a
       f3430ff34ef6631daf20cb9c69ecbc7ad84d14df
clsql-postgresql-socket3.asd
clsql.asd
db-postgresql-socket3/command-object.lisp [deleted file]
sql/command-object.lisp [new file with mode: 0644]
sql/package.lisp