updated TODO
authorchriskl <chriskl>
Fri, 10 Jan 2003 04:28:55 +0000 (04:28 +0000)
committerchriskl <chriskl>
Fri, 10 Jan 2003 04:28:55 +0000 (04:28 +0000)
TODO

diff --git a/TODO b/TODO
index fa42b8498800aef62b43aef2df42deb26fe14df5..4424b3aa04e03a76d1dcddb600932d4b8f94b478 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,7 +43,7 @@ Permissions [ Robert ]
 Databases
 ---------
 
-* Fix create/drop databases
+* -Fix create/drop databases (chriskl)
 * Add alter database for 7.3+
 
 Tables
@@ -61,7 +61,6 @@ Tables
 * Insert and edit row aren't smart - eg. it will quote everything including 'current_timestamp'
   in a timestamp field.  We need to detect if they're inserting into a timestamp field with a magic
   value and then not quote it.
-* Create index
 
 Views
 -----
@@ -146,7 +145,7 @@ Schemas
 -------
 
 * -Create schema, drop schema (chriskl)
-* Not all operations yet respect schema settings
+* -Not all operations yet respect schema settings (chriskl)
 
 Settings
 --------
@@ -158,6 +157,11 @@ Translations
 
 * There's heaps of hard-coded English strings in the code.  (Due to sheer laziness)
 
+Miscellaneous
+-------------
+
+* Add support for RESTRICT/CASCADE in 7.3
+
 Exotic
 ------