Commit Graph

409 Commits (be54be0d14db49f655f610bda8d365c7e1c88fc0)

Author SHA1 Message Date
Jennifer Hodgdon 7e1429630d Issue #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for db_add_field and related functions 2014-06-06 11:54:24 -07:00
Jennifer Hodgdon 4172af50d9 Issue #2259361 by jweowu, David_Rothstein: Document that db_query_temporary() only works on SELECT queries 2014-05-07 17:03:30 -07:00
David Rothstein 20c04c587b Issue #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create a table when the SQL has leading whitespace. 2014-05-05 23:14:24 -04:00
David Rothstein 9fb4d89ae8 Issue #2065917 by SpadXIII, andrewbelcher, kboopathi: SelectQueryExtender::hasAnyTag uses hasAnyTags which doesn't exist. 2014-05-05 12:34:18 -04:00
Jennifer Hodgdon 67401f398c Issue #2194027 by KelvinWong, sphism: Fix up database topic docs example queries 2014-03-04 08:31:39 -08:00
Jennifer Hodgdon 1687e382ea Issue #2164179 by StephaneQ: Fix links to extenders in Database API topic page 2014-01-10 08:40:08 -08:00
David Rothstein 70e0b16715 Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows. 2013-12-30 17:23:37 -05:00
David Rothstein cbabb1a24b Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ... not supported. 2013-12-25 14:57:44 -05:00
Jennifer Hodgdon a44bda729f Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs 2013-09-12 07:52:52 -07:00
David Rothstein 2df0b841f5 Issue #1839998 by wiifm, mcm.guaba, Josh Waihi, dcam: Fixed TruncateQuery implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking. 2013-08-05 04:24:31 -04:00
David Rothstein bfaa7b4fd0 Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() for affected rows count causes certain updates to be suppressed. 2013-02-27 18:13:58 -05:00
David Rothstein ad244e2cb8 Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery value object. 2013-02-27 16:55:30 -05:00
David Rothstein 8ec1f078f9 Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with @link...@endlink. 2012-12-27 12:29:52 -05:00
David Rothstein c7e45d937d Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections). 2012-12-08 18:31:33 -05:00
David Rothstein 6b11350d32 Rolled back issue #1542186 (PHP 5.4 'Illegal string offset' warning when installing on SQLite), since the fix was broken. 2012-11-05 22:56:05 -05:00
webchick 83d850f8e4 Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed Update #7002 fails on postgres - ILIKE operator on bytea not supported. 2012-09-30 13:04:36 -04:00
David Rothstein 02cf68de33 Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined index: file in DatabaseLog->findCaller(). 2012-09-15 16:04:59 -04:00
Jennifer Hodgdon bc41802c5e Issue #1751612 by junedkazi: fix link formatting in documentation 2012-08-27 11:02:00 -07:00
webchick 669b2682f3 Issue #1542186 by pp, redcell, rickmanelius: Fixed PHP 5.4 'Illegal string offset' warning when install. 2012-08-22 10:27:47 +02:00
Jennifer Hodgdon 437386277e Issue #1703184 by m-abshir: Clarify table parameter in db_rename_table function doc 2012-08-02 09:56:15 -07:00
Jennifer Hodgdon 72a9987b82 Issue #1683836 by mjonesdinero, lyricnz: Fix database topic sample code so it is consistent 2012-07-18 06:29:51 -07:00
Jennifer Hodgdon f7b54a48e9 Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction method 2012-05-30 15:05:50 -07:00
Jennifer Hodgdon e039aaaa32 Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
webchick a50f016991 Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. 2012-04-22 18:57:18 -07:00
webchick 541cf80f64 Issue #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed Enforced fetching of fields/columns in lowercase breaks third-party integration. 2012-04-12 00:21:02 -07:00
webchick a676b09050 Issue #1414412 by Damien Tournoud, pillarsdotnet, droplet, MrHaroldA: Fixed Skip #conjunction key in __clone() method of core/includes/database/query.inc. 2012-03-08 14:14:45 -08:00
Jennifer Hodgdon 0faaef4696 Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar columns needing to have length specified 2012-02-29 16:54:06 -08:00
Jennifer Hodgdon de2261c737 Issue #1291458 by arithmetric: Remove mention of short-lived PHP bug from Database class docs 2012-02-23 10:54:46 -08:00
webchick df5c8687f1 Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by db_rename_table(). 2012-02-14 13:23:04 -05:00
webchick c367b7d954 Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be used as a function parameter before PHP 5.3. 2012-01-30 20:15:24 -08:00
webchick d743067296 Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested transactions throw exceptions when they got out of scope. 2011-12-31 16:09:02 -08:00
webchick 2f6d917af5 Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options configurable. 2011-12-25 00:40:22 -08:00
webchick 9a519b179f Issue #1371256 by ayelet_Cr, oriol_e9g: Document that QueryConditionInterface::condition() should not be used to add NULL conditions. 2011-12-24 17:23:52 -08:00
Dries 3ba39c132f - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() inappropriately removes SQL expressions. 2011-12-21 14:52:05 -05:00
webchick 9e12767c75 Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true."
This reverts commit 06f31080c7.
2011-12-16 06:42:49 -06:00
webchick 06f31080c7 Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true. 2011-12-10 23:29:21 -06:00
Dries Buytaert 1d9c067a64 - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for DatabaseStatementInterface is a bit off. 2011-10-13 20:20:02 -04:00
webchick fae103736b Issue #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* - document what empty return value is. 2011-10-05 07:53:07 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
Dries Buytaert a2e549e35c - Patch #897650 by Garrett Albright, Damien Tournoud: DatabaseSchema_sqlite()::findTables() shouldn't find indexes. 2011-09-11 17:09:40 -04:00
Dries Buytaert f3365697b7 - Patch #1266694 by Damien Tournoud: Fixed DatabaseStatementPrefetch doesn't implement fetchColumn(). 2011-09-11 13:00:57 -04:00
webchick 2c25c781ee Issue #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing. 2011-09-05 11:57:30 -07:00
webchick 979f0d8cb9 Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong arguments. 2011-08-22 03:27:31 +01:00
Dries Buytaert 1e7a7361c4 Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."
This reverts commit 132aed379c.
2011-08-07 12:39:05 -04:00
Dries Buytaert 132aed379c - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__). 2011-08-07 12:37:24 -04:00
Dries Buytaert 3af0b234d2 - Patch #1184082 by googletorp: like queries failing on postgres with standard_conforming_strings() turned on. 2011-08-06 06:57:07 -04:00
webchick d676fe412c Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and useful. 2011-08-01 20:51:29 -07:00
webchick 18777c174e Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type. 2011-07-28 17:05:42 -04:00
webchick 7fd0fe2495 Issue #1007830 follow-up by bfroehle: Better fix for nested transactions throw exceptions on ddl changes in MySQL. 2011-07-04 21:48:58 -07:00
webchick 3b2601b62a Issue #561422 follow-up by Damien Tournoud, lyricnz, chx: Fixed SQLite support for faster db prefixes. 2011-06-27 08:42:37 -07:00