summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_forge.php
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-36/+8
- 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-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵Andrey Andreev1-2/+2
CI_DB_driver
2012-03-20Remove unused _prep_query() methodAndrey Andreev1-1/+1
2012-01-26Another minor improvementAndrey Andreev1-4/+4
2012-01-26Replace array_key_exists() with isset()Andrey Andreev1-5/+5
2012-01-26DB forge escaping relatedAndrey Andreev1-6/+6
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-16Add SQLite3 database driverAndrey Andreev1-0/+223