Commit Graph

299 Commits (03630c12e556a5f715b735428d4951f7bde31dc4)

Author SHA1 Message Date
Dries Buytaert 03630c12e5 - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to NULL when target is a Postgres bytea. 2010-08-16 21:01:23 +00:00
Dries Buytaert 3f83c075a4 - Patch #878198 by pwolanin: add back a method to the DB driver interface that reports the server version. 2010-08-11 02:17:39 +00:00
Dries Buytaert 66d31c52ba - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL. 2010-08-08 02:18:53 +00:00
Angie Byron 755343e3b7 #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database layer. 2010-08-05 08:26:35 +00:00
Angie Byron 9ad0a7ea9b #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to be prefixed, inconsistent implementation and documentation. 2010-08-02 18:55:17 +00:00
Dries Buytaert 4f2d69698c - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB works, too. 2010-07-30 01:59:14 +00:00
Dries Buytaert c9e5a055fb - Patch #866340 by Damien Tournoud: remove support for date and time types. 2010-07-28 10:52:12 +00:00
Dries Buytaert 8a128c645c - Patch #851748 by Stevel: weird logic in SelectQuery::addField(). 2010-07-28 01:51:06 +00:00
Dries Buytaert dca92900fb - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
Dries Buytaert 002ca866d5 - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TRUE, FALSE. 2010-07-22 23:54:32 +00:00
Dries Buytaert d58ac9fd64 - Patch #772678 by sun, jpmckinney, Berdir: database default collation is not respected. 2010-07-20 21:12:47 +00:00
Dries Buytaert 84916ad9c7 - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a reference even for OUT parameters. 2010-07-19 22:11:04 +00:00
Dries Buytaert 83f4ef42f6 - Patch #851100 by Damien Tournoud: subquery objects are iterated upon. 2010-07-19 21:05:46 +00:00
Dries Buytaert a5f23317ef - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback the transaction if one insert fail. 2010-07-19 13:28:19 +00:00
Dries Buytaert 9cf185c391 - Patch #852362 by chx: fixed extend is 100% fubar. 2010-07-19 13:23:21 +00:00
Dries Buytaert 1798cf27ab - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken. 2010-07-14 20:25:10 +00:00
Dries Buytaert 02a4755049 - Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches. 2010-07-13 04:30:08 +00:00
Angie Byron 9d15ef4f04 #847528 by chx: Fixed rollback presumes transaction support. 2010-07-12 15:14:16 +00:00
Angie Byron 0d865cc02b #851140 by Damien Tournoud: Fixed DatabaseSchema::getPrefixInfo() is *severely* broken. 2010-07-12 15:10:40 +00:00
Angie Byron a5e2404e0b #711108 follow-up by chx: Fixed SQLite implementation of richer exception reporting for watchdog(). 2010-07-04 02:26:10 +00:00
Angie Byron 94247bfd7d #715108 follow-up by Damien Tournoud, justinrandell: Fixed SQLite Merge queries. 2010-07-03 20:45:45 +00:00
Angie Byron 9085e3ab22 #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used. 2010-06-30 16:55:49 +00:00
Dries Buytaert 471a04a2f9 - Patch #840182 by chx: testing is broken. 2010-06-29 13:42:18 +00:00
Dries Buytaert 267ebfb7b6 - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be per database connection. 2010-06-28 19:57:34 +00:00
Dries Buytaert 5ca8621ba4 - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, justinrandell: Make merge queries more consistent and robust. 2010-06-26 01:40:05 +00:00
Dries Buytaert ac63fa94b5 - Patch #829152 by nenne: database abstraction layer db_query_range() example is wrong. 2010-06-25 20:28:49 +00:00
Angie Byron 605362393d #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function to PostgreSQL since || isn't supported reliably across database systems. 2010-06-21 01:32:21 +00:00
Dries Buytaert f7bcc0fbab - Patch #827554 by Josh Waihi: PostgreSQL performance optimization: PDO::ATTR_EMULATE_PREPARES. 2010-06-16 04:56:07 +00:00
Dries Buytaert 5f5c024b6d - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into BIGINT fails on PostgreSQL. 2010-06-15 16:12:06 +00:00
Dries Buytaert 2e86ad317e - Patch #826668 by Damien Tournoud: db_add_field() will not accept 'foreign keys' even though it is part of schema api. 2010-06-14 12:26:32 +00:00
Dries Buytaert a7a0ee8360 - Patch #772554 by Crell, jbrown: remove delay() method from insert queries. 2010-06-02 19:39:17 +00:00
Dries Buytaert a309cb4279 - Patch #813540 by chx: handle NULL values nicely. 2010-06-02 06:58:29 +00:00
Dries Buytaert d297ac7464 - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_query_range(). 2010-06-01 09:24:09 +00:00
Dries Buytaert 72db95c988 - Patch #711108 by Berdir: better exception reporting for watchdog() in the database system. 2010-05-26 07:52:13 +00:00
Dries Buytaert 98ff59bf80 - Patch #767690 by Crell: @file declarations in database system do not indicate what belongs in the file. 2010-05-23 19:14:42 +00:00
Dries Buytaert 8ce167452b - Patch #726344 by Crell, Berdir: database system uses wrapper functions internally. 2010-05-23 18:01:26 +00:00
Dries Buytaert 416f87f170 - Patch #785782 by cafuego: support comments in built queries. 2010-05-15 07:04:21 +00:00
Dries Buytaert 7708606321 - Patch #301798 by Josh Waihi: remove some legacy data type and function mapping for PostgreSQL. 2010-05-13 08:23:56 +00:00
Dries Buytaert fe04e7d35f - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless. 2010-05-11 11:01:36 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 5265584016 - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) with SelectQuery. 2010-05-05 16:51:30 +00:00
Angie Byron a649700010 #561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG. 2010-05-05 06:28:39 +00:00
Dries Buytaert 9332e835da - Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch mode set during ->execute(). 2010-04-30 13:47:46 +00:00
Angie Byron 31f13b5694 #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting index.php (rather than install.php) leads to a fatal error when PDO is not enabled. 2010-04-29 03:48:16 +00:00
Dries Buytaert 0b61ecfe3a - Patch #782056 by aspilicious: removing every tab + trailing white space in core. 2010-04-28 20:25:22 +00:00
Dries Buytaert 19a45ce544 - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alter() support multiple alter hooks executed by module weight. 2010-04-28 12:36:26 +00:00
Dries Buytaert ca0323d2de - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up. 2010-04-27 10:42:58 +00:00
Dries Buytaert b6480251b8 - Patch #780048 by linclark: db_next_id() documentation refers to a non-existent function. 2010-04-26 14:12:59 +00:00
Angie Byron 67a19cf48b #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() to proper exception catching. 2010-04-23 05:21:19 +00:00
Angie Byron cd6a08d843 #772554 by Crell: Remove delay() method from insert queries. 2010-04-19 04:43:05 +00:00