Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
sqlite db driver
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2015 at 21:08 UTC
Updated:
3 May 2015 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedLet's fix it :)
Test run after:
Comment #2
dawehnerThe fix looks alright, but does that mean we should add some test coverage in
\Drupal\system\Tests\Database\SchemaTestfor that case?Comment #3
amateescu commentedYup, good idea :)
Running
SchemaTestwith just the interdiff applied:And with the patch from #1:
Comment #4
dawehner@amateescu explained me the problem in person. It totally makes sense.
Comment #5
alexpottThis passes on postgres too. This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 6cd48a6 and pushed to 8.0.x. Thanks!