-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
Description
Issue description
insert multiple rows does not work
Expected Behavior
multiple lines should be able to insert in one transaction.
Actual Behavior
the statement does not work.
Same issue as described in:
#7899
Michael mentioned the error is occuring again in Januar 23
Steps to reproduce
see #7899
My Environment
| Dependency | Version |
|---|---|
| Operating System | WIN 10 |
| Node.js version | 18 |
| Typescript version | 4.9.5 |
| TypeORM version | 0.3.16 |
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, but I don't know how to start. I would need guidance.