]> git.joonet.de Git - adminer.git/commitdiff
Update TODO
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 23 Apr 2010 09:05:30 +0000 (09:05 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 23 Apr 2010 09:05:30 +0000 (09:05 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1486 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/include/connect.inc.php
todo.txt

index 9eeee2f70004422da54bf3319f6e01456d21123e..29e79f7a2fa376f8d80d3c1d3d12302389fbc0b6 100644 (file)
@@ -7,7 +7,7 @@ function connect_error() {
        } else {
                if ($_POST["db"] && !$error) {
                        set_session("databases", null);
-                       queries_redirect(substr(ME, 0, -1), lang('Database has been dropped.'), drop_databases($_POST["db"]));
+                       queries_redirect(substr(ME, 0, -1), lang('Databases have been dropped.'), drop_databases($_POST["db"]));
                }
                
                page_header(lang('Select database'), $error, false);
index 1524d7dcd8b05aaaecaddf758d8319362e79567f..4d9d5c44a6c3552512bce48f86185cd500e5c87f 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,3 @@
-MySQL 5 BIT data type
 Transactions in export
 Create view and routine options
 Mass editation of individual rows
@@ -16,8 +15,6 @@ Only first part of big BZ2 export is readable
 ? Aliasing of built-in functions can save 7 KB, function minification can save 7 KB, substitution of repetitive $a["a"] can save 4 KB, substitution of $_GET and friends can save 2 KB, aliasing of $connection->query, $connection->result and $connection->quote can save ~ 3 KB, JS packer can save 1 KB, not enclosing HTML attribute values can save 1.2 KB, replacing \\n by \n can save .3 KB
 ? Branch binary_compile: LZW compression of translations can save 30 KB, LZW compression of all texts can save 11 KB, remove of base64_decode() + using chars 127-255 in minification can save 1 KB
 ? AJAX editing - select page has all data to display edit form
-? MySQL geometry support
-Translations - database(s) have been dropped
 
 Editor:
 JavaScript data validation - columns containing word email, url, ...
@@ -25,6 +22,10 @@ Joining tables - PRIMARY KEY (table, joining)
 Rank, Tree structure
 Add whisperer to fields with foreign key to big table
 
+MySQL:
+MySQL 5 BIT data type
+? Geometry support
+
 SQLite:
 CSV import - ON DUPLICATE KEY UPDATE
 Export - triggers, CREATE DATABASE
@@ -45,4 +46,4 @@ Check PDO driver
 MS SQL:
 Rename by sp_rename
 Detection of table collation
-PDO driver
+PDO driver with seek