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
|
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 |
Jennifer Hodgdon
|
e039aaaa32
|
Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks
|
2012-05-23 12:25:30 -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
|
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
|
2c25c781ee
|
Issue #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing.
|
2011-09-05 11:57:30 -07:00 |
webchick
|
d676fe412c
|
Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and useful.
|
2011-08-01 20:51:29 -07: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
|
2647e11642
|
Issue #1007830 follow-up by bfroehle: Add more specificity to MySQL nested DDL transaction error check.
|
2011-06-04 11:03:49 -07:00 |
webchick
|
33d4ce4bde
|
Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested transactions throw exceptions on ddl changes.
|
2011-05-29 21:51:22 -07:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
fc2839047e
|
- Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB driver interface that reports the server version.
|
2010-10-03 01:29:41 +00:00 |
Dries Buytaert
|
3f83c075a4
|
- Patch #878198 by pwolanin: add back a method to the DB driver interface that reports the server version.
|
2010-08-11 02:17:39 +00:00 |
Dries Buytaert
|
d58ac9fd64
|
- Patch #772678 by sun, jpmckinney, Berdir: database default collation is not respected.
|
2010-07-20 21:12:47 +00:00 |
Angie Byron
|
9085e3ab22
|
#840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used.
|
2010-06-30 16:55:49 +00:00 |
Dries Buytaert
|
471a04a2f9
|
- Patch #840182 by chx: testing is broken.
|
2010-06-29 13:42:18 +00:00 |
Dries Buytaert
|
d297ac7464
|
- Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_query_range().
|
2010-06-01 09:24:09 +00:00 |
Dries Buytaert
|
8ce167452b
|
- Patch #726344 by Crell, Berdir: database system uses wrapper functions internally.
|
2010-05-23 18:01:26 +00:00 |
Angie Byron
|
a649700010
|
#561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG.
|
2010-05-05 06:28:39 +00:00 |
Angie Byron
|
9703e5d6e2
|
#715476 by Jeremy and Crell: Schema object should respect active database connection (with tests).
|
2010-03-07 08:03:45 +00:00 |
Angie Byron
|
8d01aeb428
|
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
2010-02-17 22:44:52 +00:00 |
Dries Buytaert
|
af3f94b37e
|
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
|
2010-01-25 10:38:35 +00:00 |
Angie Byron
|
e349ea9c9c
|
#616650 by Crell: Default MySQL to transactions ON. Makes sense now that we default to InnoDB as well.
|
2010-01-13 05:49:41 +00:00 |
Angie Byron
|
8387caea67
|
#356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo in select.
|
2009-10-18 07:35:39 +00:00 |
Angie Byron
|
3dddaa3e6f
|
#356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
|
2009-10-18 06:56:24 +00:00 |
Angie Byron
|
e18feedfdb
|
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
|
2009-09-18 00:04:24 +00:00 |
Dries Buytaert
|
aab953e437
|
- Rollback #567148 because it breaks on some versions of MySQL.
|
2009-09-05 13:35:54 +00:00 |
Dries Buytaert
|
11e31f721c
|
- Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to enforce proper SQL queries.
|
2009-09-05 10:42:45 +00:00 |
Angie Byron
|
87f82a6127
|
#373514 by jaydee18 and jbomb: Fix typo in transaction property.
|
2009-03-25 18:43:01 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Dries Buytaert
|
f80c618427
|
- Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.
|
2009-01-11 10:57:20 +00:00 |
Dries Buytaert
|
a7b4bdef1d
|
- Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests.
|
2009-01-08 09:39:48 +00:00 |
Dries Buytaert
|
779a70a0d4
|
- Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug.
|
2008-12-24 10:21:32 +00:00 |
Dries Buytaert
|
1c0f4ac3aa
|
- Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests.
|
2008-12-23 07:48:24 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Dries Buytaert
|
71a22f1c1f
|
- Patch #337926 by Damien Tournoud: clean-up lower case handling.
|
2008-12-02 19:45:01 +00:00 |
Dries Buytaert
|
205c5b2415
|
- Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER.
|
2008-11-29 09:30:36 +00:00 |
Dries Buytaert
|
d32a4c9dc4
|
- Patch #337926 by hswong3i: by default, force lower-case database tables/columns.
|
2008-11-28 09:27:58 +00:00 |
Dries Buytaert
|
a269b9cc1d
|
- Patch #322458 by hswong3i: tests for queryRange().
|
2008-11-13 21:02:10 +00:00 |
Dries Buytaert
|
a56f520fad
|
- Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.
|
2008-11-11 20:37:46 +00:00 |
Angie Byron
|
1632855a9f
|
#325895 by chx and hswong3i: Fix queryTemporary and add test case.
|
2008-11-08 04:45:36 +00:00 |
Angie Byron
|
47949ad142
|
#325895 by chx: Fix queryTemporary, which was missing a required argument.
|
2008-10-25 02:03:55 +00:00 |
Dries Buytaert
|
d83a75125e
|
- Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' -- we love UTF-8
|
2008-09-21 15:27:20 +00:00 |
Angie Byron
|
98b4cdbeee
|
#303054 by chx: Enforce MySQL strict mode.
|
2008-09-04 11:34:46 +00:00 |
Dries Buytaert
|
69e6f411a9
|
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
|
2008-08-21 19:36:39 +00:00 |