Commit graph

2202 commits

Author SHA1 Message Date
Jakub Vrana ac668d1331 Treat queries with no limit as full table scans 2012-07-29 13:28:04 -07:00
Jakub Vrana 55831095b6 Warn about grouping data without index 2012-07-29 13:25:59 -07:00
Jakub Vrana 07e2c3b2a4 Save bytes 2012-07-29 11:29:21 -07:00
Jakub Vrana e2dbb9c7bd Links for column search in select 2012-07-29 11:29:00 -07:00
Jakub Vrana e8b95f127f SQLite: Display number of rows in database overview 2012-07-29 10:45:38 -07:00
Jakub Vrana f1153aa35a Display assigned auto_increment after clone 2012-07-27 17:37:20 -07:00
Jakub Vrana 5e4b815893 Highlight also killed queries 2012-07-27 16:08:09 -07:00
Jakub Vrana a227ec1c97 Don't treat enum in PostgreSQL as special (bug #3545899) 2012-07-21 09:50:50 -07:00
Jakub Vrana 98483e101d SQLite: Better editing in tables without a primary key 2012-07-15 14:55:46 -07:00
Jakub Vrana c2f95e0054 SQLite: Full alter table 2012-07-15 14:38:45 -07:00
Jakub Vrana 5fb2368b66 Ignore SQLite autoindexes 2012-07-15 12:24:20 -07:00
Jakub Vrana 385fdd45b8 Document trigger type 2012-07-15 12:04:04 -07:00
Jakub Vrana 56cd77f0d1 Save bytes 2012-07-15 10:05:13 -07:00
Jakub Vrana 7291ae608d Reset error before using in SQL query 2012-07-15 09:21:22 -07:00
Jakub Vrana 6a3cf71db5 Develop 2012-06-30 05:26:22 -07:00
Jakub Vrana 514ff41c7c Release 3.4.0 2012-06-30 05:04:37 -07:00
Jakub Vrana dafd2deef2 Avoid flicker before the image is loaded 2012-06-30 05:02:43 -07:00
Jakub Vrana 6a96c14948 Tests compatible with strict mode 2012-06-30 03:50:23 -07:00
Jakub Vrana 091a4d04f4 Link to documentation 2012-06-30 03:17:16 -07:00
Jakub Vrana a71b99096c Remove CodeMirror
- uses other colors than JUSH
- not used everywhere (triggers, routines, ...)
- Ctrl+Left and similar works bad
- missing autocomplete
- blocking loader
2012-06-30 01:51:35 -07:00
Jakub Vrana a833468c0a Fix datetime type parsing (bug #3418043) 2012-06-29 16:41:12 -07:00
Jakub Vrana 54f464a893 Set character set in SQLSRV (bug #3479986) 2012-06-29 15:23:35 -07:00
Jakub Vrana 7de0b21e16 Fix indexes with duplicate tables in different schemas 2012-06-29 14:59:04 -07:00
Jakub Vrana b78b0cd109 Plugin for including date in export filename 2012-06-29 14:41:47 -07:00
Jakub Vrana f158d5e392 Zip dump only if requested 2012-06-29 14:09:44 -07:00
Jakub Vrana 5b57706890 Customizable export filename 2012-06-29 12:25:05 -07:00
Jakub Vrana 0d5543c9ac Use better Bengali translation 2012-06-29 12:13:03 -07:00
Jakub Vrana 7363429b52 Load jush.css earlier 2012-06-29 11:38:20 -07:00
Jakub Vrana 6ca4082e6c Unhighlight Binlog Dump in process list 2012-06-29 10:29:46 -07:00
Jakub Vrana 8daf581c21 Indonesian translation 2012-06-19 10:21:40 -07:00
Jakub Vrana eb05475337 Bengali placeholders 2012-06-19 10:12:17 -07:00
Josef Šimánek b2f5f5689d čeština v českém překladu 2012-06-19 19:51:01 +03:00
Jordi Rivero a1e4e87b82 Typo error fixes 2012-06-18 11:29:12 -07:00
Jakub Vrana 97566acd75 Shift+click on checkbox to select consecutive rows (thanks to Alexander Loonar) 2012-06-13 12:21:21 -07:00
Jakub Vrana 4a6c72cd1c Comment 2012-06-13 11:19:50 -07:00
Jakub Vrana 7f1fcc2286 Format numbers in translations 2012-06-04 17:44:04 -07:00
Jakub Vrana a2378af008 Display Indian languages together 2012-06-04 17:13:55 -07:00
Jakub Vrana 56ac3d1817 Mark scripts as executable 2012-05-25 23:21:31 -07:00
Jakub Vrana 739bcb0979 Warn about selecting data without index 2012-05-17 00:13:13 -07:00
Jakub Vrana b0666e537d Remove unnecessary { } in compile 2012-05-16 16:42:45 -07:00
Jakub Vrana 8339b14da3 Comment 2012-05-16 16:42:16 -07:00
Jakub Vrana 5dc90731eb Update ng9 design 2012-05-14 09:27:16 -07:00
Jakub Vrana f498219f29 Remove eventStop() used by AJAXification in past 2012-05-14 02:22:44 -07:00
Jakub Vrana 2db14e4bc2 Update TODO 2012-05-14 01:17:43 -07:00
Jakub Vrana 8be29afb9b Allow specifying database in login form (bug #3499359) 2012-05-14 01:11:09 -07:00
Jakub Vrana f595f9313e Use namespace in login form 2012-05-14 01:11:08 -07:00
Jakub Vrana 6591d485e9 Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
Jakub Vrana 40ad846d20 Improve PDO_PgSQL support 2012-05-14 00:54:28 -07:00
Jakub Vrana c4a57246ac Simplify work with NULL values in select 2012-05-13 23:24:39 -07:00
Jakub Vrana 20cf6d29c5 Support binary data in SQLite (http://forum.zdrojak.cz/?topic=619, https://sourceforge.net/projects/adminer/forums/forum/960418/topic/5274204) 2012-05-13 23:23:57 -07:00