Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
5a3284edd6f3de5871804c7e24a9d74e57b2b7a6
/
system
/
database
/
drivers
513f9a0
Merge pull request #469 from narfbg/ci-issue-182
by Greg Aker
· 13 years ago
b83c408
Add brackets to the for() loop
by Andrey Andreev
· 13 years ago
99c6dd4
Add ->db->insert_batch() support to the OCI8 (Oracle) driver
by Andrey Andreev
· 13 years ago
ef3e240
Fix issue #182 in system/database/drivers/oci8_result.php by caching the num_rows property after statement execution
by Andrey Andreev
· 13 years ago
068e3de
Fix ./system/database/drivers/oci8_driver.php to pass the configured database character set on connect.
by narfbg
· 13 years ago
4c90723
Fixed recent change to $this->db->field_data() which errored for field types without constraints. It now uses a less expecting regex and defaults to NULL.
by Phil Sturgeon
· 13 years ago
b4009e2
Fixed conflict with changelog.
by Phil Sturgeon
· 13 years ago
84d76ea
odbc called incorrect parent in construct
by Michiel Vugteveen
· 13 years ago
eaa5541
oci8 driver escape string quotes fix
by Michiel Vugteveen
· 13 years ago
fc75645
Fixed issue #150 (for mysql and mysqli), now returns the actual column length.
by danmontgomery
· 13 years ago
90248ab
Fixed a bug (#200) where MySQL queries would be malformed after calling db->count_all() then db->get()
by Greg Aker
· 13 years ago
b62cf1e
Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.
by Phil Sturgeon
· 13 years ago
add9ca0
Merged my GitHub mirror.
by Phil Sturgeon
· 13 years ago
3cf2715
Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop
by Phil Sturgeon
· 13 years ago
6cf190d
Merge pull request #42 from CUBRID/develop
by Phil Sturgeon
· 13 years ago