summaryrefslogtreecommitdiff
path: root/includes/database/mysql/database.inc
Commit message (Collapse)AuthorAge
* #356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo ↵Angie Byron2009-10-18
| | | | in select.
* #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵Angie Byron2009-10-18
| | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Rollback #567148 because it breaks on some versions of MySQL.Dries Buytaert2009-09-05
|
* - Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to ↵Dries Buytaert2009-09-05
| | | | enforce proper SQL queries.
* #373514 by jaydee18 and jbomb: Fix typo in transaction property.Angie Byron2009-03-25
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* - Patch #344575 by cdale: made the ANSI compatibility mode less strict to ↵Dries Buytaert2008-12-24
| | | | work around a MySQL 5 bug.
* - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility ↵Dries Buytaert2008-12-23
| | | | mode. Comes with tests.
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* - Patch #337926 by Damien Tournoud: clean-up lower case handling.Dries Buytaert2008-12-02
|
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.
* - Patch #337926 by hswong3i: by default, force lower-case database ↵Dries Buytaert2008-11-28
| | | | tables/columns.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* #325895 by chx and hswong3i: Fix queryTemporary and add test case.Angie Byron2008-11-08
|
* #325895 by chx: Fix queryTemporary, which was missing a required argument.Angie Byron2008-10-25
|
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* #303054 by chx: Enforce MySQL strict mode.Angie Byron2008-09-04
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.