Commit Graph

426 Commits (00b07260760b15d00e4ba6a5df202236fbed04d5)

Author SHA1 Message Date
David Rothstein cabbffd196 Drupal 7.52 (SA-CORE-2016-005) by alexpott, Crell, Dave Reid, David_Rothstein, ezraw, jnicola, pwolanin, xjm, znerol 2016-11-16 13:53:45 -05:00
stefan.r df7b3fd272 Issue #2672088 by joelpittet, stefan.r, daffie, catch, mikeytown2, Fabianx, dawehner: Add static cache to DatabaseConnection ::escapeDatabase(), ::escapeTable(), ::escapeField() and ::escapeAlias() 2016-09-29 17:25:48 +01:00
David Rothstein 4a4f50448f Issue #2764221 by stefan.r, vensires, Fabianx, fietserwin: utf8mb4IsSupported() shouldn't guess that InnoDB is the default engine 2016-08-30 11:26:12 -04:00
David Rothstein bc60c9298a Issue #2488180 by stefan.r, stovak, pwolanin, David_Rothstein, Noe_, typhonius, KhaledBlah, joelpittet, Fabianx, geerlingguy, nithinkolekar, mikeytown2, jduhls, scuba_fly, travelvc, hass: Support full UTF-8 (emojis, Asian symbols, mathematical symbols) on MySQL and other database drivers when they are configured to allow it 2016-07-06 00:34:23 -04:00
stefan.r b0fbd62b38 Issue #2311305 by donutdan4114, stefan.r, Polonium, rpayanm, tadityar, Fabianx, Dave Reid: getPrefixInfo() calls wrong function to get the connection info 2016-07-01 00:53:19 +02:00
David Rothstein d641314cc6 Issue #2545480 by gryp, morgantocker, Crell, kevinquillen: Don't use the ANSI SQL mode since it has different meanings for different MySQL versions (and breaks MySQL 5.7 support in Drupal 7) 2016-02-01 11:03:17 -05:00
David Rothstein bc9cd7d581 Issue #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txt 2015-10-14 18:33:20 -04:00
David Rothstein 5d6340b7e3 Issue #911352 by Liam Morland, Sylvain Lecoy, Joe Murray, Crell: Document that foreign keys may not be used by all drivers 2015-10-14 18:29:54 -04:00
David Rothstein 7933ac459d Issue #2488750 by lalweil: Typo in DatabaseConnection::query 2015-10-14 15:30:14 -04:00
David Rothstein e575b47da2 Issue #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL to executing single statements if PHP supports it 2015-10-03 14:37:59 -04:00
David Rothstein be00a1ced4 Drupal 7.39 2015-08-19 17:20:31 -04:00
David Rothstein 3329a70175 Issue #1201452 by mgifford, Heine, ircmaxell: Improve security on newer versions of PHP by setting an additional charset DSN parameter when connecting to MySQL via PDO 2015-03-30 21:57:40 -04:00
David Rothstein e765be0bad Issue #2453311 by TravisCarden: Fix a couple more "the the"s in the codebase 2015-03-30 18:42:39 -04:00
David Rothstein a28e032e50 Issue #1891728 by gielfeldt: Fixed Database schema methods like getComment() and findTables() always query the "default" target on MySQL. 2014-11-01 20:49:31 -04:00
David Rothstein 90687ab526 Issue #780304 by dcam, naxoc, Crell | zyxware: Fixed HTML encoding of em wrappers for database table names while showing schema errors. 2014-11-01 20:39:29 -04:00
David Rothstein 6b7514afd2 Issue #829464 by Berdir, klausi, sepgil | Heine: Fixed orderby() should verify that the sort direction is always ASC or DESC. 2014-11-01 13:21:52 -04:00
David Rothstein 26a7752c34 SA-CORE-2014-005 by Stefan Horst, greggles, larowlan, David_Rothstein, klausi: Fixed SQL injection vulnerability 2014-10-15 10:31:54 -04:00
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