question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PostgreSQL "syntax error at or near "LIKE" at character 16"

See original GitHub issue

Evolve 3.0.0 Npsql 5.0.4

In db log:

ERROR:  syntax error at or near "LIKE" at character 16
STATEMENT:  SHOW VARIABLES LIKE '%version%'

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lecailloncommented, Sep 12, 2022

Yes, you can use the last alpha version and the new optional parmeter in the constructor called dbms

0reactions
lecailloncommented, Mar 1, 2023

yes. how do you instantiate Evolve ? Can you give me more insight please

Read more comments on GitHub >

github_iconTop Results From Across the Web

syntax error at or near "-" in PostgreSQL
I have reproduced the issue in my system, postgres=# alter user my-sys with password 'pass11'; ERROR: syntax error at or near "-" LINE...
Read more >
SQL Error: "Syntax error at or near:"
This SQL error generally means that somewhere in the query, there is invalid syntax. Some common examples: ... In some circumstances, the database ......
Read more >
syntax error at or near - INSERT
This works fine: postgres=# create table hosts ( type varchar(20), name varchar(20)); CREATE TABLE postgres=# \q postgres@ironforge:~$ psql ...
Read more >
Re: ERROR: syntax error at or near ":"
This is a long blob of PEM encoded certificates, so trying to narrow down a troublesome character will be hard. you use this...
Read more >
Documentation: 8.0: Query Language (SQL) Functions
It is almost as easy to define SQL functions that take base types as arguments. ... SELECT new_emp().name; ERROR: syntax error at or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found