summaryrefslogtreecommitdiff
path: root/includes/database/mysql
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 #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL ↵David Rothstein2015-10-03
| | | | to executing single statements if PHP supports it
* 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 #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 #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create ↵David Rothstein2014-05-05
| | | | a table when the SQL has leading whitespace.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* 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 #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* 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 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 #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing.webchick2011-09-05
|
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* Issue #1007830 follow-up by bfroehle: Better fix for nested transactions ↵webchick2011-07-04
| | | | throw exceptions on ddl changes in MySQL.
* Issue #1007830 follow-up by bfroehle: Add more specificity to MySQL nested ↵webchick2011-06-04
| | | | DDL transaction error check.
* Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested ↵webchick2011-05-29
| | | | transactions throw exceptions on ddl changes.
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to ↵Angie Byron2010-12-08
| | | | add a new not null field with initial value
* #962458 by BarisW, Crell: Fixed database driver names aren't translated.Angie Byron2010-11-26
|
* #946968 follow-up by Damien Tournoud: Refactor version check for databases.Angie Byron2010-11-13
|
* - Patch #946968 by dmitrig01: we are not checking the version of MySQL and ↵Dries Buytaert2010-11-13
| | | | PostgreSQL servers anymore (nor we do for SQLite).
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵Angie Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that ↵Dries Buytaert2010-07-30
| | | | MariaDB works, too.
* - Patch #866340 by Damien Tournoud: remove support for date and time types.Dries Buytaert2010-07-28
|
* - Patch #772678 by sun, jpmckinney, Berdir: database default collation is ↵Dries Buytaert2010-07-20
| | | | not respected.
* #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used.Angie Byron2010-06-30
|
* - Patch #840182 by chx: testing is broken.Dries Buytaert2010-06-29
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, ↵Dries Buytaert2010-06-26
| | | | justinrandell: Make merge queries more consistent and robust.
* - Patch #826668 by Damien Tournoud: db_add_field() will not accept 'foreign ↵Dries Buytaert2010-06-14
| | | | keys' even though it is part of schema api.
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - Patch #726344 by Crell, Berdir: database system uses wrapper functions ↵Dries Buytaert2010-05-23
| | | | internally.
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* #561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG.Angie Byron2010-05-05
|
* #772554 by Crell: Remove delay() method from insert queries.Angie Byron2010-04-19
|
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized ↵Dries Buytaert2010-04-04
| | | | tableExists() implementation.
* - 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: 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().