Added a few items we need to work on. Note I cant get db dump to work on demo server...
authorxzilla <xzilla>
Sun, 23 Mar 2003 01:05:15 +0000 (01:05 +0000)
committerxzilla <xzilla>
Sun, 23 Mar 2003 01:05:15 +0000 (01:05 +0000)
TODO

diff --git a/TODO b/TODO
index 93b21f79035c1d6e36c56706da9e8d47f3ff30a1..e61258ba79152ce0c0c59639f8a980f355f29e3f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -44,7 +44,7 @@ Permissions
 Databases
 ---------
 
-* -Fix create/drop databases (chriskl)
+* Fix create/drop databases (chriskl) (no longer working in cvs)
 * Add alter database for 7.3+
 * -Execute arbitrary SQL (chriskl)
 * Dump database
@@ -61,12 +61,16 @@ Tables
 * -Have a common browse function (chriskl)
 * -Create table (chriskl)
 * -Modify column - default, nullability, etc. (chriskl)
+* Add column, set foreign key.
 * -Constraints - note massive 7.3 changes here (chriskl)
 * Vacuum & analyze
 * -Dumps as CSV, XML or database specific bulk load format (chriskl)
+* SQL dump doesn't quote properly for some data types
 * 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.
+* Insert needs the ability to use functions. It should also be able to handle some keywords (like DEFAULT) though it might be able to use function tech to accomplish this.
+
 
 Views
 -----