Commit graph

132 commits

Author SHA1 Message Date
Denitz 1177e98b3f fix 2023-12-23 23:01:26 +03:00
Jakub Vrana 25dda09bce Update TODO 2021-02-15 18:33:19 +01:00
Jakub Vrana 4009ede3ee Add todo 2018-02-08 11:26:21 +01:00
Jakub Vrana 66e7ec56bb SQLite: Allow deleting PRIMARY KEY from tables with auto increment 2018-02-07 14:47:29 +01:00
Jakub Vrana 6636434378 PRIMARY KEY in SQLite 2018-02-05 08:32:51 +01:00
Jakub Vrana 0d73372c50 Add a todo 2017-04-09 12:13:18 +02:00
Jakub Vrana 2e245412dc PostgreSQL: Support creating array columns
Also allow () in length and IN.
2013-08-08 13:52:23 -07:00
Jakub Vrana 9ffca2f6e6 SimpleDB: Allow selecting arrays 2013-08-08 13:52:04 -07:00
Jakub Vrana 5f370927f1 Descending indexes 2013-06-25 09:42:47 -07:00
Jakub Vrana 7dd90f56f1 MySQL: Speed up updating rows without numeric or UTF-8 primary key 2013-06-04 19:40:17 -07:00
Jakub Vrana 8e0ead4678 Verify UTF-8 encoding of CSV import 2013-06-03 14:57:26 -07:00
Jakub Vrana 601cdd43c1 Constraint memory used in TAR export 2013-05-01 09:33:23 -07:00
Jakub Vrana 40c61f6cfc Reduce memory used by TAR export 2013-04-29 15:45:15 -07:00
Jakub Vrana 1ecdde0500 Remove bzip2 compression support
It didn't work for exports bigger than 1 MB.
An alternative would be to remove the limit from output buffer which would need memory for the whole export.
Another alternative would be to create a temporary file in output handler and bzwrite() to this file - that would work but it's complicated, especially if we want to output the file progressively - bzopen($tmp, 'w'), fopen($tmp, 'r').
2013-04-29 15:37:33 -07:00
Jakub Vrana 46a7e7eea0 Selectable ON UPDATE CURRENT_TIMESTAMP field in create table 2013-04-17 09:41:58 -07:00
Jakub Vrana 85d985a319 Don't encode binary files 2012-09-07 08:30:31 -07:00
Jakub Vrana 335ab7eab2 Done 2012-07-30 00:57:24 -07:00
Jakub Vrana 2db14e4bc2 Update TODO 2012-05-14 01:17:43 -07:00
Jakub Vrana 3ab609188b Comment 2011-06-24 09:47:16 +02:00
Jakub Vrana c101a1f8bd Comment 2011-06-23 22:11:49 +02:00
Jakub Vrana 4bcc0ca27c Display default column value in table overview (thanks to bene) 2011-06-05 08:35:15 +02:00
Jakub Vrana 4787b57d30 Revert "Highlight SQL code in textarea"
This reverts commit 2a1c409681.
2011-06-03 14:55:09 +02:00
Jakub Vrana 2a1c409681 Highlight SQL code in textarea 2011-05-05 17:02:39 +02:00
Jakub Vrana 6b4ee48ae8 Autocomplete for big foreign keys 2011-05-04 17:19:54 +02:00
Jakub Vrana 87888f1048 Comment 2011-03-28 12:40:14 +02:00
Jakub Vrana 2dbc73833b PostgreSQL bool in Editor 2011-03-24 11:37:05 +01:00
Jakub Vrana ebc0c52f5f Comment 2011-03-24 11:33:31 +01:00
Jakub Vrana 24fac38d26 Better support for bit data type 2011-02-10 11:04:38 +01:00
Jakub Vrana 741b19bc79 Copy tables (bug #3158027) 2011-02-01 14:12:22 +01:00
Jakub Vrana 61b1fd57e0 Permanent link in schema 2010-12-30 10:57:23 +01:00
Jakub Vrana a4982c90e0 MS SQL: Create primary key for Auto Increment column 2010-11-29 22:02:11 +01:00
Jakub Vrana 9f69d7ae93 MS SQL: Do not update AI value 2010-11-29 22:02:10 +01:00
Jakub Vrana 4a2fe5eac1 MS SQL: Foreign key in create table 2010-11-29 22:02:10 +01:00
Jakub Vrana 15ccbec1fd Comments 2010-11-08 09:49:42 +01:00
Jakub Vrana 7abc734607 Comment 2010-11-04 09:51:23 +01:00
Jakub Vrana 865453f7c9 Comments 2010-11-04 00:00:45 +01:00
Jakub Vrana bec5ef28ec Comments 2010-10-30 01:56:49 +02:00
Jakub Vrana 8e02d5dfd3 Update TODO 2010-10-19 17:46:28 +02:00
Jakub Vrana 8d565e63ab Respect scheme support 2010-10-18 01:53:31 +02:00
Jakub Vrana 420faa3dc4 Comments 2010-10-17 02:10:42 +02:00
Jakub Vrana 8455d05e3e Comment 2010-09-09 22:02:49 +02:00
Jakub Vrana 351dbf7854 Update TODO 2010-08-03 18:16:21 +02:00
Jakub Vrana a1bc3cc9cb SQLite doesn't support primary key modification 2010-07-14 16:02:50 +02:00
Jakub Vrana 782921b671 Finish SQLite
Don't require num_rows
2010-05-27 16:10:17 +02:00
Jakub Vrana 55140a6ae8 Whitespace 2010-05-27 13:33:09 +02:00
Jakub Vrana 4780703d17 Respect PostgreSQL custom types 2010-05-21 15:07:59 +02:00
Jakub Vrana 84d068df8b Oracle select support 2010-05-20 17:35:30 +02:00
Jakub Vrana ee3e04590a Separate $where in limit function 2010-05-14 15:51:54 +02:00
Jakub Vrana b122f655ce Update TODO 2010-05-05 23:19:57 +02:00
Jakub Vrana f2d21d265b Sequences 2010-05-05 23:17:40 +02:00