1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
e5e750d533 orm: default attribute (#15221) 2022-07-27 00:59:32 +03:00
3f3742122f orm: sql type in struct by attribute (#14919) 2022-07-13 18:03:30 +03:00
a46bcf3571 all: v.ast.byte_type -> v.ast.u8_type (#14964) 2022-07-06 13:32:30 +03:00
5df3d8ac75 orm: mysql fixes (#14772) 2022-06-16 20:19:49 +03:00
a83ac948a0 orm: document & fix pg (#14533) 2022-05-26 22:53:09 +03:00
d679146a80 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
af73e195da net: byte fixes 2022-04-15 15:55:39 +03:00
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
fa2de89db9 orm: do not order by default, ordering is slow; also fix a bug for tables without defined primary keys 2021-12-23 16:43:22 +02:00
8d5931c96c orm: fix a typo (#12131) 2021-10-10 03:47:35 +03:00
4a6d161c08 orm: postgres fixes 2021-09-30 20:00:27 +03:00
c8471528ce fmt: format long sum-types with a line for each type (#11461) 2021-09-10 20:56:55 +03:00
cc8ee5fb84 all: introduce isize and usize (#11437) 2021-09-08 05:53:39 +03:00
0d30667ab5 orm: fix orm unique lists (#11198) 2021-08-16 14:59:23 +03:00
012b3f0f64 orm: refactor insert part of orm_stmt_gen (#11121) 2021-08-10 23:31:09 +03:00
a4358a6801 orm: fix unique fields (#11045) 2021-08-06 06:21:59 +03:00
800c0e5092 vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
a55ba08fad orm: fix time (#11026) 2021-08-03 05:17:00 +03:00
26db3b0995 orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00