summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* Issue #2545480 by gryp, morgantocker, Crell, kevinquillen: Don't use the ↵David Rothstein2016-02-01
| | | | ANSI SQL mode since it has different meanings for different MySQL versions (and breaks MySQL 5.7 support in Drupal 7)
* Issue #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txtDavid Rothstein2015-10-14
|
* 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 #2488750 by lalweil: Typo in DatabaseConnection::queryDavid Rothstein2015-10-14
|
* Issue #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL ↵David Rothstein2015-10-03
| | | | to executing single statements if PHP supports it
* Drupal 7.39David Rothstein2015-08-19
|
* Issue #1201452 by mgifford, Heine, ircmaxell: Improve security on newer ↵David Rothstein2015-03-30
| | | | versions of PHP by setting an additional charset DSN parameter when connecting to MySQL via PDO
* Issue #2453311 by TravisCarden: Fix a couple more "the the"s in the codebaseDavid Rothstein2015-03-30
|
* Issue #1891728 by gielfeldt: Fixed Database schema methods like getComment() ↵David Rothstein2014-11-01
| | | | and findTables() always query the "default" target on MySQL.
* 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 #829464 by Berdir, klausi, sepgil | Heine: Fixed orderby() should ↵David Rothstein2014-11-01
| | | | verify that the sort direction is always ASC or DESC.
* SA-CORE-2014-005 by Stefan Horst, greggles, larowlan, David_Rothstein, ↵David Rothstein2014-10-15
| | | | klausi: Fixed SQL injection vulnerability
* Issue #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for ↵Jennifer Hodgdon2014-06-06
| | | | db_add_field and related functions
* Issue #2259361 by jweowu, David_Rothstein: Document that ↵Jennifer Hodgdon2014-05-07
| | | | db_query_temporary() only works on SELECT queries
* Issue #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create ↵David Rothstein2014-05-05
| | | | a table when the SQL has leading whitespace.
* Issue #2065917 by SpadXIII, andrewbelcher, kboopathi: ↵David Rothstein2014-05-05
| | | | SelectQueryExtender::hasAnyTag uses hasAnyTags which doesn't exist.
* Issue #2194027 by KelvinWong, sphism: Fix up database topic docs example queriesJennifer Hodgdon2014-03-04
|
* Issue #2164179 by StephaneQ: Fix links to extenders in Database API topic pageJennifer Hodgdon2014-01-10
|
* Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | ↵David Rothstein2013-12-30
| | | | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
| | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* Issue #1839998 by wiifm, mcm.guaba, Josh Waihi, dcam: Fixed TruncateQuery ↵David Rothstein2013-08-05
| | | | implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking.
* Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() ↵David Rothstein2013-02-27
| | | | for affected rows count causes certain updates to be suppressed.
* Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | value object.
* Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | @link...@endlink.
* Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* Rolled back issue #1542186 (PHP 5.4 'Illegal string offset' warning when ↵David Rothstein2012-11-05
| | | | installing on SQLite), since the fix was broken.
* Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed ↵webchick2012-09-30
| | | | Update #7002 fails on postgres - ILIKE operator on bytea not supported.
* Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined ↵David Rothstein2012-09-15
| | | | index: file in DatabaseLog->findCaller().
* Issue #1751612 by junedkazi: fix link formatting in documentationJennifer Hodgdon2012-08-27
|
* Issue #1542186 by pp, redcell, rickmanelius: Fixed PHP 5.4 'Illegal string ↵webchick2012-08-22
| | | | offset' warning when install.
* Issue #1703184 by m-abshir: Clarify table parameter in db_rename_table ↵Jennifer Hodgdon2012-08-02
| | | | function doc
* Issue #1683836 by mjonesdinero, lyricnz: Fix database topic sample code so ↵Jennifer Hodgdon2012-07-18
| | | | it is consistent
* Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction ↵Jennifer Hodgdon2012-05-30
| | | | method
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* Issue #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed ↵webchick2012-04-12
| | | | Enforced fetching of fields/columns in lowercase breaks third-party integration.
* Issue #1414412 by Damien Tournoud, pillarsdotnet, droplet, MrHaroldA: Fixed ↵webchick2012-03-08
| | | | Skip #conjunction key in __clone() method of core/includes/database/query.inc.
* Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar ↵Jennifer Hodgdon2012-02-29
| | | | columns needing to have length specified
* Issue #1291458 by arithmetric: Remove mention of short-lived PHP bug from ↵Jennifer Hodgdon2012-02-23
| | | | Database class docs
* Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by ↵webchick2012-02-14
| | | | db_rename_table().
* Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be ↵webchick2012-01-30
| | | | used as a function parameter before PHP 5.3.
* Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested ↵webchick2011-12-31
| | | | transactions throw exceptions when they got out of scope.
* Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options ↵webchick2011-12-25
| | | | configurable.
* Issue #1371256 by ayelet_Cr, oriol_e9g: Document that ↵webchick2011-12-24
| | | | QueryConditionInterface::condition() should not be used to add NULL conditions.
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must ↵webchick2011-12-16
| | | | | | never return true." This reverts commit 06f31080c7281c8227d2556cd0807744e91c9fb5.
* Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never ↵webchick2011-12-10
| | | | return true.
* - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for ↵Dries Buytaert2011-10-13
| | | | DatabaseStatementInterface is a bit off.
* Issue #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* ↵webchick2011-10-05
| | | | - document what empty return value is.