summaryrefslogtreecommitdiff
path: root/includes/database
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.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* #589754 by rfay and Crell: Fixed non-recoverable install if invalid database ↵Angie Byron2009-10-12
| | | | specified in settings.php.
* - Patch #597556 by Berdir: return status to indicate executed query in ↵Dries Buytaert2009-10-11
| | | | MergeQuery::execute().
* - Patch #596664 by c960657 | Crell: document “char”, “date” and ↵Dries Buytaert2009-10-08
| | | | “time” database field types.
* #595758 by jhodgdon: Fixed documentation for db_query_range().Angie Byron2009-10-06
|
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - 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.
* #496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite.Angie Byron2009-08-31
|
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|
* #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵Angie Byron2009-08-26
| | | | so that modules can know the final query/arguments before they are run.
* - Patch #496500 by chx: rollback.Dries Buytaert2009-08-24
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* - Patch #496500 by Moshe Weitzman, Crell, Berdir: remove global placeholder ↵Dries Buytaert2009-08-22
| | | | counter so we can support Views caching.
* - Patch #555446 by deekayen: remove backward-compatibility hacks from arg ↵Dries Buytaert2009-08-21
| | | | processing.
* #542426 by neilnz: PostgreSQL should not require password to be set in ↵Angie Byron2009-08-19
| | | | settings.php for trust mode.
* - Patch #370240 by Josh Waihi, stuzza, mfb, Arancaytar: PDO should quote ↵Dries Buytaert2009-08-17
| | | | index names in table declarations.
* - Patch #543948 by Damien Tournoud: remove db_type_placeholder().Dries Buytaert2009-08-10
|
* #315047 by Josh Waihi: Escape PostgreSQL column names in the changeField ↵Angie Byron2009-08-04
| | | | function.
* #434350 by cpliakas and Crell: Add a method to explicitly close a database ↵Angie Byron2009-08-04
| | | | connection.
* #412410 by c960657: Make schema descriptions plain text.Angie Byron2009-08-02
|
* - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the ↵Dries Buytaert2009-08-01
| | | | PostgreSQL database backend, where it belongs.
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #349508 by Josh Waihi: make sure that the database is installed ↵Dries Buytaert2009-07-27
| | | | using UTF-8 on PostgreSQL.
* - Patch #517502 by andrea.gariboldi: make Transaction API follow its own ↵Dries Buytaert2009-07-27
| | | | documentation.
* - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ↵Dries Buytaert2009-07-22
| | | | headers.
* #525754 by chx: Clean up some trailing whitespace.Angie Byron2009-07-21
|
* #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...Angie Byron2009-07-21
|
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* - Patch #517502 by Crell: make transaction API follow its own documentation.Dries Buytaert2009-07-13
|
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* - Patch #314358 by wonder95: only set ignore_slave_server if there are slave ↵Dries Buytaert2009-07-07
| | | | servers being used, which is assumed if there are more than one.
* - Patch #509122 by Berdir: rest in peace db_affected_rows().Dries Buytaert2009-07-03
|
* - Patch #508756 by catch, crell et al: rest in peace db_placeholders().Dries Buytaert2009-07-03
|
* - Patch #314358 by wonder95, Crell, killes, et al: add option to ignore ↵Dries Buytaert2009-07-01
| | | | slave servers. Finally.
* #408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal ↵Angie Byron2009-06-30
| | | | errors.
* - Patch #499794 by Berdir: made protected method public because it is called ↵Dries Buytaert2009-06-27
| | | | as a public method.
* - Patch #369314 by Berdir: make sub-selects work.Dries Buytaert2009-06-27
|
* - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger ↵Dries Buytaert2009-06-17
| | | | a notice per the HTTP specification.
* #408876 by JamesAn: Document Schema API's serialize property.Angie Byron2009-06-06
|
* #483808 by chx and Crell: Default DBTNG conditions to IN when an array of ↵Angie Byron2009-06-06
| | | | values is passed in, to match the field query API.
* - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... ↵Dries Buytaert2009-06-05
| | | | queries.