Vitalii Samofal
a992f340c5
fix: implemented a proper mechanism for using where condition in paginate options ( #759 )
2023-09-25 14:58:04 +02:00
Robin De Schepper
d328e343a4
fix: add _rel
suffix to relationship columns to avoid duplicate columns ( #649 )
2023-07-16 19:43:36 +02:00
IZEM
1b2106e13b
fix(types/Column): infer lazy-loaded relations ( #584 )
...
This commit updates the Column type to properly infer the relation properties of entities that use lazy loading, instead of inferring the properties of a Promise. This resolves an issue where the Column type would throw type errors when trying to access properties of the relation.
2023-04-13 08:41:59 +02:00
ppetzold
098216b3cc
fix: date column filter with iso dates
2023-03-21 12:11:19 +01:00
ppetzold
a6648e8d62
fix: align postgres default null sort with docs and improve postgres coverage
2023-03-17 22:23:46 +01:00
ppetzold
40e35aa64f
fix: clean up
2023-03-14 22:12:49 +01:00
ppetzold
d7ccd914d4
fix: clean up
2023-03-14 22:10:23 +01:00
ppetzold
8f7889d1a9
fix naming
2023-03-14 19:31:38 +01:00
David Sanchez
339249ce24
feat: nested search and filter ( #509 )
...
BREAKING CHANGE: Embedded fields have to wrapped in brackets e.g. `toys.(size.height)`.
2023-03-14 19:23:36 +01:00
xMase
c2c6eaf44e
fix: add check on primary key columns to avoid select exception ( #507 )
2023-03-01 12:23:17 +01:00
xMase
53f18bd547
fix: many-to-many relations ( #492 )
2023-02-15 09:05:52 +01:00
xMase
70c24b00ee
feat: multi filter with $and/$or comperator ( #457 )
2023-02-09 09:21:09 +01:00
xMase
77494531d3
feat: virtual column support ( #434 )
2023-01-30 12:17:14 +01:00
xMase
0cd2c6afa1
feat: allow unpaginated request ( #406 )
2022-12-13 12:35:08 +01:00
ppetzold
0241c86ea2
move types to helper file
2022-03-14 20:48:41 +01:00