drupal/includes
Dries Buytaert 170b674a09 - All LIMIT queries must go through the pager or through db_query_range().
The syntax for db_query_range() was enhanced so it matches db_query(). So
  you may pass extra arguments of the SQL statement which are checked via
  check_query() and then substituted into the SQL statement. After these
  optional arguments, you always pass $from and $count parameters which
  define your range.  Most often, the $from is 0 and the count is the max
  number of records you want returned.  Patch by Moshe.

- The pager_query() function for PEAR was enhanced so that it adds  proper
  GROUP BY statement counting the number of records to be paged. Patch by
  James Arthur.

- MSSQL database scheme by Moshe.
2003-03-16 07:02:20 +00:00
..
common.inc - Adding O modifier to format_date. 2003-03-09 16:55:07 +00:00
conf.php - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
database.inc - node.module: 2001-11-05 22:59:11 +00:00
database.mysql.inc - Oops. The db_query_range() query got added twice. 2002-11-09 20:47:52 +00:00
database.pear.inc - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
menu.inc - Eliminated system_init(), the session stuff, and made it possible to 2003-03-12 21:46:14 +00:00
module.inc - Eliminated system_init(), the session stuff, and made it possible to 2003-03-12 21:46:14 +00:00
pager.inc - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
theme.inc - Committed slightly modified version of Kjartan's theme.inc patch: Drupal 2003-03-11 23:08:01 +00:00
xmlrpc.inc - Patch by Ulf: XHTML-ified the code. 2003-01-21 22:57:43 +00:00
xmlrpcs.inc - Upgraded the XML-RPC libraries to the latest version as suggested by 2001-12-05 18:37:44 +00:00