summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_utility.php
AgeCommit message (Collapse)AuthorFilesLines
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