summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_utility.php
AgeCommit message (Collapse)AuthorFilesLines
2012-07-13Some adjustments in inline documentationvlakoff1-1/+1
2012-04-09DB Utility improvementsAndrey Andreev1-51/+2
- 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-04-09Multiple DB Forge improvementsAndrey Andreev1-5/+5
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers
2012-03-20Remove unused _prep_query() methodAndrey Andreev1-1/+2
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-16Add SQLite3 database driverAndrey Andreev1-0/+102