summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite/sqlite_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-07Some more minor improvementsAndrey Andreev1-1/+1
2012-06-06Merge upstream branch and some changes for better readabilityAndrey Andreev1-32/+2
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev1-3/+3
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-1/+1
2012-06-02Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-2/+2
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-29/+0
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-4/+3
2012-04-27Merge upstream branchAndrey Andreev1-31/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-227/+46
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev1-33/+0
2012-04-06Merge upstream branchAndrey Andreev1-72/+8
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev1-41/+0
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev1-3/+4
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev1-0/+17
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev1-35/+0
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev1-17/+0
2012-03-29Merge upstream branchAndrey Andreev1-13/+0
2012-03-28Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha...Andrey Andreev1-12/+0
2012-03-26Merge upstream branchAndrey Andreev1-17/+2
2012-03-26Add a missing commaAndrey Andreev1-1/+1
2012-03-26Alter SQLite's escape_str() for LIKE queriesAndrey Andreev1-3/+3
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev1-15/+0
2012-03-20Merge upstream branchAndrey Andreev1-22/+5
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_driverAndrey Andreev1-68/+41
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-20Revert "SQlite visibility declarations"Timothy Warren1-34/+60
2012-03-19SQlite visibility declarationsTimothy Warren1-60/+34
2012-03-19Removed pointless _prep_sql methodsTimothy Warren1-19/+0
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-2/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-09Merge upstream branchAndrey Andreev1-19/+14
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-40/+15
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev1-2/+1
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-4/+5
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev1-17/+8
2012-03-02Change SQLite _execute() to use is_write_type()Andrey Andreev1-7/+3
2012-03-01Merge upstream branchAndrey Andreev1-15/+0
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-17/+1
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-2/+2
2012-02-12Add SQLite escape characterAndrey Andreev1-2/+2
2012-01-26Fix _limit()Andrey Andreev1-1/+1
2012-01-26Improve the SQLite database driverAndrey Andreev1-151/+87
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-20Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker1-0/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-1/+1
2011-04-25Fixed double-space typo.Razican1-1/+1
2011-02-14Whitespace cleanup in db classesPascal Kriete1-2/+2
2011-01-05Hey look, it's 2011Greg Aker1-1/+1