-
### Is there an existing template for this?
- [x] I have searched the existing templates.
### Template requests
Description:
A critical SQL injection vulnerability was discovered in Joomla! version…
-
- [ ] missing ORDER BY
- [ ] missing window
- [x] sorted on nullable types
- [x] sorted on decimal columns
- [ ] sorted on types that cannot be converted to integers (string, fp)
- [x] order is d…
-
## NULL和數值的分開處理
```
SELECT name
FROM customer
WHERE referee_id != 2 OR referee_id IS NULL;
```
在SQL裡,`null`是用來標示`value not exist`的( 即`unlnown`),所以不適用於任何comparison operators(`=, !=, `)。
舉例:
`…
-
When the user write down a query it will be nice to have an self-complete on both SQL Query keywords that the field names.
-
**Description of the bug**
A recent change to how SQL query comments are pre-prepended to the statement has resulted in triggering logic in the SQL obfuscation helper that bypasses executing the re…
-
Since we have been using Trilogy in favor of Mysql2 we've lost the prometheus metrics we used to have through [discourse/prometheus_exporter](https://github.com/discourse/prometheus_exporter).
Thei…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When using the Keycloak integration…
-
There seems to be no sql file of the stockflow inventory management system project attached to the project repository if you could upload the sql database file aswell that would be great thank you. ad…
-
The PR for basic support for SQL server needs to be reworked.
https://github.com/Altinity/clickhouse-sink-connector/pull/284
-
### Describe the bug
I use the following Panache **filter** query:
```
..
// JPQL-fragment throws exception
repository.filter("CAST(created as String) LIKE CONCAT(:created, '%')", "2024);
..
```
T…