Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
fef6972a5cf19bcbec2ddc404cde6d5c4b432314
/
system
/
database
/
drivers
/
sqlite3
/
sqlite3_driver.php
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
71d8f72
[ci skip] Merge pull request #4986 from ka7/feature/spelling
by Andrey Andreev
· 8 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
a7d4aba
Fix #4171 and a number of other transaction bugs
by Andrey Andreev
· 9 years ago
69befa9
fix SQlite3 list_fields
by ftwbzhao
· 10 years ago
0f85090
Add list_fields() support for SQLite3
by Andrey Andreev
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
5350f05
Change CI_DB_driver::field_data() signature
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
62fad28
Fix #3112
by Andrey Andreev
· 11 years ago
2e17102
Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
0b6a492
Unify escape_str() array input and LIKE logic
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
822e74e
Improve DB field_data() for SQLite
by Andrey Andreev
· 12 years ago
98e46cf
Add seed values support for Query Builder order_by
by Andrey Andreev
· 12 years ago
a24e52e
[ci skip] DocBlocks for DB drivers' driver classes
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
ebbfefa
Fix SQLite3 DB error handling
by Andrey Andreev
· 12 years ago
2ea33c3
Fix issue #1789
by Andrey Andreev
· 12 years ago
77a5d94
Add a default _count_string property
by Andrey Andreev
· 13 years ago
2c35b64
Add a default _limit() method to the Query Builder class
by Andrey Andreev
· 13 years ago
c78e56a
Add a default _from_tables() method to CI_DB_query_builder and remove it from most of the drivers
by Andrey Andreev
· 13 years ago
fc11dcc
Alter SQLite3's version() method and clear some spaces
by Andrey Andreev
· 13 years ago
9d533ae
Fix an SQLite3 pconnect() bug + other minor changes
by Andrey Andreev
· 13 years ago
16bb9bd
Move count_all() from the drivers to CI_DB_driver
by Andrey Andreev
· 13 years ago
79922c0
Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes
by Andrey Andreev
· 13 years ago
ffe7a0a
A couple more documentation updates
by Jamie Rumbelow
· 13 years ago
918be79
Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract
by Andrey Andreev
· 13 years ago
c01d316
Added a default _delete() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
ea09a8a
Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver
by Andrey Andreev
· 13 years ago
a6fe36e
Added a default _truncate() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
17ceeae
Add replace() support for SQLite/SQLite3
by Andrey Andreev
· 13 years ago
975034d
Added a default _update() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
65d537c
Replaced driver instances of _insert() with one in CI_DB_active_record
by Andrey Andreev
· 13 years ago
d8159e4
Merge upstream branch
by Andrey Andreev
· 13 years ago
0fd760e
Remove no longer needed reconnect() method
by Andrey Andreev
· 13 years ago
f944d3b
Remove unused _prep_query() method
by Andrey Andreev
· 13 years ago
dc3de15
Fix escape_str() and change _prep_query() to just return the query
by Andrey Andreev
· 13 years ago
20bd7bc
Fix _limit()
by Andrey Andreev
· 13 years ago
0aa9f2e
_protect_identifiers() to protect_identifier()
by Andrey Andreev
· 13 years ago
80e34f9
Merge upstream branch
by Andrey Andreev
· 13 years ago
a92c7cd
Change SQLite3 _execute to use is_write_type()
by Andrey Andreev
· 13 years ago
927e950
Remove SQLite3 db_set_charset() - no longer needed
by Andrey Andreev
· 13 years ago
cb9f361
DB forge escaping related
by Andrey Andreev
· 13 years ago
a3ed086
Remove an access description line and switch private to protected
by Andrey Andreev
· 13 years ago
f20fb98
Revert a space in the license agreement :)
by Andrey Andreev
· 13 years ago
72d7a6e
Some cleaning
by Andrey Andreev
· 13 years ago
8ae24c5
Add SQLite3 database driver
by Andrey Andreev
· 13 years ago