Torsten Kilias

Results 8 comments of Torsten Kilias

@tglunde Here is the specification of the [websockets-api](https://github.com/exasol/websocket-api) . However, I am not sure, if it states, how the types get encoded, but my guess, everything that can't be represented...

@tglunde I found actually a description of what values you can expect in the JSON. And a number only has a limited precision in JSON, so if the Column needs...

blocked by https://github.com/exasol/script-languages-release/issues/566

Hi xyxz-web, export_to_pandas is basically a special implementation of export_to_callback, so the quickest thing would implementing a call back which reads the raw data into polaris. Here is an example...

Hi @xyxz-web, We discussed this internally, and Polars is currently not our roadmap for this project. I hope, you can write your own callback with the of my previous explanation,...

Hi, If you want to implement it and have it merged, I would suggest making polars an optional python dependency, such that user can decide if he would like to...

Actually, _process_dsn should be extracted into a separate function or class.

We probably should extract the websocket connection part out of the ExaConnection, that would make these tests easier.