1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-12 00:08:48 +01:00
DataTables/examples/server_side/scripts
Allan Jardine 627ca5aef6 Fix: Remove MySQL specific commands from demo SSP class
- SQL_CALC_FOUND_ROWS was used to try and speed the queries up, and that
  works well for MySQL, but it confuses anyone who tries to modify this
  script for other databases.
- Field escaping should possibly be considered in future as well
2016-12-02 17:21:21 +00:00
..
ids-arrays.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
ids-objects.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
jsonp.php Fix - PHP: Validate the JSONP callback as a valid Javascript function 2015-07-15 17:11:15 +01:00
mysql.sql Dev: Update example SQL so that the start_date default is null. This 2016-01-07 15:26:27 +00:00
objects.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
post.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
postgres.sql Dev: Update example SQL so that the start_date default is null. This 2016-01-07 15:26:27 +00:00
server_processing.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
sqlite.sql Dev: Update example SQL so that the start_date default is null. This 2016-01-07 15:26:27 +00:00
sqlserver.sql Dev: Update example SQL so that the start_date default is null. This 2016-01-07 15:26:27 +00:00
ssp.class.php Fix: Remove MySQL specific commands from demo SSP class 2016-12-02 17:21:21 +00:00