Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
CI_DB_driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define it and fixed 2 issues related to it
|
|
|
|
|
|
|
|
|
|
|
|
Fix Posgres driver connection string.
|
|
|
|
|
|
"username" parameter, which should be "user"
|
|
|
|
|
|
|
|
optimizations in the library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add function get_content_type to output class
|
|
set_content_type()
|
|
|
|
|
|
|
|
|
|
|
|
Also add space after foreach
bracket on a new line... Also add a space after if
Follow up from https://github.com/EllisLab/CodeIgniter/pull/1234/files#r630522
|
|
|
|
Multiple database drivers testing
|
|
|
|
Fix for #88 _default_options does not exist in the Cache_memcahe driver
|
|
|
|
Add support for buffer string email attachment.
|
|
implemented by all drivers) and some style/comment changes in DB_result
|
|
|
|
|
|
|
|
abstract.abstract methods are required to be implemented by their child classes and this is not what's intended in our case.
|
|
|