summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* Grrr. Didn't mean to commit that yet.Angie Byron2008-10-11
|
* #242873 follow-up by pwolanin: Move new check_plain() check constants to ↵Angie Byron2008-10-11
| | | | bootstrap.inc so they're there in early bootstrap.
* - Patch #310904 by mfer, Crell et al: use early fetch and document why.Dries Buytaert2008-10-08
|
* - Patch #315047 by Island Usurper: fixed handling of rerved keywords when ↵Dries Buytaert2008-10-08
| | | | altering a table.
* - Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3.Dries Buytaert2008-10-06
|
* - Patch #300239 by Crell: updated documentation of db_insert().Dries Buytaert2008-10-06
|
* - Patch #299661 by smk-ka, oadaeh, et al: install.php does not correctly ↵Dries Buytaert2008-10-06
| | | | check database settings.
* Temporary roll-back of #298669: This wasn't quite ready yet and broke ↵Angie Byron2008-09-28
| | | | SimpleTest in a big way.
* - Patch #298669 by Crell, moshe weitzman: added query logging per connection.Dries Buytaert2008-09-28
|
* - Patch #301501 by markus_petrux: optimize db_merge() in MySQL by taking ↵Dries Buytaert2008-09-27
| | | | advantage of ODKU syntax.
* #302300 follow-up by Crell: Fixes to database connection tests.Angie Byron2008-09-27
|
* #302300 by Crell: Support adding and ignoring database targets, for better ↵Angie Byron2008-09-26
| | | | replication support.
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #310607 by mfer: fixed undefined method problem with database code.Dries Buytaert2008-09-19
|
* - Patch #298309 by mfer: add PDO::FETCH_PROPS_LATE to tell __construct() to ↵Dries Buytaert2008-09-19
| | | | run before properties are added to the object. This is closer to the expected behavior and avoids that values are being overwritten.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #308521 by chx: Fix a bunch of stray whitespace. And the trivial patch of ↵Angie Byron2008-09-15
| | | | the month award goes to... ;)
* - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP ↵Dries Buytaert2008-09-08
| | | | protocol version where possible.
* - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵Dries Buytaert2008-09-05
| | | | future compatilbility. PHP6 is rumoured to drop ereg support.
* #303054 by chx: Enforce MySQL strict mode.Angie Byron2008-09-04
|
* #302395 by chx: Minor DBTNG clean-up.Angie Byron2008-09-03
|
* - Patch #301943 by chx: drop_field_set_default dropped the field due to ↵Dries Buytaert2008-08-31
| | | | copy-paste error.
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.