Skip to content

Tags: lapaliv/laravel-bulk-upsert

Tags

2.2.9

Toggle 2.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from lapaliv/ci-test

ci: updated the troubles with CI
build: updated dependencies

2.2.8

Toggle 2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix return types for enums (#57)

* Add MixedValueToScalarConverter for fixing a problem with SQL binding of non-scalar values such as enums

* fix return types

---------

Co-authored-by: korotkov <korotkov@mubert.com>

2.2.7

Toggle 2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add php enums support in GetValueHashFeature and small fixies (#54)

Co-authored-by: korotkov <korotkov@mubert.com>

2.2.6

Toggle 2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Composer (#53)

* dev: updated dependencies

---------

Co-authored-by: lapaliv <lapaliv+github@gmail.com>

2.2.5

Toggle 2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #51 from lapaliv/feat/psalm

Replaced PHPStan with Psalm

2.2.4

Toggle 2.2.4's commit message
doc: updated the CHANGELOG.md

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #47 from d3radicated/patch-1

Fix error when row doesn't exist during upsert

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fixed the problem when the passed models were dirty after the up…

…dating (#46)

* fix: fixed the problem when the passed models were dirty after the updating
* doc: updated the CHANGELOG.md

---------

Refs: #45
Co-authored-by: lapaliv <lapaliv+github@gmail.com>

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactoring: creation (#44)

Co-authored-by: lapaliv <lapaliv+github@gmail.com>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SQLite support has been added (#42)

* feat: SQLite support has been added (#41)

* test: added tests for SQLite

* refactor: some refactoring

* dev: added CHANGELOG.md

* test: fix

---------

Co-authored-by: lapaliv <lapaliv+github@gmail.com>