- Database 1.10.6 support:
** Deprecated
fnRowFormatter
andoRowFormatterParams
(use DataTables callbacks instead). ** DeprecatedaoColumnDefs
(this information now comes from the DataTables AJAX request). buildQuery
now returns an object withuse
,data
,recordsTotal
, andrecordsFiltered keys
, andparseResponse
consumes it.- Added Oracle support
- Cast sEcho to int to prevent xss exploits
- Fixed to use
sAjaxDataProp
in debug method
- Added PostgreSQL support, courtesy Eric Chauty
- Added
sAjaxDataProp
property to constructor options to allow result property name to be set (defaults to 'aaData') - Fixed issue where return was incorrectly limited when iDisplayLength is set to -1
- Sanitize sort order to produce ASC or DESC
- Do more thorough sanitization of input parameters
- Bumped version to reflect stability. There were no changes from v0.0.6.
- Commented out debug statements
- Added oRowFormatterParams to fnRowFormatter function
- Fix bug where LIMIT initial 0 not set if iDisplayStart is 0
- Initial release