Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
14 Jun 2009 at 19:56 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cafuego commentedI've addressed some of these (specifically a bunch in system.install) in #497684: system.install incorrectly assumes more sequential IDs
Comment #3
berdirRe-roll, left out the user pieces in system_install(), because the sequences API patch should take care of that.
Comment #5
berdirTiny error fixed...
Comment #6
damien tournoud commentedNice job, again! A few issues:
^ Those (there are a few of them) are dynamic queries. They *need* to be converted to db_select() ;)
^ ?
Comment #7
berdirRe-rolled with the things mentioned by DamZ fixed.
That variable_set() is currently in system_install(), where it imho makes no sense. It was a INSERT-query before but has been converted to variable_set() now. I removed it and leaving this for another issue, as it is not DBTNG-related anymore.
Comment #8
berdirThere was a typo in the currently untested statistics_cron() function...
Comment #9
dries commentedLooked at it, and couldn't see anything wrong. Committed to CVS HEAD! Incredible job, Berdir.
Comment #10
moshe weitzman commentedGreat stuff. Is there compatibility layer code that we can remove from DBTNG?
Comment #11
Crell commentedI think we still need to finish #394182: DBTNG search.module first before we're done, but possibly. I'll try to have a look later tonight and see.