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-06-04
Alter SQLite3's version() method and clear some spaces
Andrey Andreev
2
-2
/
+2
2012-06-04
Fix an SQLite3 pconnect() bug + other minor changes
Andrey Andreev
3
-5
/
+5
2012-06-04
Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792
Andrey Andreev
9
-25
/
+25
2012-06-03
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
30
-162
/
+162
2012-06-02
Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixed bug in MySQL driver introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/database
Alex Bilbie
31
-167
/
+167
2012-05-27
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
21
-484
/
+163
2012-05-26
Fix issue #862
Andrey Andreev
2
-54
/
+24
2012-05-26
Move count_all() from the drivers to CI_DB_driver
Andrey Andreev
13
-349
/
+30
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
Fixed conflicts with 2.1-stable merge.
Phil Sturgeon
1
-6
/
+6
2012-05-23
Added ability to _like paramater side to use 'none', in case one wants to que...
Nithin
1
-2
/
+6
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
Fix a issue with CI_DB_pdo_result::num_rows()
Rogerio Prado de Jesus
1
-1
/
+12
2012-05-19
Fix a issue with affect_rows in CI_DB_pdo_driver::_execute()
Rogerio Prado de Jesus
1
-2
/
+11
2012-05-19
Fixed return line and comments
Juan Ignacio Borda
1
-8
/
+3
2012-05-19
Fix issue #726
Andrey Andreev
1
-8
/
+8
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
[next]