Commit graph

79 commits

Author SHA1 Message Date
Jakub Vrana 047ce184f5 Highlight line with error in SQL command 2012-04-17 13:51:20 -07:00
Jakub Vrana 319abbaf2f Set autocommit 2011-09-27 02:24:20 +02:00
Jakub Vrana 9d34071eb9 Foreign keys default actions (bug #3397606) 2011-08-29 13:21:02 +02:00
Jakub Vrana 0f1c2c217b Beware sql.safe_mode 2011-08-25 17:46:25 +02:00
Jakub Vrana c75ee44387 Decode Windows error message 2011-08-09 11:51:18 +02:00
Jakub Vrana 1a30f25311 Default trigger statement 2011-08-08 18:18:16 +02:00
Jakub Vrana 8e75d54e44 Save bytes 2011-08-02 17:46:13 +02:00
Jakub Vrana 0ecf84f987 Comment (bug #3380103) 2011-07-29 20:21:13 +02:00
Jakub Vrana c82829942c Fast number of rows with big tables in PostgreSQL (thanks to juzna) 2011-07-29 17:08:06 +02:00
Jakub Vrana b1f1b03424 Comment 2011-07-29 16:41:52 +02:00
Jan Dolecek 06aa0f842b Process list for PostgreSQL 2011-07-22 14:32:16 +02:00
Jakub Vrana ac8a64e88a Editable index names 2011-07-13 15:13:00 +02:00
Jakub Vrana 9e0e161253 Display foreign keys from other schemas in PostgreSQL (thanks to Ondrej Letocha) 2011-07-12 16:03:39 +02:00
Jakub Vrana 6027d181a4 Disable auto increment in copy table (bug #3363142) 2011-07-12 15:14:15 +02:00
Jakub Vrana 55e2b7597e Save bytes 2011-07-11 16:35:17 +02:00
Jakub Vrana 0d427ad5a8 Save bytes 2011-06-24 09:47:17 +02:00
Jakub Vrana 955e6b44b3 PostgreSQL supports only functions 2011-06-04 04:19:14 +02:00
Jakub Vrana bf0c626224 Hide routine language if not required 2011-06-04 03:37:43 +02:00
Jakub Vrana ce3d18e538 Allow specifying routine language 2011-06-03 15:45:33 +02:00
Jakub Vrana 98e410f42d Move schema link to Adminer::homepage method 2011-06-03 13:49:47 +02:00
Jakub Vrana 2b9bd6f05d Documentation 2011-05-31 08:01:48 +02:00
Jakub Vrana e3c4324e49 IBMDB2I engine supports foreign keys 2011-05-17 17:20:32 +02:00
Jakub Vrana 1da3ca544a Display indexes in Oracle (thanks to Marcello Verona) 2011-05-06 18:04:03 +02:00
Jakub Vrana e89f42d466 Set MySQL time zone by PHP setting only in Editor 2011-03-23 13:35:35 +01:00
Jakub Vrana e52ac37c3e No warning with setting time zone 2011-03-11 22:15:27 +01:00
Jakub Vrana 0a8cd02636 Set MySQL time zone by PHP setting 2011-03-11 11:10:49 +01:00
Jakub Vrana f332258d56 Show databases even with skip_show_database in MySQL 5 (thanks to Radoslaw Kowalewski) 2011-03-10 12:00:08 +01:00
Jakub Vrana 32f2000034 Respect default collation (bug #3191489) 2011-02-25 10:49:19 +01:00
Jakub Vrana efd7b901a7 Avoid warning 2011-02-01 16:26:21 +01:00
Jakub Vrana 741b19bc79 Copy tables (bug #3158027) 2011-02-01 14:12:22 +01:00
Jakub Vrana 675ac01cc1 Ability to search by expression in select (bug #3158017) 2011-01-30 02:12:06 +01:00
Jakub Vrana f4256013a9 Hide hidden columns in PostgreSQL (thanks to Pavel Stehule) 2010-11-11 10:51:20 +01:00
Jakub Vrana 2ebf4d75d1 Offset probably required in fetch_field (bug #3100185) 2010-11-04 09:51:23 +01:00
Jakub Vrana a2443670f8 Always display all drivers (bug #3097666) 2010-10-29 15:24:06 +02:00
Jakub Vrana 5002b89bd5 Big numbers without E 2010-10-23 00:02:24 +02:00
Jakub Vrana 7b4aecb86e Comment 2010-10-15 17:11:39 +02:00
Jakub Vrana 49565e0563 Rename variables to avoid conflict with Adminer 2 sessions and enabled register_globals 2010-10-15 10:58:08 +02:00
Jakub Vrana 93f8157a2f Set charset natively to defend against Shift JIS on server 2010-10-13 21:13:21 +02:00
Jakub Vrana 96544baf69 Report errors in get_rows() 2010-10-13 19:00:48 +02:00
Jakub Vrana 7e644b4346 Save bytes ($connection->quote shortcut) 2010-10-13 18:25:14 +02:00
Jakub Vrana b0d637b638 Avoid fatal errors 2010-10-13 17:53:59 +02:00
Jakub Vrana 5a73c01212 Treat binary type as hex 2010-10-01 08:05:05 +02:00
Jakub Vrana 8455d05e3e Comment 2010-09-09 22:02:49 +02:00
Jakub Vrana 6e50eb8ec0 Pass primary key to insert_update function 2010-07-22 17:57:26 +02:00
Jakub Vrana c505440194 PostgreSQL import support 2010-07-22 14:04:57 +02:00
Jakub Vrana 1f1d6c3430 Errors are reported by Adminer 2010-07-20 11:42:05 +02:00
Jakub Vrana 515325ac22 Rename tables by single command 2010-06-18 16:38:06 +02:00
Jakub Vrana fe53964c5f Allow disabling auto_increment value export 2010-06-03 14:15:23 +02:00
Jakub Vrana dc45301f91 Typo 2010-06-01 22:39:44 +02:00
Jakub Vrana 782921b671 Finish SQLite
Don't require num_rows
2010-05-27 16:10:17 +02:00