Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-04 | Update system/database/drivers/interbase/interbase_utility.php | Cusco | 1 | -1/+1 | |
2012-04-09 | DB Utility improvements | Andrey Andreev | 1 | -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-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -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-22 | Close services after using them, added dbutil->backup() method | Timothy Warren | 1 | -5/+15 | |
2012-02-16 | narfbg suggested fixes | Timothy Warren | 1 | -8/+4 | |
2012-02-15 | Minor codestyle fix | Timothy Warren | 1 | -0/+1 | |
2012-02-14 | Added public declarations | Timothy Warren | 1 | -4/+4 | |
2012-02-14 | First iteration of interbase driver | Timothy Warren | 1 | -0/+108 | |