Releases: unimapper/flexibee
Releases · unimapper/flexibee
v1.2.2
- query: fixed filter with IN operator and string values
v1.2.1
- query: fixed bad filter value formatting
v1.2.0
compatibility with unimapper 1.2
v1.1.1
- adapter: fixed N:1 in createSelectOne()
v1.1.0
- update to unimapper 1.1.0
- adapter: insert returns passed primary from values if provided
v1.0.17
- adapter: support for multiple connection names for 'vazby'
- mapping: fixed Date type mapping
- exception: fixed message when transaction failed
v1.0.16
- adapter: fixed createSelectOne
v1.0.15
- updated readme
- adapter: fixed selectOne if no record found
v1.0.14
- query: conditions formatting refactoring
- workaround for unsupported condition IS NOT true/false
v1.0.13
- entity: unmapStitky should accept NULL value & fixed tests