Skip to content

Commit

Permalink
Merge branch '5.9.x'
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Feb 8, 2024
2 parents 4ae21ca + 29f982a commit 1f2e31e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
- Move `Misc::getAliases()` into `SelectStatement::getAliases()` (#454)
- Drop `USE_UTF_STRINGS` constant (#471)

## [5.9.x] - YYYY-MM-DD
## [5.9.0] - 2024-01-20

- Fix keywords not being recognized as table alias (#496)
- Add `bin/sql-parser` executable file (#517)
- Fix bind parameter in LIMIT OFFSET (#498)
- Fix using ? as a parameter (#515)

## [5.8.2] - 2023-09-19

Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
paths:
- bin/highlight-query
- bin/lint-query
- bin/sql-parser
- bin/tokenize-query
- src
- tests
Expand Down
5 changes: 1 addition & 4 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<files psalm-version="5.21.1@8c473e2437be8b6a8fd8f630f0f11a16b114c494">
<file src="src/Components/AlterOperation.php">
<PossiblyNullReference>
<code>has</code>
Expand Down Expand Up @@ -1144,9 +1144,6 @@
<code><![CDATA[$params['q']]]></code>
<code><![CDATA[$params['q']]]></code>
</PossiblyFalseArgument>
<PossiblyUnusedMethod>
<code>run</code>
</PossiblyUnusedMethod>
<RiskyTruthyFalsyComparison>
<code>$stdIn</code>
<code>$stdIn</code>
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<projectFiles>
<file name="bin/highlight-query"/>
<file name="bin/lint-query"/>
<file name="bin/sql-parser"/>
<file name="bin/tokenize-query"/>
<directory name="src"/>
<directory name="tests"/>
Expand Down

0 comments on commit 1f2e31e

Please sign in to comment.