Robert Vollmert
|
5e6987b1d8
|
src: consistently import HashMap as HM, Map as M
With both HashMap and Map imported as M in different modules,
linter rules prevented ever importing both modules in one place.
|
2022-06-13 13:16:50 +02:00 |
|
 Laurence IslaandGitHub
|
f9688c3553
|
Upgrade protolude to 0.3.1
|
2022-06-08 11:41:39 -05:00 |
|
steve-chavez
|
d88b16e5ab
|
fix: allow cast on types with underscores/numbers
e.g. select=oid_array::_int4
|
2022-05-09 13:02:33 -05:00 |
|
 Michael Kane JunckerandWolfgang Walther
|
007f49a8bc
|
feat(query): add basic regular expression operator support - refs #2236
|
2022-04-11 08:33:16 +02:00 |
|
 Wolfgang WaltherandWolfgang Walther
|
9f1b5c0a81
|
feat: Support accessing array items and fields of composite types through json operators
This is supported in select=, in filters and in order=.
Resolves #1543
Resolves #2075
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
|
2022-02-03 08:13:38 +01:00 |
|
Wolfgang Walther
|
6bc965e2a0
|
run postgrest-style
|
2022-01-07 11:39:41 +01:00 |
|
 monacoremoandWolfgang Walther
|
bfbec8fa36
|
refactor: Carve out QueryParams module
|
2022-01-07 09:32:33 +01:00 |
|