Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TypeError]: Cannot read property 'begin' of undefined #57

Open
richardwjy opened this issue Mar 17, 2022 · 0 comments
Open

[TypeError]: Cannot read property 'begin' of undefined #57

richardwjy opened this issue Mar 17, 2022 · 0 comments

Comments

@richardwjy
Copy link

I'm running into some conflict while trying to make a Transaction for bulk insert to oracle database.

Spec:

  • OS : Windows 10 Pro
  • NodeVersion : v14.16.1
  • oracledb version: v5.3.0

Code i'm trying to execute :

const db = sworm.db(config);
db.transaction(() => {
    const asrHeaderModel = db.model({ table: tableName });
        for (const data of csvData) {
             const asrData = asrHeaderModel(data);
             await asrData.insert();
        }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant