Created
March 24, 2018 20:03
-
-
Save Franckapik/eeeac71eed9b19df6dd2c680458caa96 to your computer and use it in GitHub Desktop.
syntax error « . »
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled rejection error: erreur de syntaxe sur ou près de « . » | |
at Connection.parseE (/mnt/c/quadratik/node_modules/pg/lib/connection.js:545:11) | |
at Connection.parseMessage (/mnt/c/quadratik/node_modules/pg/lib/connection.js:370:19) | |
at TLSSocket.<anonymous> (/mnt/c/quadratik/node_modules/pg/lib/connection.js:113:22) | |
at emitOne (events.js:116:13) | |
at TLSSocket.emit (events.js:211:7) | |
at addChunk (_stream_readable.js:263:12) | |
at readableAddChunk (_stream_readable.js:250:11) | |
at TLSSocket.Readable.push (_stream_readable.js:208:10) | |
at TLSWrap.onread (net.js:607:20) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
knex:client acquired connection from pool: __knexUid1 +0ms
knex:query select * from information_schema.tables where table_name = $1 and table_schema = current_schema() +0ms
knex:bindings [ 'qua_schema.session' ] +0ms
knex:client releasing connection to pool: __knexUid1 +2s
knex:client acquired connection from pool: __knexUid1 +3ms
knex:query create table "qua_schema"."session" ("sid" varchar(255), "sess" json not null, "expired" timestamptz not null) +2s
knex:bindings [] +2s
knex:query alter table "qua_schema"."session" add constraint "qua_schema"."session_pkey" primary key ("sid") +733ms
knex:bindings [] +729ms
knex:client releasing connection to pool: __knexUid1 +2s
Unhandled rejection error: erreur de syntaxe sur ou près de « . »
at Connection.parseE (/mnt/c/quadratik/node_modules/pg/lib/connection.js:545:11)
at Connection.parseMessage (/mnt/c/quadratik/node_modules/pg/lib/connection.js:370:19)
at TLSSocket. (/mnt/c/quadratik/node_modules/pg/lib/connection.js:113:22)
at emitOne (events.js:116:13)
at TLSSocket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at TLSSocket.Readable.push (_stream_readable.js:208:10)
at TLSWrap.onread (net.js:607:20)