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.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-02
DocBlocks for base DB classes
Andrey Andreev
1
-2
/
+15
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-07-05
Merge upstream branch
Andrey Andreev
1
-2
/
+17
2012-07-05
Move _insert() and _update() defaults from Query Builder to DB_driver so that...
Andrey Andreev
1
-4
/
+7
2012-07-05
code cleanup and changelog added
Rene Brokholm
1
-13
/
+13
2012-07-05
I added so the DB.php is aware of database config files in packages.
Rene Brokholm
1
-1
/
+16
2012-06-25
Some fixes
Andrey Andreev
1
-2
/
+2
2012-06-23
Fix the subdriver check
Andrey Andreev
1
-1
/
+1
2012-06-23
Alter DB() to check if a subdriver is available
Andrey Andreev
1
-1
/
+17
2012-06-12
Change file permissions for system/core/*.php and system/database/DB.php so t...
Andrey Andreev
1
-0
/
+0
2012-06-04
Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792
Andrey Andreev
1
-2
/
+2
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/database
Alex Bilbie
1
-5
/
+5
2012-05-24
Add backwards compatibility work-around for the configuration setting
Andrey Andreev
1
-0
/
+7
2012-05-24
Remove the DB destructor (db->close())
Andrey Andreev
1
-1
/
+1
2012-04-26
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Jamie Rumbelow
1
-20
/
+21
2012-03-30
Multi database setup
Taufan Aditya
1
-7
/
+3
2012-03-28
Travis setup and minor cleanup
Taufan Aditya
1
-1
/
+6
2012-03-26
Rename a variable and style fixes in system/database/DB.php
Andrey Andreev
1
-12
/
+12
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-02-19
Renaming Active Record to Query Builder across the system
Jamie Rumbelow
1
-9
/
+9
2012-02-09
Fixed PDO
Taufan Aditya
1
-0
/
+1
2012-01-08
Improve database classes
Andrey Andreev
1
-34
/
+20
2012-01-05
Merge pull request #839 from GDmac/develop
Greg Aker
1
-2
/
+2
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-12-26
No need for eval to extend a class
GDmac
1
-2
/
+2
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-08-15
Added some docs to CI core files
David Behler
1
-1
/
+3
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-8
/
+8
2011-04-25
Fixed double-space typo.
Razican
1
-8
/
+8
2011-04-19
Removing internal references to the EXT constant. Additionally, marked the c...
Greg Aker
1
-6
/
+6
2011-04-06
Made Environment Support optional. Comment out or delete the constant to stop...
Phil Sturgeon
1
-9
/
+4
2011-02-14
Whitespace cleanup in db classes
Pascal Kriete
1
-1
/
+1
2011-02-02
Merged recent changes and tweaked multi-env changes.
Phil Sturgeon
1
-1
/
+1
2011-01-16
Changed loading process for database config to check for config for the set e...
joelcox
1
-1
/
+15
2011-01-05
Hey look, it's 2011
Greg Aker
1
-1
/
+1
2010-11-10
Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...
Pascal Kriete
1
-1
/
+1
2010-11-10
Updating PHP requirements in files 5.1.6
Greg Aker
1
-1
/
+1
2010-10-04
Cleanup of stray spaces and tabs
Barry Mieny
1
-23
/
+23
2010-03-03
added stricton db config item to force strict mode - good for ensuring strict...
Derek Jones
1
-0
/
+5
2010-01-05
updated copyrights
Derek Jones
1
-1
/
+1
2009-12-05
fixed bug where active record override wasn't being honored properly
Derek Jones
1
-3
/
+3
2009-07-29
PHP 5.3.0 compatibility changes
Derek Jones
1
-1
/
+1
2009-04-22
updated copyrights to 2009
Derek Jones
1
-1
/
+1
2008-11-13
Changing EOL style to LF
Derek Allard
1
-145
/
+145
2008-09-30
Removed some spaces
Rick Ellis
1
-3
/
+3
2008-09-13
updated copyright
Rick Ellis
1
-1
/
+1
2008-08-22
fixed a missing semi colon
Derek Allard
1
-1
/
+2
2008-08-21
whitespace fixes
Derek Allard
1
-2
/
+1
2008-05-14
fixed bug #3419 where the 'database' setting for DSN connections was using th...
Derek Jones
1
-2
/
+23
2008-05-13
Some sweeping syntax changes for consistency:
Derek Jones
1
-9
/
+9
[next]