drupal/database
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
..
database.mssql - Added a database scheme for Microsoft's SQL server. 2003-03-16 06:34:59 +00:00
database.mysql - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
database.pgsql - Removing the menu table: it is no longer used. 2003-02-24 23:17:39 +00:00