You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect test_aw-sql-models database to be created without error.
What is actually happening?
Command failed.
{ Error: Command failed: ./node_modules/.bin/sequelize db:create
ERROR: Unclosed quotation mark after the character string 'END;'.
at ChildProcess.exithandler (child_process.js:275:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Socket.stream.socket.on (internal/child_process.js:346:11)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:554:12)
killed: false,
code: 1,
signal: null,
cmd: './node_modules/.bin/sequelize db:create',
stdout: '\n\u001b[4mSequelize CLI [Node: 8.9.0, CLI: 5.2.0, ORM: 4.41.0]\u001b[24m\n\nLoaded configuration file "config/config.js".\nUsing environment "development".\n\n\n',
stderr: '\u001b[31mERROR:\u001b[39m Unclosed quotation mark after the character string \'END;\'.\n' }
What you are doing?
Simply, I'd like to create a database with dialect mssql.
v5.1.0 was OK, but v5.2.0 is broken.
What do you expect to happen?
Expect
test_aw-sql-models
database to be created without error.What is actually happening?
Command failed.
Dialect: mssql
Database version: docker image: microsoft/mssql-server-linux:2017-latest
Sequelize CLI version: v5.2.0
Sequelize version: v4.41.0
Thanks.
The text was updated successfully, but these errors were encountered: