nhuanhoangduc / cu8-sequelize-oracle

MIT License
26 stars 24 forks source link

ORA-00922: missing or invalid option #9

Open majidbigdeli opened 6 years ago

majidbigdeli commented 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