-
https://github.com/redaxo/redaxo/blob/fd2e24e8e39aba3e2d27ce4ccb0475d4f3f1bb33/redaxo/src/core/lib/sql/sql.php#L1484
Wenn im sql query verwendet
-
In der install.php des Geolocation-Addons wird geprüft, ob in der Redaxo-Instanz wider Erwarten ein anderes DB-Prefix als "rex_" eingestellt ist. Das wird mit 99,99% gefühlter Wahrscheinlich nicht der…
-
Type: Bug
PHP Intelephense v1.8.2
The intelephense server crashed 5 times in the last 3 minutes. The server will not be restarted.
VS Code version: Code 1.74.2 (Universal) (e8a3071ea434…
-
```php
$query = '
Select * from ada
where adakzid = 15 -- customer ???
';
$stmt = $pdo->prepare($query);
$query = $stmt->execute([]);
```
phpstan reports:
```
------ -------…
bloep updated
2 years ago
-
`min()`, `max()`, `avg()` and unsigned columns or types we know the integer range of
-
When using `analyzeQueryPlans` with dynamic query, I get a PHPStan inernal error
> Internal error: Internal error: Incorrect table name '' in file foo.php
```php
/** @var string $tableExpressi…
-
* https://github.com/staabm/phpstan-dba
* https://github.com/phpmyadmin/sql-parser
* https://github.com/nikic/PHP-Parser
* https://github.com/matthiasnoback/phpstan-twig-analysis
* https://github.…
-
see
- https://github.com/staabm/phpstan-dba/search?q=NodeFinder
- https://github.com/symplify/symplify/pull/3876
-
## Error description
There seems to be an error when resolving named parameters in queries if the parameter name starts with the name of another named parameter.
## Example query
```SQL
SELECT `…
-
Looking at the code, it seems there is only a MysqliQueryReflector for now. Is Postgresql supported ?