-
- Downloads
- 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.
parent
6dc1cf59
No related branches found
No related tags found
Showing
- CHANGELOG 9 additions, 15 deletionsCHANGELOG
- MAINTAINERS 4 additions, 0 deletionsMAINTAINERS
- database/database.mysql 3 additions, 7 deletionsdatabase/database.mysql
- includes/conf.php 2 additions, 1 deletionincludes/conf.php
- includes/database.pear.inc 51 additions, 11 deletionsincludes/database.pear.inc
- includes/pager.inc 3 additions, 1 deletionincludes/pager.inc
- modules/aggregator.module 6 additions, 6 deletionsmodules/aggregator.module
- modules/aggregator/aggregator.module 6 additions, 6 deletionsmodules/aggregator/aggregator.module
- modules/archive.module 1 addition, 1 deletionmodules/archive.module
- modules/archive/archive.module 1 addition, 1 deletionmodules/archive/archive.module
- modules/blog.module 3 additions, 3 deletionsmodules/blog.module
- modules/blog/blog.module 3 additions, 3 deletionsmodules/blog/blog.module
- modules/bloggerapi.module 1 addition, 1 deletionmodules/bloggerapi.module
- modules/book.module 4 additions, 4 deletionsmodules/book.module
- modules/book/book.module 4 additions, 4 deletionsmodules/book/book.module
- modules/cloud.module 1 addition, 1 deletionmodules/cloud.module
- modules/comment.module 2 additions, 2 deletionsmodules/comment.module
- modules/comment/comment.module 2 additions, 2 deletionsmodules/comment/comment.module
- modules/forum.module 8 additions, 8 deletionsmodules/forum.module
- modules/forum/forum.module 8 additions, 8 deletionsmodules/forum/forum.module
Loading
Please register or sign in to comment