Actions:
|
2007-06-21 14:20 AEST by Arthur Barrett - Database API should support select/read.
The EVS API presumably already has this. Once EVS is stable(r) in August would
be a good time to look at this further.
This probably makes this targetted at 2.5.05. |
|
2007-06-21 19:23 AEST by Tony Hoyle - It already does. It was one of the first APIs added.. Execute returns a
recordset which contains the results of the select.
|
|
2007-06-28 10:43 AEST by Arthur Barrett - Tony rightly points out that the database API already does support select/read.
Modify this bug to track a new database API that has bindable params on
select/read and can return multiple rows of respones. This is needed partially
because Oracle NCHAR needs to be converted from UCS2 to UTF8.
Primarily for doing lookups on HistoryLog for the "history" command.
|
|
2007-07-02 10:22 AEST by Arthur Barrett - The CSqlRecordset class already supports ->next() (for getting the "next" row?)
and ->Eof() (for identifying when the last row has been fetched?) functions as
well as the operator [] for looking up fields - so Tony is right - this is all
available.
There are no examples in the 2.5.03 code and the Oracle OCI driver just doesn't
seem to want to work with returning string fields (in any character set)...
|
|
2010-02-27 07:03 AEST by Arthur Barrett - moving target to 2.8.x |