Commit Graph

34 Commits (a0ec577e5b3a55ddf0e4707c953f9fdbbd23b792)

Author SHA1 Message Date
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron 7d1a9b8d3d #496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite. 2009-08-31 17:07:21 +00:00
Angie Byron d71ffc5aba #200953 by seanburlington: Added basic support for 'time' and 'date' types to schema API. 2009-08-22 19:43:12 +00:00
Dries Buytaert 55d9463766 - Patch #370240 by Josh Waihi, stuzza, mfb, Arancaytar: PDO should quote index names in table declarations. 2009-08-17 06:52:02 +00:00
Dries Buytaert 1aec298314 - Patch #349508 by Josh Waihi: make sure that the database is installed using UTF-8 on PostgreSQL. 2009-07-27 19:42:56 +00:00
Angie Byron d2c02ca453 #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... 2009-07-21 01:56:36 +00:00
Dries Buytaert 1430e8baa3 - Patch #346450 by Josh Waihi: length property should be ignored on non varchar and char fields. 2009-07-09 10:12:14 +00:00
Angie Byron 6d5d8dccc4 #408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal errors. 2009-06-30 00:09:55 +00:00
Dries Buytaert 2a7c2fa9b7 - Patch #499794 by Berdir: made protected method public because it is called as a public method. 2009-06-27 09:44:05 +00:00
Dries Buytaert 9079d78481 - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries. 2009-06-05 16:55:45 +00:00
Dries Buytaert 984f27efc9 - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations. 2009-06-01 11:23:27 +00:00
Dries Buytaert a98905f5c6 - Patch #471800 by stella: more code style fixes. 2009-05-25 13:42:56 +00:00
Angie Byron 8ba2805c91 #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder values without leading :, for compatibility with PDO. 2009-05-17 03:31:36 +00:00
Dries Buytaert c5926f4961 - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database layer. 2009-05-03 08:56:19 +00:00
Dries Buytaert f09028107c - Patch #413732 by brianV: database code clean-up. 2009-04-20 20:02:31 +00:00
Angie Byron d30a41e791 Roll-back of #333054; needs more discussion. 2009-04-20 02:23:17 +00:00
Dries Buytaert b0a6099918 - Patch #432128 by Berdir: adding some babysitting code to insert queries -- don't execute query when there are no values. 2009-04-15 13:30:17 +00:00
Dries Buytaert 00f9c254d9 - Patch #422366 by jamesAn: improved static caching in database drivers. 2009-04-14 06:22:10 +00:00
Dries Buytaert 27d7455edb - Patch #333054 by c960657: page cache should be case sensitive. 2009-04-01 20:00:47 +00:00
Dries Buytaert a88a999ca8 - Patch #351898 by mfb: database API was not E_STRICT compatible. 2009-03-29 12:48:33 +00:00
Dries Buytaert b2402f40ae - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code. 2009-01-19 20:45:17 +00:00
Angie Byron cd9794bea7 #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files. 2009-01-19 01:28:28 +00:00
Dries Buytaert f80c618427 - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names. 2009-01-11 10:57:20 +00:00
Dries Buytaert 45fed79d73 - Patch #348448 by c960657: fixed php strict warnings when running tests. 2009-01-11 08:36:28 +00:00
Dries Buytaert 7c30a1bac9 - Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator did not implement a proper forward-only one cursor. 2008-12-09 11:22:11 +00:00
Dries Buytaert 55382d04a7 - Patch #318016 by Dave Reid: step one to standardizing type-hinting. 2008-12-08 21:41:54 +00:00
Dries Buytaert 4e9d1f7d1c - Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed replacement of unnamed placeholders in SQLite. 2008-12-05 12:41:27 +00:00
Dries Buytaert 71a22f1c1f - Patch #337926 by Damien Tournoud: clean-up lower case handling. 2008-12-02 19:45:01 +00:00
Angie Byron aa4b94fcc9 #340568 by Damien Tournoud: in some versions of SQLite, SELECT DISINCT(field) will return '(field)' as the field name. 2008-11-30 01:26:45 +00:00
Dries Buytaert 205c5b2415 - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER. 2008-11-29 09:30:36 +00:00
Dries Buytaert d32a4c9dc4 - Patch #337926 by hswong3i: by default, force lower-case database tables/columns. 2008-11-28 09:27:58 +00:00
Angie Byron 079a1bd2a5 #67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis. 2008-11-23 21:01:03 +00:00
Angie Byron 9de3b9cb74 #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :D 2008-11-23 06:06:15 +00:00