Moshe, I realized that my fingers cut and paste the wrong link in my original message. The upgrade steps I followed were on http://drupal.org/node/22218. I didn't catch the revisions overhaul subtopic - it's clearly there now that you've pointed it out. Thanks. I should have seen that. I just clicked through the 23 steps on the parent page and presumed I was done - it seemed like such a through list! :) Scott Moshe Weitzman wrote:
Nedjo Rogers wrote:
You can of course do a node_load($nid). But if you need to manually load data (e.g., so you can do a custom select), then, yes, you need to do a join on {node_revisions}. Examples are in the core modules--searc for "{node_revisions}". I don't see this in the module update instructions--I'll add in a note (unless on second look I find it already there).
there is a subpage of the upgrading page that covers the new revisions system.