diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index 9eeee2f7..29e79f7a 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -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); diff --git a/todo.txt b/todo.txt index 1524d7dc..4d9d5c44 100644 --- 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