JimHagan / pygrametl

Automatically exported from code.google.com/p/pygrametl
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Not able to use SQLSource on Jython #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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