-
You have an error in your SQL syntax: SELECT C.CUST_NAME C.CUST_CITY FROM CUSTOMER c WHERE c.agent_code in (WITH T121 AS (SELECT AGENT_CODE FROM AGENTS) SELECT C.CUST_NAME FROM CUSTOMER c LEFT JOIN T1…
-
I think that SQL script doesn't conform to SQL standards:
```
# PGPASSWORD="password" psql -U user -d beyondpaste
-
```
What steps will reproduce the problem?
1. Example 'Id IN (@Ids)' where @Ids is IEnumerable parameter
What is the expected output? What do you see instead?
Expecting it to work like 'Id IN @Ids'
I…
-
```
What steps will reproduce the problem?
1. Example 'Id IN (@Ids)' where @Ids is IEnumerable parameter
What is the expected output? What do you see instead?
Expecting it to work like 'Id IN @Ids'
I…
-
```
What steps will reproduce the problem?
1. Example 'Id IN (@Ids)' where @Ids is IEnumerable parameter
What is the expected output? What do you see instead?
Expecting it to work like 'Id IN @Ids'
I…
-
```
What steps will reproduce the problem?
1. Example 'Id IN (@Ids)' where @Ids is IEnumerable parameter
What is the expected output? What do you see instead?
Expecting it to work like 'Id IN @Ids'
I…
-
```
What steps will reproduce the problem?
1. Example 'Id IN (@Ids)' where @Ids is IEnumerable parameter
What is the expected output? What do you see instead?
Expecting it to work like 'Id IN @Ids'
I…
-
```ProgrammingError at /web/
(1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SET sql_mode='STRICT_TRAN…
-
### What version of `drizzle-orm` are you using?
0.30.8
### What version of `drizzle-kit` are you using?
0.20.16
### Describe the Bug
trying to push my schema to planetscale i get an er…
-
```
The SQL LIKE syntax failed in trimpath-query-1.1.14.js
e.g.
WHERE Customer.id LIKE '%1%'
It said, the Customer.id.match is not a function
```
Original issue reported on code.google.com by `WahJ…