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
2014-02-25
Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition
Andrey Andreev
1
-0
/
+12
2014-02-11
2013 > 2014
darwinel
1
-1
/
+1
2014-01-07
A tiny regexp improvement for CI_DB_driver::is_write_type()
Andrey Andreev
1
-1
/
+1
2013-12-20
Polishing changes from #PR #2781
Andrey Andreev
1
-3
/
+3
2013-12-19
so we need \sNOT EXISTS
Tufan Barış YILDIRIM
1
-1
/
+1
2013-12-19
changed EXISTS / NOT EXISTS pattern
Tufan Barış YILDIRIM
1
-3
/
+3
2013-12-19
EXISTS / NOT EXISTS clause support for DB_driver
Tufan Barış YILDIRIM
1
-3
/
+3
2013-12-19
EXISTS / NOT EXISTS clause support for DB_driver
Tufan Barış YILDIRIM
1
-2
/
+4
2013-12-19
EXISTS / NOT EXISTS clause support for DB_query_builder.
Tufan Barış YILDIRIM
1
-2
/
+4
2013-12-14
DB call_function() bug : funny typo -or- smart autocomplete?
Kakysha
1
-1
/
+1
2013-10-21
Fix #2691
Andrey Andreev
1
-1
/
+8
2013-10-17
Replace the last rand() with mt_rand()
vlakoff
1
-1
/
+1
2013-08-06
Fix #2501 & another -related bug
Andrey Andreev
1
-1
/
+3
2013-07-17
Cherry-picking some changes from PR #2425:
Andrey Andreev
1
-1
/
+0
2013-05-12
Do not trigger a possible custom autoloader, as it is irrelevant here
vlakoff
1
-1
/
+1
2013-04-04
Merge pull request #2343 from QOX/develop
Andrey Andreev
1
-1
/
+1
2013-04-03
Fixed for styleguide.
Katsumi Honda
1
-1
/
+1
2013-04-03
fixed for styleguide.
Katsumi Honda
1
-2
/
+2
2013-03-29
Merge pull request #2365 from vlakoff/develop
Andrey Andreev
1
-1
/
+1
2013-03-29
Documentation: fix some outdated paths
vlakoff
1
-1
/
+1
2013-03-29
Fix #2353
Andrey Andreev
1
-1
/
+4
2013-03-21
Making a performance modification to DB_driver list_fields()
RJ garcia
1
-7
/
+2
2013-03-19
Fixed problem for transaction test mode.
Katsumi Honda
1
-2
/
+2
2013-02-23
Updated exit codes as constant values
Daniel Hunsaker
1
-1
/
+1
2013-02-22
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...
Daniel Hunsaker
1
-2
/
+2
2013-02-21
Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete
Andrey Andreev
1
-1
/
+1
2013-02-21
DB_result tests seem to also depend on autoloading via the class_exists() che...
Andrey Andreev
1
-1
/
+1
2013-02-21
Disable autoloader call from class_exists() occurences to improve performance
Andrey Andreev
1
-2
/
+2
2013-02-19
DB_driver's trans_complete exception fix
Dionysis Arvanitis
1
-1
/
+1
2013-01-25
Updated all cases of exit() to return a valid code
Daniel Hunsaker
1
-1
/
+1
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
[next]