sorrell commented on issue #43:
URL: https://github.com/apache/incubator-age/issues/43#issuecomment-799575468


   I am able to reproduce the error, and have a little more detail below 
regarding where the error occurs in AGE (ag_scanner.l).
   
   ```
   error: unexpected character at or near "$"
       at Parser.parseErrorMessage 
(/home/nicho/bitnine/testjs/node_modules/pg-protocol/dist/parser.js:278:15)
       at Parser.handlePacket 
(/home/nicho/bitnine/testjs/node_modules/pg-protocol/dist/parser.js:126:29)
       at Parser.parse 
(/home/nicho/bitnine/testjs/node_modules/pg-protocol/dist/parser.js:39:38)
       at Socket.<anonymous> 
(/home/nicho/bitnine/testjs/node_modules/pg-protocol/dist/index.js:10:42)
       at Socket.emit (node:events:378:20)
       at addChunk (node:internal/streams/readable:313:12)
       at readableAddChunk (node:internal/streams/readable:288:9)
       at Socket.Readable.push (node:internal/streams/readable:227:10)
       at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
     length: 109,
     severity: 'ERROR',
     code: '42601',
     detail: undefined,
     hint: undefined,
     position: '75',
     internalPosition: undefined,
     internalQuery: undefined,
     where: undefined,
     schema: undefined,
     table: undefined,
     column: undefined,
     dataType: undefined,
     constraint: undefined,
     file: 'ag_scanner.l',
     line: '711',
     routine: 'ag_scanner_next_token'
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to