index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
database
/
DB_driver.php
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
Move db_select() call from CI_DB_driver::initialize() to db_connect()
Andrey Andreev
1
-14
/
+0
2013-01-14
Replace is_null() with === / !== NULL
vlakoff
1
-1
/
+1
2013-01-10
Unify escape_str() array input and LIKE logic
Andrey Andreev
1
-1
/
+48
2013-01-01
[ci skip] Happy new year
Andrey Andreev
1
-1
/
+1
2012-11-20
Fix #1996
Andrey Andreev
1
-10
/
+13
2012-11-20
Fix issue #2015
Andrey Andreev
1
-1
/
+1
2012-11-20
Fix an E_NOTICE
Andrey Andreev
1
-1
/
+1
2012-11-13
Fix some DB_cache-related issues
Andrey Andreev
1
-1
/
+1
2012-11-13
Add seed values support for Query Builder order_by
Andrey Andreev
1
-2
/
+2
2012-11-06
Fix an escape_identifiers() bug
Andrey Andreev
1
-1
/
+1
2012-11-02
[ci skip] DocBlocks for DB drivers' driver classes
Andrey Andreev
1
-0
/
+14
2012-11-02
DocBlocks for base DB classes
Andrey Andreev
1
-12
/
+251
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-11-01
Fix an update_string() bug
Andrey Andreev
1
-27
/
+3
2012-10-25
Add missing delimiter in preg_quote() occurences (fix #1929)
Andrey Andreev
1
-5
/
+5
2012-10-24
[ci skip] style and phpdoc-related changes (rel #1295)
Andrey Andreev
1
-4
/
+11
2012-10-12
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...
Andrey Andreev
1
-1
/
+1
2012-10-12
Set MySQL client compression to FALSE by default (problems reported with it),...
Andrey Andreev
1
-1
/
+1
2012-10-12
Fix _get_operator() for 'LIKE expr ESCAPE'
Andrey Andreev
1
-2
/
+1
2012-10-12
Merge changes from develop
Andrey Andreev
1
-3
/
+14
2012-10-09
Fix issue #1862
Andrey Andreev
1
-1
/
+1
2012-10-05
Fix #1745
Andrey Andreev
1
-1
/
+1
2012-10-05
Fix issue #1692
Andrey Andreev
1
-2
/
+8
2012-10-04
Fix issue #1789
Andrey Andreev
1
-0
/
+4
2012-09-12
Minor adjustments
Andrey Andreev
1
-1
/
+1
2012-09-05
Check for "Loader" in $call['class'] instead of $call['file']
Jonathan Bonnefoy
1
-1
/
+1
2012-09-05
Database display error supporting "Loader.php" and "MY_Loader.php"
Jonathan Bonnefoy
1
-1
/
+1
2012-08-20
compression test
Michiel Vugteveen
1
-0
/
+1
2012-07-19
Fix CI_DB_driver::_get_operator()
Andrey Andreev
1
-20
/
+19
2012-07-19
Add back a removed paramter description
Andrey Andreev
1
-0
/
+1
2012-07-19
Implement _compile_order_by()
Andrey Andreev
1
-2
/
+2
2012-07-19
Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...
Andrey Andreev
1
-1
/
+1
2012-07-18
Remove dependancies on qb_like and remove unneeded parameters from _delete(),...
Andrey Andreev
1
-27
/
+26
2012-07-17
Fix WHERE escaping/prefixing
Andrey Andreev
1
-2
/
+15
2012-07-13
escape_identifiers() to not escape string literals inside double quotes as well
Andrey Andreev
1
-1
/
+1
2012-07-08
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...
Andrey Andreev
1
-3
/
+3
2012-07-06
Fix a few join() bugs
Andrey Andreev
1
-3
/
+3
2012-07-05
Merge upstream branch
Andrey Andreev
1
-3
/
+67
2012-07-05
Add a default _count_string property
Andrey Andreev
1
-0
/
+7
2012-07-05
Move _insert() and _update() defaults from Query Builder to DB_driver so that...
Andrey Andreev
1
-3
/
+60
2012-07-02
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...
Andrey Andreev
1
-3
/
+12
2012-07-02
Fix field escaping with brackets
Andrey Andreev
1
-3
/
+7
2012-06-28
Fix issue #1546
Andrey Andreev
1
-0
/
+5
2012-06-28
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...
Andrey Andreev
1
-11
/
+11
2012-06-27
Utilize query()'s return_object parameter
Andrey Andreev
1
-11
/
+11
2012-06-23
Rename pdodriver property to subdriver and make it available to all drivers
Andrey Andreev
1
-0
/
+1
2012-06-20
Small adjustment due to 079fbfcde095230f304e889217f897031a948f61
Andrey Andreev
1
-1
/
+1
2012-06-17
Improve escaping, support for table names with spaces and fix where() for str...
Andrey Andreev
1
-30
/
+26
2012-06-15
more logging
Michiel Vugteveen
1
-1
/
+1
2012-06-13
Switch compile_binds() to use substr_replace() instead of str_replace()
Andrey Andreev
1
-17
/
+13
[next]