summaryrefslogtreecommitdiff
path: root/includes/database/schema.inc
Commit message (Collapse)AuthorAge
* Issue #911352 by Liam Morland, Sylvain Lecoy, Joe Murray, Crell: Document ↵David Rothstein2015-10-14
| | | | that foreign keys may not be used by all drivers
* Issue #780304 by dcam, naxoc, Crell | zyxware: Fixed HTML encoding of em ↵David Rothstein2014-11-01
| | | | wrappers for database table names while showing schema errors.
* Issue #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for ↵Jennifer Hodgdon2014-06-06
| | | | db_add_field and related functions
* Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar ↵Jennifer Hodgdon2012-02-29
| | | | columns needing to have length specified
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."Dries Buytaert2011-08-07
| | | | This reverts commit 132aed379c72f0702dd2e9c27cf9421f1435aba2.
* - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__).Dries Buytaert2011-08-07
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #866340 follow-up by mikl: Document how to add support for non-standard SQL ↵Angie Byron2010-12-28
| | | | types to hook_schema().
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* Rolling back #851136. Broke SQLite installation.Angie Byron2010-11-28
|
* - Patch #851136 by Damien Tournoud, Crell, chx: make the database ↵Dries Buytaert2010-11-27
| | | | autoloading more robust.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵Angie Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* #851140 by Damien Tournoud: Fixed DatabaseSchema::getPrefixInfo() is ↵Angie Byron2010-07-12
| | | | *severely* broken.
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - 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 #711682 by aspilicious, sun: fixed style issues.Dries Buytaert2010-03-21
|
* - Patch #711682 by aspilicious: fixed tyle issues.Dries Buytaert2010-03-09
|
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - 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.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - 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 #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #596664 by c960657 | Crell: document “char”, “date” and ↵Dries Buytaert2009-10-08
| | | | “time” database field types.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|
* #412410 by c960657: Make schema descriptions plain text.Angie Byron2009-08-02
|
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* #408876 by JamesAn: Document Schema API's serialize property.Angie Byron2009-06-06
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* #471800 follow-up by stella: Fixing comments on MySQL system queries.Angie Byron2009-05-29
|
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver ↵Angie Byron2009-02-24
| | | | independent of schema to fix D6 => D7 update.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.Angie Byron2009-01-19
|
* #359918 by Dave Reid: Fix typo in Schema API documentation.Angie Byron2009-01-18
|
* - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function ↵Dries Buytaert2009-01-08
| | | | findTables fails on PostgreSQL.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* #327480 follow-up by sun: Fix PHPDoc stuff.Angie Byron2008-10-31
|