Open majidbigdeli opened 6 years ago
My code is ` return db.sequelize.transaction({ autocommit: false }).then(function (t) {
return managerproject.create(req.body, { transaction: t }).then(function () { // resp.send({ status: true }); return t.commit(); }).catch((err) => { return t.rollback(); })`
I get ORA-00922: missing or invalid option
My code is ` return db.sequelize.transaction({ autocommit: false }).then(function (t) {
I get ORA-00922: missing or invalid option