17 Jan
2005
17 Jan
'05
8:22 p.m.
In short, you should no longer use node_access_join_sql() or node_access_where_sql() but wrap your query in a call to node_rewrite_sql().
I hope chx will update the upgrade-page in the module developers guide.
I think that you only have to rewrite queries that return a *list* of nodes. Queries that go after a single node need not be wrapped in node_rewrite_sql() ... or i'm mistaken ...