sambu16
sambu16
> Did you try making several RFC calls, returning less data, like 50 calls returning 10,000 rows each ? I will see if I can set this test up tomorrow....
I ran the RFC daily to retrieve a full period (500,000 rows). The timing remained just short of 12mins. Is it possible for pyRFC to retrieve the field list at...
I'll have to find out about the RFC for you, I believe the RFC was custom built but I'll have to check. Maybe you can replicate the memory consumption issue...
@bsrdjan, sorry for the delay getting back to you on this. The RFC we called was custom, I believe that BAPI_COPAQUERY_GETCOST_ACTDATA should do something similar. Did you ever try a...
Just for reference, the memory issue does not occur when I use the change detailed in my first post to stream the values directly to a file. The memory issue...
Hi Christoper, Thanks for taking the time to have a look at this. I'm trying to port over a system that already uses SQLAlchemy against Postgresql/Greenplum to be able to...
Also, I notice that a couple of tests fail, have you seen these fail yourself? ``` FAIL test/test_suite.py::ExceptionTest_hana+hdbcli_2_0_23_0_1513691289::()::test_integrity_error FAIL test/test_suite.py::NumericTest_hana+hdbcli_2_0_23_0_1513691289::()::test_numeric_no_decimal ```
Take #2 - see what you think
Hi, any update on this at all? Are you happy with this implementation?
Implement _get_server_version_info on the Dialect class to prevent this error, this is my recent implementation to fix the error myself, hope it helps: def _get_server_version_info(self, connection): """Get the version of...