]> git.joonet.de Git - adminer.git/commitdiff
Update TODO
authorJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 18:10:36 +0000 (19:10 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 18:10:36 +0000 (19:10 +0100)
todo.txt

index 1fae76680cc3e0810a5460ed654e4e9faa1b69c7..2a1abbbe1cf77d04b61143a1a337eabd58c4188c 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -13,6 +13,14 @@ Skinnable plus.gif and other images - http://typo3.org/extensions/repository/vie
 ? 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 can save 24 B, JS Closure compiler can save 2 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 all texts can save 11 KB, using chars 127-255 in minification can save 1 KB
 
+https://github.com/vrana/adminer/compare/master...adminerneo:adminerneo:main
+MySQL: Do not show 'empty' enum value in strict mode
+MySQL: Print comments of stored procedures and functions
+Add drag-n-drop moving of rows in table editing
+PostgreSQL: Add support for "where" field privilege
+PostgreSQL: Add support for "order" field privilege
+PostgreSQL: Show list of schemas in database
+
 Editor:
 Three-state checkbox for boolean searches
 JavaScript data validation - columns containing word email, url, ...