Skip to content

Tags: elvanto/picodb

Tags

6.1.0

Toggle 6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add trust server certificate option for MSSQL connections (#40)

6.0.1

Toggle 6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not mutate Table::$groupBy when building SQL (#36)

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return no results, rather than throwing an exception when ->in() is p…

…assed an empty array. (#35)

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `when` method to allow conditional query construction (#32)

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[MAINTENANCE] - Move to PHP >= 8.0 (#31)

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[HOTFIX] - Include bound parameters for joins within subqueries (#29)

* Include bound subquery join values

* Use latest actions/cache package

* Updated remaining actions/cache reference

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENHANCEMENT] - Allow additional conditions on joins (#28)

* Implemented NOT and XOR operations

* Implemented tests for supported operators

* Fixed NOT operator

* Adjusted tests

* Finalized tests

* Fixed table name escaping

* Fixed further tests

* Implemented join conditionals

* Added support for IN conditions

* Fixed bound params

* Updated README.md

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct CREATE TABLE IF NOT EXISTS syntax for MSSQL (#26)

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhance log messages (#23)

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HOTFIX - Minor changes (#20)