Alexander Medvednikov
|
c6158e4519
|
all: remove unnecessary IError() casts
|
2022-10-28 19:08:30 +03:00 |
|
yuyi
|
992b502198
|
db, json, time, term: change optional to result (#16201)
|
2022-10-26 11:26:28 +03:00 |
|
kahsa
|
40cbd68272
|
sqlite: add a sqlite.is_error() helper (#15964)
|
2022-10-04 10:03:59 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
Louis Schmieder
|
f249feb9da
|
orm: support parenthesized expressions as in select from User where (name == 'Sam' && is_customer == true) || id == 1 (#15693)
|
2022-09-09 21:08:48 +03:00 |
|
Louis Schmieder
|
6110373519
|
orm: init or implementation (#14989)
|
2022-08-31 14:43:20 +03:00 |
|
Hitalo de Jesus do Rosário Souza
|
e5e750d533
|
orm: default attribute (#15221)
|
2022-07-27 00:59:32 +03:00 |
|
Hitalo de Jesus do Rosário Souza
|
c8d4534f5b
|
sqlite: remove spurious eprintln on select calls (#15139)
|
2022-07-20 17:35:38 +03:00 |
|
Delyan Angelov
|
91acd0f380
|
ci: fix failing v check-md vlib/sqlite/README.md
|
2022-07-07 13:05:05 +03:00 |
|
CC
|
d86b4951c7
|
sqlite: add sync and journal funcs, docs (#14970)
|
2022-07-06 21:01:27 +03:00 |
|
CC
|
6a567a0dd6
|
sqlite: improve exec_none behaviour (#14955)
|
2022-07-06 10:44:36 +03:00 |
|
Louis Schmieder
|
5df3d8ac75
|
orm: mysql fixes (#14772)
|
2022-06-16 20:19:49 +03:00 |
|
Louis Schmieder
|
a83ac948a0
|
orm: document & fix pg (#14533)
|
2022-05-26 22:53:09 +03:00 |
|
Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
Alexander Medvednikov
|
e97ebf8cfc
|
sokol: byte => u8
|
2022-04-15 16:12:05 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Tim Basel
|
9d0a5942ac
|
builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041)
|
2022-02-11 15:52:33 +02:00 |
|
kahsa
|
075cd29c14
|
sqlite: add busy_timeout() (#13053)
|
2022-01-06 11:47:20 +02:00 |
|
jeffmikels
|
a60b381d5e
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +02:00 |
|
kahsa
|
0ec02e3247
|
sqlite: add enum result code (#12505)
|
2021-11-18 13:56:15 +02:00 |
|
Khalyomede
|
11ce26b3f6
|
sqlite: make constants public (#12485)
|
2021-11-17 05:45:50 +03:00 |
|
Enzo
|
cc8ee5fb84
|
all: introduce isize and usize (#11437)
|
2021-09-08 05:53:39 +03:00 |
|
Louis Schmieder
|
a55ba08fad
|
orm: fix time (#11026)
|
2021-08-03 05:17:00 +03:00 |
|
Louis Schmieder
|
26db3b0995
|
orm: redesign orm (re-write it in V) (#10353)
|
2021-07-23 12:33:55 +03:00 |
|
Ken
|
5266b4921d
|
sqlite: add a last_insert_rowid fn (#10341)
|
2021-06-04 18:10:20 +03:00 |
|
Uwe Krüger
|
ce3e71cb8e
|
OpenBSD: support Boehm-GC, X11 and Sqlite (#10300)
|
2021-06-01 22:28:30 +03:00 |
|
Anton Zavodchikov
|
539594bfce
|
sqlite: add error struct for optional result (#10209)
|
2021-05-27 12:45:34 +03:00 |
|
Alexander Medvednikov
|
f09a5135e9
|
checker: handle builtin enum init correctly
|
2021-05-20 03:14:32 +03:00 |
|
Alexander Medvednikov
|
ed6ad728d9
|
vweb: fix serving static files
|
2021-05-16 04:28:14 +03:00 |
|
Delyan Angelov
|
8a380f4699
|
tools: make v test-cleancode test everything by default (#10050)
|
2021-05-08 13:32:29 +03:00 |
|
Delyan Angelov
|
d4f31412b7
|
v: deprecate @VROOT in favour of @VMODROOT (#9795)
|
2021-04-19 19:01:47 +03:00 |
|
spaceface
|
73352583e7
|
ci: fix all -cstrict warnings with gcc and clang (#9792)
|
2021-04-19 15:38:48 +03:00 |
|
Alexander Medvednikov
|
89838f2e21
|
tutorials: blog: use db.create_table()
|
2021-04-06 22:15:14 +03:00 |
|
joe-conigliaro
|
2d73411396
|
checker: define missing C fn args & check C & JS args (#8770)
|
2021-03-05 17:41:11 +03:00 |
|
spaceface
|
b712af56fd
|
all: bring back panic(err.msg) -> panic(err) (#9022)
|
2021-03-01 00:18:14 +01:00 |
|
spaceface
|
d63b7bc35a
|
all: update repo to use the new error handling syntax (#8950)
|
2021-02-28 23:20:21 +03:00 |
|
Swastik Baranwal
|
ad162cd6fc
|
checker: stricter unknown type checks, show better suggestions (#8816)
|
2021-02-19 11:23:13 +02:00 |
|
Nick Treleaven
|
4a0367a63c
|
vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766)
|
2021-02-15 17:15:52 +02:00 |
|
Lukas Neubert
|
2ada7b730e
|
sqlite: create_table(): rename rows param to columns (#8361)
|
2021-01-27 13:52:27 +01:00 |
|
Alexander Medvednikov
|
158aefc37f
|
sqlite: create_table()
|
2021-01-20 09:30:26 +01:00 |
|
Alexander Medvednikov
|
0c77bdf8f6
|
tutorials: fix blog code
|
2021-01-01 20:38:22 +01:00 |
|
Major Taylor
|
c831711a0e
|
sqlite: add close method, and an is_open field (#7382)
|
2020-12-21 22:02:29 +02:00 |
|
Lukas Neubert
|
552de94da6
|
sqlite: add Windows instructions to readme (#7041)
|
2020-12-01 04:00:41 +01:00 |
|
Lukas Neubert
|
df4165c7ee
|
docs_ci: check all md files except thirdparty (#6855)
|
2020-11-18 18:28:28 +01:00 |
|
KJ Lawrence
|
7108f89b69
|
pg: fix exec & exec_param_many (#6782)
|
2020-11-09 08:22:16 +01:00 |
|
zacanger
|
f0c98fb5c2
|
doc: fix syntax in sqlite install instructions(#6707)
|
2020-11-01 22:16:18 +01:00 |
|
Lukas Neubert
|
f37e936321
|
pg, sqlite, mysql: run vfmt (#6650)
|
2020-10-19 20:11:04 +02:00 |
|
Yağızcan Değirmenci
|
e77c4c182d
|
sqlite: fix indentation in readme (#6356)
|
2020-09-12 16:42:35 +02:00 |
|
Delyan Angelov
|
8f23accc4e
|
time: add .format_ss_milli and .format_ss_micro methods
|
2020-07-21 11:58:33 +03:00 |
|