Created
March 29, 2016 21:01
-
-
Save edesilets/8de2b1a52eb3cd244bb2ca4c4a272ed7 to your computer and use it in GitHub Desktop.
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
{ [error: SELEC FROM "user" AS "user" - syntax error at or near "SELEC"] | |
name: 'error', | |
length: 86, | |
severity: 'ERROR', | |
code: '42601', | |
detail: undefined, | |
hint: undefined, | |
position: '1', | |
internalPosition: undefined, | |
internalQuery: undefined, | |
where: undefined, | |
schema: undefined, | |
table: undefined, | |
column: undefined, | |
dataType: undefined, | |
constraint: undefined, | |
file: 'scan.l', | |
line: '1052', | |
routine: 'scanner_yyerror' } | |
undefined | |
Error (E_UNKNOWN) :: Encountered an unexpected error | |
error: SELEC FROM "user" AS "user" - syntax error at or near "SELEC" | |
at Connection.parseE (/home/pi/thermal-comfort-system-api/node_modules/waterline-postgresql/node_modules/pg/lib/connection.js:539:11) | |
at Connection.parseMessage (/home/pi/thermal-comfort-system-api/node_modules/waterline-postgresql/node_modules/pg/lib/connection.js:366:17) | |
at Socket.<anonymous> (/home/pi/thermal-comfort-system-api/node_modules/waterline-postgresql/node_modules/pg/lib/connection.js:105:22) | |
at emitOne (events.js:77:13) | |
at Socket.emit (events.js:169:7) | |
at readableAddChunk (_stream_readable.js:146:16) | |
at Socket.Readable.push (_stream_readable.js:110:10) | |
at TCP.onread (net.js:523:20) | |
Details: error: SELEC FROM "user" AS "user" - syntax error at or near "SELEC" | |
^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment