[documentation] [Documentation bug] Doc error on _db_rewrite_sql API

fgm drupal-docs at drupal.org
Sat Jan 6 09:58:35 UTC 2007


Issue status update for 
http://drupal.org/node/32833
Post a follow up: 
http://drupal.org/project/comments/add/32833

 Project:      Documentation
 Version:      <none>
 Component:    Developer Guide
 Category:     bug reports
 Priority:     normal
 Assigned to:  Anonymous
 Reported by:  fgm
 Updated by:   fgm
 Status:       active
 Attachment:   http://drupal.org/files/issues/database.inc_3.patch (616 bytes)

Now 4.7




fgm



Previous comments:
------------------------------------------------------------------------

Sun, 02 Oct 2005 11:50:55 +0000 : fgm

The current doc says:


"Collects JOIN and WHERE statements via hook_sql"


It seems it should say:


"Collects JOIN and WHERE statements via hook_db_rewrite_sql" instead,
and link to hook_db_rewrite_sql


This fix is needed on both:
http://drupaldocs.org/api/4.6/function/_db_rewrite_sql
and
http://drupaldocs.org/api/head/function/_db_rewrite_sql




------------------------------------------------------------------------

Fri, 05 Jan 2007 07:26:41 +0000 : sepeck

drupaldocs has been decommed.




------------------------------------------------------------------------

Fri, 05 Jan 2007 10:47:50 +0000 : fgm

Error is still there on API:


http://api.drupal.org/api/HEAD/function/_db_rewrite_sql
http://api.drupal.org/api/4.7/function/_db_rewrite_sql
http://api.drupal.org/api/4.6/function/_db_rewrite_sql


All mention the nonexistent hook_sql




------------------------------------------------------------------------

Fri, 05 Jan 2007 14:12:46 +0000 : pwolanin

everyone who has CVS access can commit changes to the developer docs- so
just check them out, change and commit.  There's no real need to post an
issue if you find an obvious error like this.


$ cvs co contributions/docs/developer


------------------------------------------------------------------------

Sat, 06 Jan 2007 09:57:27 +0000 : fgm

Attachment: http://drupal.org/files/issues/database.inc_2.patch (605 bytes)

This is not in the docs, but in core, which I'm not even able to commit
to. Here are the three patches, for 4.6, 4.7 and HEAD.


First HEAD.






More information about the documentation mailing list