-
```
The % and _ didn't work at all (except that TrimQuery would replace just
ONE % with .* in the regex), so I fixed it and added an RLIKE in case you
do want to use regular expressions (just remember…
-
Can we have feature to validate syntax of sql files in liquibase?
-
#### Overview of the Issue
Found while testing Drupal. All indications were that they were trying to submit a query that looked like `CREATE TABLE {table_name} ...` (which made no sense) until I pul…
-
Using the mdb-export command with MySQL backend (`-I mysql`) doesn't escape sring containing backslashes.
A string ending with a backslash will output `"\A\Windows\Path\"` (the trailing double quote …
-
**SQL_Injection** issue exists @ **vulnerable/sql.go** in branch **master**
*The application's GetProducts method executes an SQL query with QueryContext, at line 69 of vulnerable\sql.go. The appli…
-
> Query error: 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 '* FROM user_groups WHERE ug_user = user_id AND u…
-
While working with DateOnly and TimeOnly support I realized that the ObjectToSQLString method of ILiteralType is quite problematic.
**AbstractStringType**:
`"'" + (string)value + "'"`
- SQL in…
-
Per my previous ticket, there was a change to Other SQL that has caused support for MySQL/MariaDB to break in at least the latest snapshot.
Running version `pwmVersion="1.8.0-SNAPSHOT" pwmBuild="28…
-
For example, the store type `varbinary(max)` should not be supported. The Jet equivalent would just be a `longbinary`.
-
### Improvement description
I'm proposing this change because I recently run into an issue where I programmatically set filter definition's page limit:
`$filterDefinition->setPageLimit(PHP_INT_M…