Issue1000147

classification
Title: Support for BLOBs and CLOBs on Oracle
Type: Severity: normal
Components: zxjdbc Versions: Jython 2.5
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: ak1394, bzimmer, fwierzbicki, zyasoft
Priority: normal Keywords: patch

Created on 2004-07-29.14:43:10 by ak1394, last changed 2014-09-26.05:14:05 by zyasoft.

Files
File name Uploaded Description Edit Remove
oracle.patch ak1394, 2004-07-29.14:43:12 OracleDataHandlerPatch.patch
Messages
msg2388 (view) Author: Anton Krasovsky (ak1394) Date: 2004-07-29.14:43:10
This patch modifies the OracleDataHandler to
support inserts/updates of BLOBs/CLOBs .
msg2389 (view) Author: Brian Zimmer (bzimmer) Date: 2005-02-23.04:31:52
Logged In: YES 
user_id=37674

Can you generate some ddl for testing this?
msg2390 (view) Author: Anton Krasovsky (ak1394) Date: 2005-03-04.14:17:54
Logged In: YES 
user_id=959156

Sure, I would be happy to do it.
Would just the ddl (it's SQL statements for table and data,
is it?) be enough? Perhaps, if you point me to the similar
test I could do the test implementation too.
msg2391 (view) Author: Brian Zimmer (bzimmer) Date: 2005-03-05.15:04:10
Logged In: YES 
user_id=37674

The zxJDBC test suite should be available in the Lib/test/zxjdbc.  If not, 
you can get it here: http://cvs.sourceforge.net/viewcvs.py/jython/jython/
Lib/test/zxjdbc/

To test for Oracle, change the test.xml entries for the factory to reflect 
the configuration for your environment.

You can then run the suite by invoking:

$ jython runner.py oracle

This will run all the oracle tests defined in the test.xml.  The file sptest.py 
has some stored procedure tests you can mimic to do the testing.

This would be my prefered way for getting the ddl and test cases.
msg4270 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-03-14.00:56:08
I'm going to push this to 2.5.1 - I think we need to revive the db
testing before we consider applying this patch.
msg7362 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2012-08-10.17:50:19
Anton are you still around? If so are you still interested in pushing this forward? Sorry this has lingered so long :(
msg9038 (view) Author: Jim Baker (zyasoft) Date: 2014-09-26.05:14:05
To be fixed by using jyjdbc to replace zxJDBC (jyjdbc has the necessary testing for us to move forward)
History
Date User Action Args
2014-09-26 05:14:05zyasoftsetmessages: + msg9038
2013-02-25 18:52:36fwierzbickisetversions: + Jython 2.5, - 2.5.1
2012-08-10 17:50:19fwierzbickisetassignee: fwierzbicki
messages: + msg7362
2010-10-15 14:05:01zyasoftsetassignee: zyasoft -> (no value)
2009-08-11 05:08:54zyasoftsetassignee: bzimmer -> zyasoft
nosy: + zyasoft
2009-03-14 00:56:08fwierzbickisetmessages: + msg4270
versions: + 2.5.1
2009-03-14 00:54:57fwierzbickisetnosy: + fwierzbicki
2004-07-29 14:43:10ak1394create