Kehan Harman

Results 3 comments of Kehan Harman

Relates to https://github.com/tdwg/dwc/issues/310 as well

@seanharr11 I've just hit upon this issue for an oracle source where sqlalchemy is only reading from my user's own schema rather than the schema I need.

Also I'm not quite sure how to interpret your immediate solution. How do you specify the database in the connection string? I'm using ```python dsn = cx_Oracle.makedsn("dns.example.com", 1521, sid="SIDSTRING") src...