1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00
This commit is contained in:
Jakub Vrana
2010-10-30 01:56:49 +02:00
parent e225d22f97
commit bec5ef28ec
2 changed files with 3 additions and 1 deletions

View File

@@ -5,8 +5,9 @@ Support for virtual foreign keys
Option to show only errors in SQL command Option to show only errors in SQL command
Link to bookmark SQL command Link to bookmark SQL command
Highlight and edit SQL command in processlist Highlight and edit SQL command in processlist
Recognize $$ strings in SQL command (PostgreSQL)
Always display all drivers Always display all drivers
Timestamp in export Timestamp at the end of export
Disable XSS "protection" of IE8 Disable XSS "protection" of IE8
Immunity against zend.ze1_compatibility_mode Immunity against zend.ze1_compatibility_mode
Fix last page with empty result set Fix last page with empty result set

View File

@@ -26,6 +26,7 @@ JS calendar for date fields
MySQL: MySQL:
Saving of MySQL 5 BIT data type - don't use quote() Saving of MySQL 5 BIT data type - don't use quote()
Data longer than max_allowed_packet can be sent by mysqli_stmt_send_long_data()
? Geometry support ? Geometry support
SQLite: SQLite: