summaryrefslogtreecommitdiff
path: root/includes/database/sqlite/schema.inc
Commit message (Collapse)AuthorAge
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #582948 by David_Rothstein: more improvements to the erro handling ↵Dries Buytaert2010-03-01
| | | | of the database layer.
* - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ↵Dries Buytaert2010-02-28
| | | | manipulation to help with upgrade path.
* #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not ↵Angie Byron2010-02-23
| | | | prefix tablename.
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* - Patch #370240 by Josh Waihi, stuzza, mfb, Arancaytar: PDO should quote ↵Dries Buytaert2009-08-17
| | | | index names in table declarations.
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ↵Dries Buytaert2009-06-01
| | | | optimizations.
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* - Patch #422366 by jamesAn: improved static caching in database drivers.Dries Buytaert2009-04-14
|
* #67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis.Angie Byron2008-11-23
|
* #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :DAngie Byron2008-11-23