Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Conversation

@suafeng
Copy link

@suafeng suafeng commented Oct 6, 2018

  1. Add tpcc ddl for sap hana.
  2. Add hana to database type catalog.
  3. Add sap hana jdbc driver jar.

Copy link
Member

@apavlo apavlo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See fix requests.

What is ngdbc.jar?

@suafeng
Copy link
Author

suafeng commented Oct 7, 2018

ngdbc.jar is com.sap.db.jdbc.Driver.

@flytiger
Copy link

instead of check-in the ngdbc.jar, it might be better to add dependency in ivy.xml?

// one that fakes the getGeneratedKeys().
if (is != null && this.dbType == DatabaseType.POSTGRES) {
if (is != null && this.dbType == DatabaseType.POSTGRES ||
(this.dbType == DatabaseType.HANA)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary? the AutoIncrementPreparedStatement doesn't have special handling for HANA anyway.

@eoinmarron
Copy link

Hi @suafeng, folks,
Do we've any idea when these changes would be applied, so this support would be included?
Thank you,
Eoin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants