David Rothstein
|
cbabb1a24b
|
Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ... not supported.
|
2013-12-25 14:57:44 -05: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
|
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
|
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
|
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
|
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 |
webchick
|
18777c174e
|
Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.
|
2011-07-28 17:05:42 -04: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 |
webchick
|
e77f87506c
|
Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.
|
2011-05-17 23:57:40 -05:00 |
Dries Buytaert
|
9888e8884e
|
- Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.
|
2011-04-28 06:02:43 -04:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Angie Byron
|
05d5a8e814
|
#1005428 by dmitrig01, chx: Remove redundant pragma statement in SQLite.
|
2010-12-23 05:29:27 +00:00 |
Angie Byron
|
bb344c82d5
|
#1004068 by Damien Tournoud, dmigtrig01: Complete the implementation of DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D
|
2010-12-23 01:43:38 +00:00 |
Angie Byron
|
925722a804
|
#850852 follow-up by Damien Tournoud: Fixed notices that caused tests to fail.
|
2010-12-23 01:39:44 +00:00 |
Angie Byron
|
a87da0d78a
|
#850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and allow concurrent testing on SQLite
|
2010-12-22 21:34:13 +00:00 |
Angie Byron
|
8eb5874e64
|
#1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failing
|
2010-12-22 01:16:43 +00:00 |
Angie Byron
|
c1ea227f52
|
#851136: Committing missing files.
|
2010-11-29 19:57:57 +00:00 |
Angie Byron
|
1a685474e6
|
#851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust.
|
2010-11-29 04:45:11 +00:00 |
Angie Byron
|
ff119bc0cc
|
#346494 by hswong3i, Pancho, Dave Reid, duellj, dalin: Fixed DB drivers need to be able to change the configure database form during install
|
2010-11-29 02:55:57 +00:00 |
Angie Byron
|
df57e940b2
|
#962458 by BarisW, Crell: Fixed database driver names aren't translated.
|
2010-11-26 21:36:43 +00:00 |
Angie Byron
|
0ac67018a3
|
#946968 follow-up by Damien Tournoud: Refactor version check for databases.
|
2010-11-13 23:07:16 +00:00 |
Dries Buytaert
|
0828119240
|
- Patch #946968 by dmitrig01: we are not checking the version of MySQL and PostgreSQL servers anymore (nor we do for SQLite).
|
2010-11-13 14:08:47 +00:00 |
Angie Byron
|
748d7ea037
|
#927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't specify custom schema types. Should fix Date module. Yay.
|
2010-10-22 15:18:56 +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
|
07886a8482
|
- Patch #921582 by munzirtaha: is_null() should be replaced by !isset because it's faster.
|
2010-09-25 01:41:26 +00:00 |
Dries Buytaert
|
e0032eeee6
|
- Patch #844186 by chx: clarify merge queries.
|
2010-09-24 02:05:55 +00:00 |
Angie Byron
|
9d6d6519c9
|
#895344 by Berdir: Fixed Poll upgrade tests fail on SQLite.
|
2010-08-27 15:45:46 +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
|
c9e5a055fb
|
- Patch #866340 by Damien Tournoud: remove support for date and time types.
|
2010-07-28 10:52:12 +00:00 |
Dries Buytaert
|
1798cf27ab
|
- Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.
|
2010-07-14 20:25:10 +00:00 |
Dries Buytaert
|
02a4755049
|
- Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches.
|
2010-07-13 04:30:08 +00:00 |
Angie Byron
|
a5e2404e0b
|
#711108 follow-up by chx: Fixed SQLite implementation of richer exception reporting for watchdog().
|
2010-07-04 02:26:10 +00:00 |
Angie Byron
|
94247bfd7d
|
#715108 follow-up by Damien Tournoud, justinrandell: Fixed SQLite Merge queries.
|
2010-07-03 20:45:45 +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
|
72db95c988
|
- Patch #711108 by Berdir: better exception reporting for watchdog() in the database system.
|
2010-05-26 07:52:13 +00:00 |
Dries Buytaert
|
416f87f170
|
- Patch #785782 by cafuego: support comments in built queries.
|
2010-05-15 07:04:21 +00:00 |
Dries Buytaert
|
0b61ecfe3a
|
- Patch #782056 by aspilicious: removing every tab + trailing white space in core.
|
2010-04-28 20:25:22 +00:00 |
Dries Buytaert
|
dde5c67ba0
|
- Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/database prefixing like we claim to.
|
2010-04-07 15:07:59 +00:00 |
Dries Buytaert
|
36088732bb
|
- Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: use savepoints for nested transactions.
|
2010-04-06 16:54:15 +00:00 |
Dries Buytaert
|
a08c969669
|
- Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It has to get worse before it can get better.'
|
2010-03-28 11:45:11 +00:00 |
Dries Buytaert
|
3520ea5153
|
- Patch #754192 by andypost, Damien Tournoud: critical bug: fixed transaction support for old sqlite versions.
|
2010-03-28 06:54:13 +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
|
c5c033dc05
|
#728730 by Damien Tournoud: Fixed Precision loss in DatabaseStatement_sqlite()::getStatement().
|
2010-03-07 07:53:15 +00:00 |
Dries Buytaert
|
1cfde5913d
|
- Patch #582948 by David_Rothstein: more improvements to the erro handling of the database layer.
|
2010-03-01 06:27:58 +00:00 |
Dries Buytaert
|
897817eb0c
|
- Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
|
2010-02-28 20:10:34 +00:00 |
Dries Buytaert
|
994fafcebf
|
- Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema manipulation to help with upgrade path.
|
2010-02-28 20:03:05 +00:00 |