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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-26
Merge pull request #981 from narfbg/develop-db-postgre
Phil Sturgeon
2
-81
/
+56
2012-04-26
Merge pull request #979 from narfbg/develop-db-cubrid
Phil Sturgeon
4
-166
/
+70
2012-04-26
Merge pull request #1061 from jamierumbelow/develop
Phil Sturgeon
15
-280
/
+291
2012-04-26
PDO patch and run the test
Taufan Aditya
1
-1
/
+1
2012-04-26
A couple more documentation updates
Jamie Rumbelow
2
-2
/
+2
2012-04-26
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Jamie Rumbelow
56
-4755
/
+3669
2012-04-24
Update system/database/drivers/sqlsrv/sqlsrv_driver.php
st2
1
-1
/
+1
2012-04-21
Use parameter 'get_as_float' of microtime()
dixy
1
-4
/
+4
2012-04-15
Added the ability to insert objects with insert_batch() in Active Reccord.
Iban Eguia
1
-1
/
+2
2012-04-12
Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...
Andrey Andreev
13
-83
/
+9
2012-04-10
Add back an unused argument to _delete() due to CI_DB_driver being abstract
Andrey Andreev
1
-1
/
+1
2012-04-10
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-pos...
Andrey Andreev
2
-2
/
+4
2012-04-09
Merge upstream branch
Andrey Andreev
41
-1678
/
+404
2012-04-09
Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract
Andrey Andreev
2
-2
/
+4
2012-04-09
Merge upstream branch
Andrey Andreev
41
-1689
/
+403
2012-04-09
DB Utility improvements
Andrey Andreev
14
-631
/
+101
2012-04-09
Switched public driver methods in DB forge to protected
Andrey Andreev
11
-22
/
+22
2012-04-09
Multiple DB Forge improvements
Andrey Andreev
15
-659
/
+108
2012-04-09
Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...
Andrey Andreev
2
-2
/
+4
2012-04-09
Added a default _delete() method to CI_DB_active_record
Andrey Andreev
11
-251
/
+38
2012-04-09
Fix AR delete() for MSSQL and SQLSRV
Andrey Andreev
2
-16
/
+20
2012-04-09
Fix AR delete() for Oracle
Andrey Andreev
1
-11
/
+6
2012-04-09
Extend fix for #798 to work across all DB drivers instead of just mysql
Andrey Andreev
6
-51
/
+76
2012-04-06
Some minor improvements to the PDO driver
Andrey Andreev
1
-33
/
+26
2012-04-06
Fix a CI_DB_pdo_driver::trans_commit() bug
Andrey Andreev
1
-24
/
+5
2012-04-06
Merge upstream branch
Andrey Andreev
38
-1651
/
+2557
2012-04-06
Update _delete() and _update() with removal of unsupported LIMIT and ORDER BY
Andrey Andreev
1
-8
/
+4
2012-04-06
Merge upstream branch
Andrey Andreev
25
-1178
/
+223
2012-04-06
Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...
Andrey Andreev
24
-469
/
+70
2012-04-06
Fix PDO field and table escaping
Andrey Andreev
1
-52
/
+18
2012-04-05
Fixed MSSQL and SQLSrv truncate()
Andrey Andreev
2
-0
/
+36
2012-04-05
Added a default _truncate() method to CI_DB_active_record
Andrey Andreev
13
-120
/
+42
2012-04-05
Add replace() support for SQLite/SQLite3
Andrey Andreev
2
-8
/
+43
2012-04-05
Replaced driver instances of _replace() with one in CI_DB_active_record
Andrey Andreev
4
-59
/
+25
2012-04-05
Added a default _update() method to CI_DB_active_record
Andrey Andreev
9
-252
/
+27
2012-04-05
Replaced driver instances of _insert() with one in CI_DB_active_record
Andrey Andreev
13
-207
/
+18
2012-04-05
Added a default _insert_batch() method instead of requiring each driver to de...
Andrey Andreev
7
-89
/
+18
2012-04-03
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-pos...
Andrey Andreev
15
-161
/
+2060
2012-04-03
Fix PostgreSQL connection strings
Andrey Andreev
1
-3
/
+3
2012-04-03
Fix Posgres driver connection string. Current version has incorrect "username...
Timothy Warren
1
-1
/
+1
2012-04-03
Fix issue #1238
Andrey Andreev
1
-1
/
+1
2012-04-03
Fix issue #14
Andrey Andreev
2
-2
/
+2
2012-04-02
Merge upstream branch
Andrey Andreev
10
-64
/
+1518
2012-04-02
Merge upstream branch
Andrey Andreev
19
-465
/
+436
2012-03-30
Merge pull request #1228 from toopay/database-test
Phil Sturgeon
1
-8
/
+9
2012-03-30
Multi database setup
Taufan Aditya
1
-7
/
+3
2012-03-29
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-pos...
Andrey Andreev
16
-384
/
+307
2012-03-29
Changed the dummy DB free_result() method to void (that's how it's implemente...
Andrey Andreev
1
-11
/
+10
2012-03-29
Minor improvements to PostgreSQL and SQLite result classes
Andrey Andreev
2
-44
/
+20
2012-03-28
Merge remote-tracking branch 'upstream/develop' into unit-tests
Taufan Aditya
8
-246
/
+132
[next]