Skip to content

Tags: thecodingmachine/magic-query

Tags

v2.0.0

Toggle v2.0.0's commit message
👷 Upgrade CI dependencies and activation

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: Test on dbal v3 (#87)

- Updates dev deps
- Fixes coverage in ci
- Migrate phpunit config to newer schema
- Ignore unmatched errors in phpstan
- Adds asserts to fix phpstan errors
- Fixes methods accessing dbal v3
- Use mysql80/postgressql10 platforms

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for UNION ALL and UNION DISTINCT (#89)

The code now supports UNION ALL and UNION DISTINCT statements in addition to the standard UNION. The MagicQueryTest.php file has been updated with added test cases to reflect these changes. Union.php and StatementFactory.php were modified to handle the additional logic required for the new union types.

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding ORDER support for UNION queries (#86)

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message
update to schema-analyser 2.0 +

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #82 from homersimpsons/fix/expression-null-subtree

Expression: Handle null `$subTree`
Between: Refactor bypass logic
GitHub Actions: Wait for MySQL to start

v1.4.6

Toggle v1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from moufmouf/oracle_aliases

Subquery aliases in Oracle don't accept the AS keyword

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from moufmouf/oracle_aliases

In Oracle, table aliases cannot contain the AS keyword

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #70 from homersimpsons/fix/prepare-statement-cache

Prepare Statement Cache issue

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from moufmouf/fix_another_alias

Fixing an issue if there is no alias in subquery