jpercent/pygrametl

Not able to use SQLSource on Jython

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. Try to create a SQLSource on Jython without a PEP 249 connection

What is the expected output? What do you see instead?
Since psycopg2 is not available on Jython I'm not able to get a PEP 249 
connection here.

What version of the product are you using? On what operating system?
The newest version on Windows using Jython 2.5.3.


Original issue reported on code.google.com by tho...@e-x-e.dk on 15 Apr 2014 at 1:07

SQLSource requires a PEP249 connection. In Jython, you can create such a 
connection by using zxJDBC around a JDBC Connection.

Original comment by c...@cs.aau.dk on 28 Apr 2014 at 8:46

  • Changed state: Invalid