Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- _process_fields() was missing and add_column(), drop_column() was producing malformed queries.
|
|
kylefarris-patch-4
Conflicts:
user_guide_src/source/changelog.rst
|
|
|
|
fix to issue #696
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since they are only there to reset which row is next in line for oci_fetch calls and thus don't need to be committed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
db->count_all() then db->get()
|
|
|
|
|
|
|
|
style functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup and switch oci8_driver and oci8_result to PHP5 functions.
|
|
|
|
|
|
|
|
added notice of license to all source files.
OSL to all except the few files we ship inside of the application folder, those are AFL.
Updated license in user guide.
incrementing next dev version to 3.0 due to licensing change
|
|
|
|
|
|
|
|
|
|
|
|
style functions
|