summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_utility.php
AgeCommit message (Collapse)AuthorFilesLines
2012-05-04Update system/database/drivers/interbase/interbase_utility.phpCusco1-1/+1
2012-04-09DB Utility improvementsAndrey Andreev1-60/+7
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren1-5/+15
2012-02-16narfbg suggested fixesTimothy Warren1-8/+4
2012-02-15Minor codestyle fixTimothy Warren1-0/+1
2012-02-14Added public declarationsTimothy Warren1-4/+4
2012-02-14First iteration of interbase driverTimothy Warren1-0/+108