summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-02-27 18:13:58 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-02-27 18:13:58 -0500
commitbfaa7b4fd0c0b16e38ba3475d0be24b1d5f9a5d1 (patch)
tree9d8535813b13185b6869278f32c6b0c6e619a931 /CHANGELOG.txt
parent297665a47120ae533aa1bbde1de9cb1227e7c6bf (diff)
downloadbrdo-bfaa7b4fd0c0b16e38ba3475d0be24b1d5f9a5d1.tar.gz
brdo-bfaa7b4fd0c0b16e38ba3475d0be24b1d5f9a5d1.tar.bz2
Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() for affected rows count causes certain updates to be suppressed.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index affd50f2d..58222671e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.21, xxxx-xx-xx (development version)
-----------------------
+- Fixed a bug with update queries in the SQLite database driver that prevented
+ Drupal from being installed with SQLite on PHP 5.4.
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
certain non-MySQL databases.
- Refactored the Field module's caching behavior to obtain large improvements