Re: [cx-oracle-users] type object matching - BINARY
Brought to you by:
atuining
From: Mario F. <mf...@zo...> - 2006-09-13 15:41:36
|
Hi Danny, ... thinking a bit... but what you describe is what I would expect to find already in cx_Oracle... I expected BINARY to have been defined as DBAPITypeObject(cx_Oracle.BLOB, cx_Oracle.LOB, cx_Oracle.CLOB) (or something similar, maybe including LONG_STRING?)... I would even have a look at the sources, but the Python/C bindings still scare me a bit away. if there was a cx_Oracle.py source, I would have added the following line: BINARY = DBAPITypeObject(BLOB, LOB, CLOB) made some tests, submitted a patch. as I said, I'm a very bad educator... regards, Mario -- je vais m'envoyer une lettre de felicitation. Des felicitations, ça fait toujours plaisir, surtout de la part de quelqu'un qu'on aime bien. |