dequote database-identifiers and autoincrement-sequence
authorRuss Tyndall <russ@acceleration.net>
Mon, 25 Jun 2012 15:09:44 +0000 (11:09 -0400)
committerRuss Tyndall <russ@acceleration.net>
Mon, 25 Jun 2012 15:54:17 +0000 (11:54 -0400)
commit3b7cb72a2117fe5e4599da811c9e2821de02824b
treedb1e408ad03e3fcfe5eda612c11d2a967d7ac0aa
parentfef88dce7304920c0a87ac28ad81126802ccbfcf
dequote database-identifiers and autoincrement-sequence

 * we can handle symbols, so we can probably handle quoted symbols
 * slot-definition initargs seem to some in unevaluated, so lets handle
   people doing the obvious thing and puting a quote in front of their symbols
ChangeLog
sql/expressions.lisp
sql/metaclasses.lisp
sql/utils.lisp