Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
29947ee882a8d519d62ca9061ed6513cedfb1930
/
system
/
database
/
DB_driver.php
6c85442
Fix #2691
by Andrey Andreev
· 11 years ago
3a3d5f6
Replace the last rand() with mt_rand()
by vlakoff
· 11 years ago
79f888b
Fix #2501 & another -related bug
by Andrey Andreev
· 11 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
fadb822
Do not trigger a possible custom autoloader, as it is irrelevant here
by vlakoff
· 12 years ago
ea4ea94
Merge pull request #2343 from QOX/develop
by Andrey Andreev
· 12 years ago
fa99dc6
Fixed for styleguide.
by Katsumi Honda
· 12 years ago
93f0b8f
fixed for styleguide.
by Katsumi Honda
· 12 years ago
cf58d7e
Merge pull request #2365 from vlakoff/develop
by Andrey Andreev
· 12 years ago
52301c7
Documentation: fix some outdated paths
by vlakoff
· 12 years ago
3b0c08a
Fix #2353
by Andrey Andreev
· 12 years ago
395e2df
Making a performance modification to DB_driver list_fields()
by RJ garcia
· 12 years ago
eaeaad5
Fixed problem for transaction test mode.
by Katsumi Honda
· 12 years ago
3b5b7f4
Updated exit codes as constant values
by Daniel Hunsaker
· 12 years ago
44a6d1d
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status
by Daniel Hunsaker
· 12 years ago
2ba7e23
Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete
by Andrey Andreev
· 12 years ago
8cf596b
DB_result tests seem to also depend on autoloading via the class_exists() checks ...
by Andrey Andreev
· 12 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
635ced1
DB_driver's trans_complete exception fix
by Dionysis Arvanitis
· 12 years ago
353f983
Updated all cases of exit() to return a valid code
by Daniel Hunsaker
· 12 years ago
1a00149
Move db_select() call from CI_DB_driver::initialize() to db_connect()
by Andrey Andreev
· 12 years ago
1228fe2
Replace is_null() with === / !== NULL
by vlakoff
· 12 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
342bb7e
Fix #1996
by Andrey Andreev
· 12 years ago
3a5efc2
Fix issue #2015
by Andrey Andreev
· 12 years ago
d337a26
Fix an E_NOTICE
by Andrey Andreev
· 12 years ago
83b2b1c
Fix some DB_cache-related issues
by Andrey Andreev
· 12 years ago
98e46cf
Add seed values support for Query Builder order_by
by Andrey Andreev
· 12 years ago
a7ddd2d
Fix an escape_identifiers() bug
by Andrey Andreev
· 12 years ago
a24e52e
[ci skip] DocBlocks for DB drivers' driver classes
by Andrey Andreev
· 12 years ago
ae85eb4
DocBlocks for base DB classes
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
87f4dc2
Fix an update_string() bug
by Andrey Andreev
· 12 years ago
e474258
Add missing delimiter in preg_quote() occurences (fix #1929)
by Andrey Andreev
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
f83c436
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_aliasing
by Andrey Andreev
· 12 years ago
2f8bf9b
Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
by Andrey Andreev
· 12 years ago
9d3aa1b
Fix _get_operator() for 'LIKE expr ESCAPE'
by Andrey Andreev
· 12 years ago
bffe3fb
Merge changes from develop
by Andrey Andreev
· 12 years ago
70b7899
Fix issue #1862
by Andrey Andreev
· 12 years ago
9e31f8f
Fix #1745
by Andrey Andreev
· 12 years ago
1194ad7
Fix issue #1692
by Andrey Andreev
· 12 years ago
2ea33c3
Fix issue #1789
by Andrey Andreev
· 12 years ago
e316284
Minor adjustments
by Andrey Andreev
· 12 years ago
747a326
Check for "Loader" in $call['class'] instead of $call['file']
by Jonathan Bonnefoy
· 12 years ago
4455810
Database display error supporting "Loader.php" and "MY_Loader.php"
by Jonathan Bonnefoy
· 12 years ago
c27721f
compression test
by Michiel Vugteveen
· 12 years ago
e8be24b
Fix CI_DB_driver::_get_operator()
by Andrey Andreev
· 13 years ago
822317b
Add back a removed paramter description
by Andrey Andreev
· 13 years ago
2d48623
Implement _compile_order_by()
by Andrey Andreev
· 13 years ago
c9b924c
Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method
by Andrey Andreev
· 13 years ago
b047865
Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch()
by Andrey Andreev
· 13 years ago
6e70475
Fix WHERE escaping/prefixing
by Andrey Andreev
· 13 years ago
9859cb0
escape_identifiers() to not escape string literals inside double quotes as well
by Andrey Andreev
· 13 years ago
adedaf0
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers
by Andrey Andreev
· 13 years ago
49aa45b
Fix a few join() bugs
by Andrey Andreev
· 13 years ago
92d18a7
Merge upstream branch
by Andrey Andreev
· 13 years ago
77a5d94
Add a default _count_string property
by Andrey Andreev
· 13 years ago
7554611
Move _insert() and _update() defaults from Query Builder to DB_driver so that they're available for use by insert_string() and update_string() at all times
by Andrey Andreev
· 13 years ago
d66872a
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers
by Andrey Andreev
· 13 years ago
2636c1c
Fix field escaping with brackets
by Andrey Andreev
· 13 years ago
7db0f59
Fix issue #1546
by Andrey Andreev
· 13 years ago
89db8ee
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers
by Andrey Andreev
· 13 years ago
b66664b
Utilize query()'s return_object parameter
by Andrey Andreev
· 13 years ago
fbba54e
Rename pdodriver property to subdriver and make it available to all drivers
by Andrey Andreev
· 13 years ago
2f0dce0
Small adjustment due to 079fbfcde095230f304e889217f897031a948f61
by Andrey Andreev
· 13 years ago
929fd2d
Improve escaping, support for table names with spaces and fix where() for strings with no spaces around operators
by Andrey Andreev
· 13 years ago
857b00f
more logging
by Michiel Vugteveen
· 13 years ago
af915ce
Switch compile_binds() to use substr_replace() instead of str_replace()
by Andrey Andreev
· 13 years ago
10cbdf0
Really fix compile_binds()
by Andrey Andreev
· 13 years ago
6377919
Fix a syntax error
by Andrey Andreev
· 13 years ago
29953dd
Additional improvements to compile_binds()
by Andrey Andreev
· 13 years ago
97827bc
Fix issue #1460
by Andrey Andreev
· 13 years ago
4e9538f
Fix issue #145
by Andrey Andreev
· 13 years ago
4db1632
Remove a non-existent variable usage
by Andrey Andreev
· 13 years ago
d454f0e
Add BETWEEN to _has_operator()
by Andrey Andreev
· 13 years ago
b30426d
Fix count_all()
by Andrey Andreev
· 13 years ago
bf94058
Fix issue #1452
by Andrey Andreev
· 13 years ago
5a25718
Merge branch 2.1-stable into develop
by Andrey Andreev
· 13 years ago
a593c69
Fix issue #1447
by Andrey Andreev
· 13 years ago
9637b40
escape_identifiers() to accept arrays as well
by Andrey Andreev
· 13 years ago
082ee2b
Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (issue #706)
by Andrey Andreev
· 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
7f57a01
Remove the DB destructor (db->close())
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
89f77ee
Removed a space after comment line
by Gints Murans
· 13 years ago
ab396b4
Moved destruct to the end of file
by Gints Murans
· 13 years ago
36237d8
Move closing of database connection to CI_DB_driver->__destruct - #1376
by Root
· 13 years ago
d6ce1e9
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Jamie Rumbelow
· 13 years ago
ab3cab5
Use parameter 'get_as_float' of microtime()
by dixy
· 13 years ago
b457a40
DB Utility improvements
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
a9572fa
Merge upstream branch
by Andrey Andreev
· 13 years ago
da44bac
Revert CI_DB_driver::_reset_select() to a regular method instead of abstract.abstract methods are required to be implemented by their child classes and this is not what's intended in our case.
by Andrey Andreev
· 13 years ago
2efd029
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8
by Andrey Andreev
· 13 years ago
bee6644
Add a dummy db_select() method to CI_DB_driver and remove it from drivers that don't have such functionality
by Andrey Andreev
· 13 years ago
9602651
Merge upstream branch
by Andrey Andreev
· 13 years ago
6781a5f
A replace array_key_exists() with isset()
by Andrey Andreev
· 13 years ago
Next »