diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-04 16:38:59 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-04 16:38:59 +0100 |
commit | fd24adf31255822d6aa9a5d2dce9010ad2ee4cf0 (patch) | |
tree | 1fed47aed14885f60ba4269518dca841452f4d24 /system/index.html | |
parent | 69edc4368d6c6588936b3b6c8bcb9d36626d363a (diff) |
Remove CI_DB_oci8_result::data_seek()
It can only call oci_execute() in order to reset the pointer to 0,
the oci8 driver doesn't support setting the pointer.
Due to the result_object(), result_array() and custom_result_object()
calling data_seek() every time prior to fetching the result set, this
only causes the query to be executed twice. All of the three methods
now cast from existing result_object and/or result_array sets, so the
probability to ever need to really fetch the result set again is
practically zero and so this method doesn't bring any benefit.
Diffstat (limited to 'system/index.html')
0 files changed, 0 insertions, 0 deletions