jaydebeapi
jaydebeapi copied to clipboard
JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
When executing the Sybase store proc, it executes fine but the SP output is not returned , I think this has to do with return multiple result set flag ,...
This PR introduces ability to pass JVM arguments through `connect`. Things to additionally do (discuss beforehand): - [ ] use in `_jdbc_connect_jython` - [ ] proper testing My use case...
The deprecated aliases were removed in Python 3.11 in python/cpython#28268 .
I did a bunch of bulk inserts and now the database is fairly large (650MB). But just opening a connection to it now takes minutes, and sometimes runs out of...
This app just hangs when tried with a connection string that causes the jdbc driver to use single sign on, which involves opening a browser page. Using native authentication works...
curs.execute('declare @errcode int, @errmes varchar(255) select @errcode, @errmes') curs.fetchall() Traceback (most recent call last): File "", line 1, in curs.fetchall() File "C:\Users\gpbu5772\AppData\Local\Programs\Python\Python39\lib\site-packages\jaydebeapi\__init__.py", line 593, in fetchall row = self.fetchone() File...
Hi, I use Py4J to interact with a Java app. The latest uses JDBC connections with different SQL engines. Some of them, such as HSQLDB, don't allow multiple connections when...
unable to connect hive jpype._jexception.NoClassDefFoundErrorPyRaisable: java.lang.NoClassDefFoundError: org/apache/thrift/transport/TTransport