On Mon, 4 Nov 2002 11:38:43 +0100 "Dittmar, Daniel" <[EMAIL PROTECTED]> wrote:
> > - So well, when will these features go into the official > > Python-Driver > > releases > > I was waiting for some more feedback > on the API, but if you need it, it will be one of the next > changes I integrate. OK, great. I looked into the description on http://sapdb.2scale.net/moin.cgi/PythonDataConversion It looks anything ok for me. What about floats. e.g.: SELECT AVG(FIXED_COLUMN) FROM ... Can it happen, that the sapdb-floats of the result of this query have a higher precision than the Pythonfloats? Is it possible to get ALL Numeric-types as Strings? Ok, this is a bit philosophical. Ok, what I need (yesterday;-) is a stable pythondriver which gives me all FIXED-Columns as strings: setFetchConversionByType("Fixed","s") without the callback function and perhaps setFetchConversionByType("Float","s") for AVG(...) or SUM(...) Results So, is there a possibility to get the Python-driver-sources with these features from cvs? or: could you send the sources to me? or even better: could you implement the features as described in 2scale page? Thank you very much in advance, By the way, a big compliment to all the people who work on sapdb, especiall to the people doing the support. -> great service. Andre' > > > - Are there any known bugs in the 24x version: > > If an error occurs during reading from a cursor, the results > are pretty unpredictable (garbage data, crash). > > Daniel Dittmar > > -- > Daniel Dittmar > SAP DB, SAP Labs Berlin > [EMAIL PROTECTED] > http://www.sapdb.org/ > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
