Update TODO

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1486 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2010-04-23 09:05:30 +00:00
parent 1b144a12dd
commit 6ee70ddb23
2 changed files with 6 additions and 5 deletions

View 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);

View file

@ -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