-
下面的代码在执行时,发现生成的sql与预期的不一样。预期是
UPDATE car_tt **set name=?** WHERE id = ?
```java
CarTtDO carTtDO=new CarTtDO();
carTtDO.setId(1L);
carTtDO.setName(null);
carT…
-
I can't get `pg_search_scope` to work.
The generated SQL from `pg_search_scope` returns an SQL Syntax Error. Looking at SQL produced, it casts all my columns to *text* (i.e. `column_1::text`).
E…
turgs updated
3 years ago
-
```
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…
-
```
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…
-
From sql2cypher created by [lukaseder](https://github.com/lukaseder): neo4j-contrib/sql2cypher#10
I'll implement more of the `expressions()` method, to support:
## Functions
- [x] Arithmetic …
-
## This issue is a (choose one):
- [x] Problem/bug report.
## Checklist before submitting:
- [x] I've searched for an existing issue.
## Description
After upgrading JSONAPI::Resources to …
-
```
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…