Commit Graph

8 Commits (59d36699d540646c081a8e71a763e9284a6b3f62)

Author SHA1 Message Date
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
Dries Buytaert 58190e494f - Added Hugo Espuny as the Debian maintainer. 2003-01-09 20:09:54 +00:00
Dries Buytaert 033c3fe7f2 - Started updating the CHANGELOG. 2002-11-16 13:51:29 +00:00
Dries Buytaert a430d5de03 - Added Jeremy. 2002-10-29 19:22:41 +00:00
Dries Buytaert 9c0cfb859c - Made James the new PostgreSQL maintainer and marked the PostgreSQL
port as being maintained.
2002-08-18 12:20:41 +00:00
Dries Buytaert ab551f8c47 - Fixed some typos. 2002-04-19 11:36:33 +00:00
Dries Buytaert 27bad26041 - Updated the MAINTAINERS file a lil'. 2002-04-18 20:48:31 +00:00
Dries Buytaert deaf027103 - Added the MAINTAINERS file to CVS. 2001-11-14 20:26:34 +00:00