Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
a838279625becfba98ccb7635d35c67297129c42
/
system
/
database
/
drivers
/
sqlite3
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
40780c2
Apply PR #3940 to sqlite3 driver and fix a wrong var name
by Andrey Andreev
· 10 years ago
0f85090
Add list_fields() support for SQLite3
by Andrey Andreev
· 10 years ago
b68a811
add <!DOCTYPE html>
by Tjoosten
· 10 years ago
f1294cb
Corrected loop with the $c variable
by Gwenael G
· 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
382b513
Don't use error suppression on is_dir(), file_exists()
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
69edc43
Rename DB_result _data_seek() to data_seek() and make it publicly available
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
8d3afde
Fix a lang key typo
by Andrey Andreev
· 12 years ago
eaa60c7
Added possibility to pass custom database objects to DB Forge and DB Utilities
by Andrey Andreev
· 12 years ago
a287a34
Refactored DB Forge
by Andrey Andreev
· 12 years ago
a24e52e
[ci skip] DocBlocks for DB drivers' driver classes
by Andrey Andreev
· 12 years ago
8463b91
[ci skip] DocBlocks for DB drivers' result classes
by Andrey Andreev
· 12 years ago
c98e93a
[ci skip] DocBlocks for DB drivers' utility 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
fe83249
Some adjustments in inline documentation
by vlakoff
· 13 years ago
9a4f356
_fetch_object(), custom_result_object() to utilize PHP's native capability to directly return custom class results
by Andrey Andreev
· 13 years ago
77a5d94
Add a default _count_string property
by Andrey Andreev
· 13 years ago
c7db6bb
Clean-up the separate drivers' DB result classes from no longer needed methods
by Andrey Andreev
· 13 years ago
5ca0513
Change DB_result::num_rows default value to NULL
by Andrey Andreev
· 13 years ago
2c35b64
Add a default _limit() method to the Query Builder class
by Andrey Andreev
· 13 years ago
5d28176
Fix issue #1264
by Andrey Andreev
· 13 years ago
9637b40
escape_identifiers() to accept arrays as well
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
caa04f1
Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays
by Andrey Andreev
· 13 years ago
5ef194d
Resolve formatting differences between DB forge 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
0c5180b
Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
by Alex Bilbie
· 13 years ago
48a2baf
Replaced `==` with `===` and `!=` with `!==` in /system/database
by Alex Bilbie
· 13 years ago
16bb9bd
Move count_all() from the drivers to CI_DB_driver
by Andrey Andreev
· 13 years ago
55d3ad4
Fix issue #121
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
8f3566f
Changed default CI_DB_result::_data_seek() return value to FALSE and removed the method from drivers that don't support it
by Andrey Andreev
· 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
b457a40
DB Utility improvements
by Andrey Andreev
· 13 years ago
a0d4e41
Switched public driver methods in DB forge to protected
by Andrey Andreev
· 13 years ago
d947eba
Multiple DB Forge improvements
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
fe3428a
Another minor improvement
by Andrey Andreev
· 13 years ago
79f6754
Replace array_key_exists() with isset()
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
53921ca
Replaced a method with a variable
by Andrey Andreev
· 13 years ago
5cbecb3
Add a comment for CI_DB_sqlite3_result::num_rows()
by Andrey Andreev
· 13 years ago
8ae24c5
Add SQLite3 database driver
by Andrey Andreev
· 13 years ago