summaryrefslogtreecommitdiff
path: root/includes/database.mysql-common.inc
Commit message (Collapse)AuthorAge
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* #164765 by dmitrig01: remove trailing PHP closing tags, which were causing ↵Gábor Hojtsy2007-08-06
| | | | problems
* #150210 by bjaspan and Frando: explicit table names for create table ↵Gábor Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #147692 by hswong3i: gives SQL backends more control over db_query().Dries Buytaert2007-05-30
|
* - Patch #147285 by drewish: add db_rename_table().Dries Buytaert2007-05-29
|
* - Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.Dries Buytaert2007-05-25
|
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
Oh, behave.