-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Description
Feature Description
As the title says, I would like to implement streaming support for the SAP HANA driver.
The Solution
SapQueryRunner.stream should be implemented.
connection.createQueryBuilder(...).stream() should not throw, but should instead return a stream of raw results like the other drivers.
This is already supported by other drivers like cockroachdb, mssql, mysql, oracle, postgres, spanner.
Considered Alternatives
The alternative would be getting the actual hana-client connection from the TypeORM data source and using it directly.
Additional Context
No response
Relevant Database Driver(s)
- aurora-mysql
- aurora-postgres
- better-sqlite3
- cockroachdb
- cordova
- expo
- mongodb
- mysql
- nativescript
- oracle
- postgres
- react-native
- sap
- spanner
- sqlite
- sqlite-abstract
- sqljs
- sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.