Delyan Angelov
|
aa61fcb3dc
|
orm: fix inserting sequential values (id=0), in tables with an i64 primary field (#18791)
|
2023-07-05 23:25:22 +03: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 |
|
Mark aka walkingdevel
|
ca2820da5f
|
checker, orm: don't insert an uninitialized struct in the related table. (#18093)
|
2023-05-02 11:14: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
|
d0e78b1da6
|
parser: breaking change, let V ORM queries return arrays for *all* non-count queries, including limit = 1 (#17719)
|
2023-03-22 09:48:01 +02:00 |
|
walking devel
|
580dbc3f0e
|
orm: allow inserting empty objects with db.sqlite (SQLite uses a slightly different SQL dialect) (#17334)
|
2023-02-16 11:34:16 +02:00 |
|
walking devel
|
03be525c82
|
orm: allow using reference objects in ORM insert. (#17279)
|
2023-02-11 10:02:55 +02: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 |
|