-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
Description
Issue description
Inserting multiple rows for SAP hana gives an error.
Expected Behavior
Multiple rows are inserted without an error.
Actual Behavior
Inserting of multiple rows results in
error: Error: sql syntax error: incorrect syntax near "SELECT":
Steps to reproduce
Insert multiple rows into table with SAP hana driver
Additional Context
The issue was fixed previously in v0.2.42:
#7899
Now the required line in the InsertQueryBuilder is gone (since v0.3.0)
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.