Skip to content

Tags: envms/fluentpdo

Tags

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix undefined class constant issue (#327)

Co-authored-by: Aleksandr Milenin <admin@azrr.info>

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix schema specification support in WHERE clauses (#322)

* Fix bug with WHERE from other db
* Change name
* Change name back

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix fatal error thrown if getResult() returns a boolean

$result in real can be boolean so this will fix Fatal error:  Uncaught TypeError: Return value of Envms\FluentPDO\Queries\Base::getResult() must be an instance of PDOStatement or null, bool returned

v2.2.1

Toggle v2.2.1's commit message
Add support for Closure types when calling debug()

v2.2.0

Toggle v2.2.0's commit message
Query - Add method phpdoc to support ide autocomplete

v2.1.2

Toggle v2.1.2'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 #275 from envms/fix/insert-execute

Add executeWithoutId() method for inserts into tables without a primary key

v2.1.1

Toggle v2.1.1'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 #270 from envms/update/nullValue

Update null values being skipped incorrectly

v2.1.0

Toggle v2.1.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 #267 from envms/feature/fetch-cursor

Implement fetch() cursor support

v2.0.0

Toggle v2.0.0's commit message
Update readme

v2.0.0-beta2

Toggle v2.0.0-beta2's commit message
Update readme