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-05-25
Apply fix for issue #136 on PDO+MySQL as well
Andrey Andreev
1
-3
/
+3
2012-05-25
Fix issue #136 (MySQL escape_like_str())
Andrey Andreev
2
-4
/
+8
2012-05-24
Added update_batch() support for PostgreSQL (issue #356)
Andrey Andreev
2
-2
/
+43
2012-05-24
Fix issue #319
Andrey Andreev
1
-6
/
+4
2012-05-24
Fix issue #121
Andrey Andreev
3
-23
/
+25
2012-05-24
Fix issue #1273 and some cleanup in Query Builder
Andrey Andreev
1
-25
/
+18
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
2
-18
/
+1
2012-05-23
Removed the parameter use in database drivers' _close() and added a default _...
Andrey Andreev
14
-60
/
+48
2012-05-22
Removed a space after comment line
Gints Murans
1
-1
/
+1
2012-05-22
Moved destruct to the end of file
Gints Murans
1
-7
/
+17
2012-05-22
Move closing of database connection to CI_DB_driver->__destruct - #1376
Root
1
-0
/
+7
2012-05-19
Fixed return line and comments
Juan Ignacio Borda
1
-8
/
+3
2012-05-18
added unbuffered_row() to DB_result.php to avoid memory exhausting when deali...
Juan Ignacio Borda
1
-0
/
+18
2012-05-15
Minor changes on the pull #1355 additions
Andrey Andreev
1
-4
/
+4
2012-05-15
Merge pull request #1355 from shidec/develop
Andrey Andreev
1
-0
/
+93
2012-05-15
Escaping boolean data type for postgre
Soesapto Joeni Hantoro
1
-10
/
+2
2012-05-15
Escaping boolean data type for postgre
Soesapto Joeni Hantoro
1
-2
/
+2
2012-05-15
Rollback changes, move it to postgre_driver
Soesapto Joeni Hantoro
1
-4
/
+0
2012-05-15
Rollback changes, move it to postgre_driver
Soesapto Joeni Hantoro
1
-1
/
+1
2012-05-15
Escaping boolean data type on postgre
Soesapto Joeni Hantoro
1
-0
/
+101
2012-05-15
Merge pull request #1324 from toopay/db-tests
Phil Sturgeon
1
-12
/
+7
2012-05-11
Escaping boolean data type, some DBMS (e.g., postgre) need it
Soesapto Joeni Hantoro
1
-1
/
+1
2012-05-11
simpler script, add boolean handling on DB_driver/escape
Soesapto Joeni Hantoro
1
-14
/
+4
2012-05-11
Generate better conditions statement on boolean field type. Actually boolean ...
Soesapto Joeni Hantoro
1
-1
/
+15
2012-05-05
Merge pull request #1325 from st2/develop
Andrey Andreev
1
-1
/
+1
2012-05-04
Update system/database/drivers/interbase/interbase_utility.php
Cusco
1
-1
/
+1
2012-05-04
PDO SQLite bug fixed, for result_object
Taufan Aditya
1
-12
/
+7
2012-04-28
Minor assignment fix.
George Petsagourakis
1
-1
/
+1
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
[next]