Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
database system
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2011 at 00:42 UTC
Updated:
6 Nov 2014 at 18:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damien tournoud commentedThere is no small cleanup.
Comment #2
chx commentedYou mean there is no too small cleanup? I agree. Let's find a few whitespaces to delete :D
Comment #4
albert volkman commentedLooks good in core/lib/Drupal/Core/Database/Connection.php, but not in core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php. This fixes that :)
Comment #6
albert volkman commentedOdd, that test didn't fail locally. Do I have to have my local site set up with sqlite to properly test?
Comment #7
chx commented#4: transactionLayers_stores_keys-1186582-4.patch queued for re-testing.
Comment #9
jhodgdonThis test failure is probably:
#1783656: Intermittent test failure in testBulkImportUpdateExisting
Comment #10
albert volkman commentedComment #11
albert volkman commented#4: transactionLayers_stores_keys-1186582-4.patch queued for re-testing.
Comment #12
albert volkman commentedNot completely up-to-snuff with OOP inheritance, so would this simply need to be removed from the sqlite implementation altogether?
Comment #14
jhedstromPatch still applies and makes sense.
Comment #15
alexpottCommitted 0dfd0ca and pushed to 8.0.x. Thanks!