You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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>
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>