-
**Describe the bug**
This code works perfectly fine:
```go
var role string
found, err := db.From(TableAccountUsers).Select("role").Where(goqu.Ex{
"user_id": userId,
"account_i…
-
**Description:**
I am facing an error when trying to deprovision `SyncProvision.ScopeInfo` and `SyncProvision.ScopeInfoClient`:
```
incorrect syntax near the keyword 'IF'. drop table if exists
```…
-
Currently BQL uses single `'` and double `"` quotes interchangeably as string delimiters and does not have the concept of quoted identifiers. This make is impossible to have column names that collide …
-
**SQL_Injection** issue exists @ **root/basket.jsp** in branch **master**
*The application's stmt.executeQuery method executes an SQL query with executeQuery, at line 55 of root\basket.jsp. The app…
-
While trying to work around #29200 using groupBy we discovered that the combination of `.Distinct()` and `string.Join` or `string.Concat` causes a SQL Syntax error. This issue seems similar to #29638.…
-
Add support for the subscript jsonb notation introduced in pg 14. Ref at https://www.postgresql.org/docs/current/datatype-json.html#JSONB-SUBSCRIPTING.
This notation seems to be allowed in more pla…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
with ... as…
-
Hey! The code looks really good, and to be honest I struggled with finding any issues. I'm also not super familiar with TypeScript, so some of these might just be due to not understanding the syntax (…
-
alter table tab_s UNION=(tab_s_201601,tab_s_201602,tab_s_201603) 报错。请问怎么配置可以解决?
### Error updating database. Cause: java.sql.SQLException: sql injection violation, syntax error: syntax error, error i…
-
# Steps to reproduce
* Schedule a few jobs, wait for them to be enqueued
* Access dashboard at: http://localhost:5000/hangfire/jobs/enqueued
# Environment
* .NET Core 2.0 (OSX)
* MySQL 5.6 …