diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-18 12:30:45 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-18 12:30:45 +0200 |
commit | 777153d8362ed884fc3d47ea4a5e1fa0f1ce8ca9 (patch) | |
tree | 26ae7b9c855e635a50aa4b2bc8ad188fbb792530 /user_guide_src/source/changelog.rst | |
parent | fad14b25148ca7202a036dc2b764feb0c8518838 (diff) |
Changed limit() and offset() to ignore NULL values
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 67b78bf8b..da608b162 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -80,6 +80,8 @@ Release Date: Not Released - Added an optional parameter that allows to disable escaping (useful for custom fields) for methods join(), order_by(), where_in(), or_where_in(), where_not_in(), or_where_not_in(). - Added support for join() with multiple conditions. - Added support for USING in join(). + - Changed limit() to ignore NULL values instead of always casting to integer. + - Changed offset() to ignore empty values instead of always casting to integer. - Improved support for the MySQLi driver, including: - OOP style of the PHP extension is now used, instead of the procedural aliases. - Server version checking is now done via ``mysqli::$server_info`` instead of running an SQL query. |