Skip to content

Tags: Ouest-France/querydsl-postgrest

Tags

1.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: encode queryparams special characters (#50)

1.4.6

Verified

This commit was signed with the committer’s verified signature.
arnaud-thorel-of Arnaud THOREL
chore(deps): update spring-web 6.1.15

1.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(3878): [2.129] rpc retourne un Optional du type de clazz demandé…

… au lieu du type demandé par Type (#45)

Co-authored-by: Gregory GERMAIN <[email protected]>

1.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: rethrow notfound exception as badRequest on rpc calls (#46)

1.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependencies of spring-webflux, commons, and mave…

…n plugins (#42)

1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: postgrest range is not correctly returned (#41)

* fix: postgrest range is not correctly returned

1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(null): upsert and onConflict. Fix bad syntax in queryParams For …

…upserts (#39)

Issues :
- #3 Upsert does not really upsert
- #8 add on_conflict for upsert

Co-authored-by: jthoreux <[email protected]>

1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): prepare release 1.4.0 (#38)

1.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix/33_fix_mapper_isnull_operator (#34)

Co-authored-by: Sebastien Moysan <[email protected]>

1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(null): adding operators ISNULL and NOTNULL (#32)

* feat(isnull-operator): implement ISNULL operator