Commit Graph

19 Commits (11b9f390bfc37d8df0fabde3a3417d60b55f8de4)

Author SHA1 Message Date
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 8eea589984 - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale arguments in wrong order. 2008-02-08 03:24:05 +00:00
Gábor Hojtsy 0a3eb9b0fd #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there instead 2008-01-30 14:34:29 +00:00
Gábor Hojtsy 602cb01718 #198234 by bjaspan: fix improper type maps for numeric and char values in schema API 2007-12-23 13:22:12 +00:00
Dries Buytaert 02539ac3f8 - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). 2007-12-18 10:31:42 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Dries Buytaert 4bb5080ebe - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema. 2007-10-02 16:15:56 +00:00
Gábor Hojtsy c3972cf506 #162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL 2007-09-14 17:46:32 +00:00
Gábor Hojtsy 92d9533353 #173566 by bjaspan: remove db_update_field(), because it can easily be used for evil (and mostly nothing else). We should not let contributed modules to easily break their database. 2007-09-07 10:42:56 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Gábor Hojtsy 39d776faa9 #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates 2007-08-26 08:27:09 +00:00
Gábor Hojtsy f23c24c8a3 #164935 by Ralf Stamm: standardize CVS Id tags in files:
- 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
2007-08-07 08:39:36 +00:00
Gábor Hojtsy 0f33e78ded #164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems 2007-08-06 10:28:42 +00:00
Gábor Hojtsy 2598d31ef8 #150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug 2007-06-26 20:24:19 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert 86e09fa401 - Patch #147692 by hswong3i: gives SQL backends more control over db_query(). 2007-05-30 09:11:21 +00:00
Dries Buytaert af34a17925 - Patch #147285 by drewish: add db_rename_table(). 2007-05-29 11:36:33 +00:00
Dries Buytaert 633540ef8c - Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes. 2007-05-25 20:52:44 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00