summaryrefslogtreecommitdiff
path: root/includes/database.mysql-common.inc
Commit message (Collapse)AuthorAge
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale ↵Dries Buytaert2008-02-08
| | | | arguments in wrong order.
* #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there ↵Gábor Hojtsy2008-01-30
| | | | instead
* #198234 by bjaspan: fix improper type maps for numeric and char values in ↵Gábor Hojtsy2007-12-23
| | | | schema API
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* #162432 by bjaspan and chx: serial columns need their keys defined in ↵Gábor Hojtsy2007-09-14
| | | | db_change_field() and friends in MySQL
* #173566 by bjaspan: remove db_update_field(), because it can easily be used ↵Gábor Hojtsy2007-09-07
| | | | for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #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.