Skip to content

Add streaming support for SAP HANA #10510

@alumni

Description

@alumni

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions