Commit graph

60 commits

Author SHA1 Message Date
Jakub Vrana b788a9e69b Prepare Elasticsearch 2013-07-11 11:19:59 -07:00
Jakub Vrana 7a1133a2fd Generalize transactions 2013-07-09 11:43:01 -07:00
Jakub Vrana 56b0917acd Improve speed of CSV import 2013-07-09 11:36:00 -07:00
Jakub Vrana d17b17e515 Driver for SimpleDB 2013-07-09 10:54:43 -07:00
Jakub Vrana 1f7fa44923 Abstract DELETE, INSERT and INSERT+UPDATE 2013-07-09 10:34:52 -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 1dc9044ff4 Order table list by name (bug #3613974) 2013-05-28 11:14:15 -07:00
Jakub Vrana a9262d8752 Display error code in SQL query 2013-01-09 22:19:38 -08:00
Jakub Vrana d5d8a6c8bc Quote MS SQL database name (bug #3576248) 2012-12-01 15:11:01 -08:00
Jakub Vrana d5400234f0 MySQL: Support geometry data types 2012-09-08 23:43:22 -07:00
Jakub Vrana 7291ae608d Reset error before using in SQL query 2012-07-15 09:21:22 -07:00
Jakub Vrana 54f464a893 Set character set in SQLSRV (bug #3479986) 2012-06-29 15:23:35 -07:00
Jakub Vrana 6591d485e9 Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
Jakub Vrana 734f0881f0 Remove search by expression 2011-08-09 11:32:11 +02:00
Jakub Vrana 1a30f25311 Default trigger statement 2011-08-08 18:18:16 +02:00
Jakub Vrana b01d0cec22 Function found_rows should return null 2011-07-29 17:27:26 +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 ac8a64e88a Editable index names 2011-07-13 15:13:00 +02:00
Jakub Vrana 1da3ca544a Display indexes in Oracle (thanks to Marcello Verona) 2011-05-06 18:04:03 +02:00
Jakub Vrana 675ac01cc1 Ability to search by expression in select (bug #3158017) 2011-01-30 02:12:06 +01:00
Jakub Vrana a4982c90e0 MS SQL: Create primary key for Auto Increment column 2010-11-29 22:02:11 +01:00
Jakub Vrana d7079f1778 MS SQL: Foreign key in create table 2010-11-29 22:02:11 +01:00
Jakub Vrana 4a2fe5eac1 MS SQL: Foreign key in create table 2010-11-29 22:02:10 +01:00
Jakub Vrana f4256013a9 Hide hidden columns in PostgreSQL (thanks to Pavel Stehule) 2010-11-11 10:51:20 +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 44ae8c8766 Check collation 2010-10-17 18:45:05 +02:00
Jakub Vrana 0198c36c90 Information_schema can be case sensitive (bug #3088228) 2010-10-16 16:38:20 +02:00
Jakub Vrana 5875f6db0c Don't quote collation (MS SQL 2005) 2010-10-16 15:31:25 +02:00
Jakub Vrana 14ca6f0931 Read view definition (bug #3088228) 2010-10-16 15:20:46 +02:00
Jakub Vrana ec4b1cf915 Use table aliases (bug #3088214) 2010-10-16 08:23:34 +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 52e8c0344b CSV import for MS SQL 2010-08-03 17:47:26 +02:00
Jakub Vrana 713a7007f6 MSSQL alter index 2010-07-14 16:18:12 +02:00
Jakub Vrana 782921b671 Finish SQLite
Don't require num_rows
2010-05-27 16:10:17 +02:00
Jakub Vrana da6f1f850b Driver specific view detection 2010-05-27 13:33:09 +02:00
Jakub Vrana fe3d395912 MS SQL views support 2010-05-27 13:32:03 +02:00
Jakub Vrana 9307f1304f MS SQL type length 2010-05-26 16:10:09 +02:00
Jakub Vrana 8ec71789f2 MS SQL alter_table 2010-05-26 16:00:21 +02:00
Jakub Vrana 4c2268d381 PostgreSQL hidden columns support 2010-05-21 16:23:44 +02:00
Jakub Vrana f9bb1c5c64 Introduce apply_queries function 2010-05-17 18:18:32 +02:00
Jakub Vrana ee3e04590a Separate $where in limit function 2010-05-14 15:51:54 +02:00
Jakub Vrana de08000b0b Display length in full type 2010-05-12 23:58:47 +02:00
Jakub Vrana 29e7f041a3 Display auto_increment value of inserted item 2010-05-12 18:07:46 +02:00
Jakub Vrana 99a31886de System views 2010-05-11 17:41:42 +02:00
Jakub Vrana 60c7ed9a61 MS SQL schema support 2010-05-11 17:13:18 +02:00
Jakub Vrana e6726941dc Rename $driver to $jush 2010-05-07 15:44:22 +02:00