Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
sqlite database
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2010 at 13:03 UTC
Updated:
27 Jul 2010 at 04:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedFairly trivial patch. There was a needless cast to in
DatabaseConnection_sqlite::nextId()and we addPDO::ATTR_STRINGIFY_FETCHES => TRUEfor consistency with PostgreSQL.Comment #2
damien tournoud commentedThis is a test failure on SQLite. Critical as a consequence.
Comment #3
Stevel commentedLooking good, and "93 passes, 0 fails, 0 exceptions" after applying this patch.
Comment #4
andypostTested, now test passed
Comment #5
Crell commentedI may have to reference this patch on the PHP-DEV list if they are still insistent on having strict typing in PHP 5.next. Yeesh. (I'm +1 here.)
Comment #6
dries commentedCommitted to CVS HEAD. :)