summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_driver.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-02[ci skip] Update copyright noticesAndrey Andreev1-1/+2
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev1-1/+1
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
2018-11-16[ci skip] Fix #5624Andrey Andreev1-9/+3
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-2/+2
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev1-27/+3
2015-07-04fix SQlite3 list_fieldsftwbzhao1-1/+1
2015-04-29Add list_fields() support for SQLite3Andrey Andreev1-8/+22
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-12Change CI_DB_driver::field_data() signatureAndrey Andreev1-6/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-15/+25
2014-06-19Fix #3112Andrey Andreev1-1/+1
2014-02-25Make db_pconnect an alias for db_connect(TRUE) and reduce code repetitionAndrey Andreev1-15/+8
2014-02-112013 > 2014darwinel1-1/+1
2013-01-10Unify escape_str() array input and LIKE logicAndrey Andreev1-25/+4
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-16Improve DB field_data() for SQLiteAndrey Andreev1-6/+31
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev1-2/+2
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-13/+24
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-3/+3
2012-10-05Fix SQLite3 DB error handlingAndrey Andreev1-15/+6
2012-10-04Fix issue #1789Andrey Andreev1-4/+0
2012-07-05Add a default _count_string propertyAndrey Andreev1-6/+0
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-17/+0
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-21/+0
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev1-1/+1
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev1-1/+1
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-24/+0
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-2/+1
2012-04-26A couple more documentation updatesJamie Rumbelow1-1/+1
2012-04-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev1-1/+2
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev1-29/+0
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev1-37/+0
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev1-4/+5
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev1-8/+26
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev1-27/+0
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev1-17/+0
2012-04-02Merge upstream branchAndrey Andreev1-13/+0
2012-03-23Remove no longer needed reconnect() methodAndrey Andreev1-15/+0
2012-03-20Remove unused _prep_query() methodAndrey Andreev1-16/+1
2012-03-12Fix escape_str() and change _prep_query() to just return the queryAndrey Andreev1-4/+3
2012-03-12Fix _limit()Andrey Andreev1-1/+1
2012-03-09_protect_identifiers() to protect_identifier()Andrey Andreev1-2/+2