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
017ace6ea7 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
8b962f8446 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
8a380f4699 tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
d645e45752 mysql: add more documentation (#7846) 2021-01-09 10:40:21 +02:00
3f5be0f4fc mysql: fix unwrapped unsafe code of mysql lib (#6680). (#6681) 2020-10-26 11:21:28 +02:00
f37e936321 pg, sqlite, mysql: run vfmt (#6650) 2020-10-19 20:11:04 +02:00
36eae1c175 builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
39c5c9b966 mysql: update documentation 2020-06-11 11:07:17 +03:00
37e3cc0e72 mysql: simplify, add more functionality & documentation 2020-06-01 11:26:39 +02:00
5bd3045498 mysql: Using int.str() instead of string(int) 2020-05-06 12:53:47 +03:00
67a50b5b34 mysql: simplify Result.maps 2020-05-06 00:10:10 +02:00
23df9b052e mysql: update code & add a feature to get value as map 2020-05-04 14:58:24 +02:00
2574dce174 all: fix remaining []array warnings 2020-04-26 16:25:54 +02:00
ec4be80bcc Revert "db: increase db module level in vlib "
This reverts commit cd6d175180.
2020-03-26 09:23:54 +01:00
cd6d175180 db: increase db module level in vlib 2020-03-26 09:21:34 +01:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
4fc52948b3 mysql: wrap more APIs & organize module 2020-02-02 12:39:57 +01:00