Active
Project:
Checkout (Content locking)
Version:
6.x-2.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Feb 2010 at 16:50 UTC
Updated:
30 Sep 2010 at 01:07 UTC
In admin/build/schema/compare, the checkout table appears as extra table in a few website I have.
Current stable version of the shema module was used.
Comments
Comment #1
nicksanta commentedYeah, I've noticed this too. They are doing a switch statement in hook_install based on db type, and actually running a query.
This should be a high priority to fix, and also begin using drupal_write_record() to write to the database instead of db_query("INSERT INTO ...")
Comment #2
nardberjean commentedComment #3
nardberjean commentedTag added
Comment #4
eugenmayer commentedYou might want to check http://drupal.org/project/content_lock
this issue is allready adressed and solved there (http://drupal.org/node/716832). Its a fork(and rewrite) of checkout - activly maintained.
Comment #5
nardberjean commentedThanks for pointing at the new module. Looks interesting I will test it. My users will need a french translation, I will look if it is available. I use revisioning for moderation, it should be compatible. I may also look at the other new module content_moderation.
Comment #6
eugenmayer commentedWell as i have written content_moderation, i can tell you, they are both compatible as you use them together :)
Comment #7
not_Dries_Buytaert commentedSubscribing