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

nicksanta’s picture

Yeah, 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 ...")

nardberjean’s picture

Priority: Normal » Critical
nardberjean’s picture

Issue tags: +schema

Tag added

eugenmayer’s picture

You 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.

nardberjean’s picture

Thanks 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.

eugenmayer’s picture

Well as i have written content_moderation, i can tell you, they are both compatible as you use them together :)

not_Dries_Buytaert’s picture

Subscribing