dequote database-identifiers and autoincrement-sequence
[clsql.git] / ChangeLog
index 891b8e66b98c8291f03fa8acb7c025bb717cf909..05224342b7350fc4cb1c6fec156cb3fdffcf94b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-06-25  Russ Tyndall  <russ@acceleration.net>
+       * sql/util.lisp, sql/metaclasses.lisp
+       Dequote database-identifiers if needed (passed a quoted symbol)
+       Metaclass args come through unquoted, so this eases interactions
+       with them
+
+2012-06-22  Russ Tyndall  <russ@acceleration.net>
+       * sql/metaclasses.lisp: Changed compute-effective-slot-definition
+       to correctly copy the autoincrement-sequence slot to the ESD
+       previously it was being skipped (seemingly by accident).  Thanks
+       to flip214 on #lisp for the bug report
+
+2012-04-26  Kevin Rosenberg  <kevin@rosenberg.net>
+       * Version 6.2 released: thanks to all the contributors!
+
 2012-04-25  Nathan Bird  <nathan@acceleration.net>
 
        * doc/threading-warnings.txt: Adding some notes from J.T.Klein