Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
necessary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #484 - Hash is never set to the cookie
|
|
|
|
|
|
Develop - fixing broken links
|
|
the correct page
|
|
|
|
|
|
|
|
Fix issue #467 - suppress warnings generated from get_magic_quotes_gpc()
|
|
|
|
|
|
Fix issue #89 - variable type mismatch in DB display_error()
|
|
|
|
|
|
Escape WHERE clause field names in the DB update_string() method (Issue #82)
|
|
|
|
|
|
|
|
fix a possible MIME-type injection (issue #60)
|
|
|
|
fixed issue #192
|
|
Documented third $after_field parameter of dbforge->add_column()
|
|
Fix issue #182: OCI8's num_rows() re-executing the statement
|
|
Add $this->db->insert_batch() support to the OCI8 (Oracle) driver
|
|
|
|
|
|
|
|
|
|
Added a condition so that the previous link respects use_page_numbers con
|
|
configuration.
|
|
akuzemchak-develop
Conflicts:
user_guide/changelog.html
|
|
num_rows property after statement execution
|
|
|
|
Migrations: Made it so you can set the table name in the migration config.
|
|
|
|
migration when you load the library. This way you do not have to call migrations anywhere else in your code and can always be at the latest migration
|
|
in Migrations
|
|
Fix INSERT_BATCH documentation, add UPDATE_BATCH documenation
|
|
Add support for the configured oracle database charset (Issue #112)
|
|
|