- Database 1.10.6 support:
** Deprecated
fnRowFormatterandoRowFormatterParams(use DataTables callbacks instead). ** DeprecatedaoColumnDefs(this information now comes from the DataTables AJAX request). buildQuerynow returns an object withuse,data,recordsTotal, andrecordsFiltered keys, andparseResponseconsumes it.- Added Oracle support
- Cast sEcho to int to prevent xss exploits
- Fixed to use
sAjaxDataPropin debug method
- Added PostgreSQL support, courtesy Eric Chauty
- Added
sAjaxDataPropproperty 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