yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
Delyan Angelov
|
033d72093a
|
ci: mark all orm tests as flaky (mainly to reduce the false positives on windows+MSVC, due to 'cannot open file' sqlite3.obj, when it is rebuilt in parallel)
|
2023-12-12 12:11:19 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Mark aka walkingdevel
|
6ac09e605e
|
orm: allow structs without the id field, more flexible primary keys (#18140)
|
2023-05-09 00:21:42 +03:00 |
|
walking devel
|
8452644ec3
|
orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871)
|
2023-04-04 08:23:06 +03:00 |
|
walking devel
|
2fb9bdce9a
|
cgen, checker: add panic in ORM for invalid queries, when there are no or {} blocks, add type checking for the fkey attribute, add tests (#16977)
|
2023-01-17 20:21:10 +02:00 |
|