Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
sqlite database
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 May 2009 at 01:31 UTC
Updated:
31 May 2009 at 03:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
chx commentedI mark this ready because this only changes the SQLite driver to conform to the design decision http://marc.info/?l=php-internals&m=111234321827149&w=2 made here.
Comment #2
chx commentedSniff, the unset did not work obviously after changing the index. And PDO dies when it gets too many arguments.
Comment #3
chx commentedEven more comments.
Comment #4
webchickHuh. That's bizarre. I can see why that would be a nice convenience thing, but talk about confusing. But best to be consistent with what PDO does.
We need this patch because without it, the admin screen when using SQLite is completely blank. Presumably other queries relying on this behaviour are also failing, but this one is just the most obvious.
I shortened up the comments a bit on the unset() statement since they were a bit verbose, and committed this to HEAD.