veb: translations via %translation_key

This commit is contained in:
Alexander Medvednikov 2024-10-20 21:35:27 +03:00
parent 1cf38ed501
commit 4ed9d13803
13 changed files with 115 additions and 15 deletions

View file

@ -442,6 +442,7 @@ fn test_the_result_of_insert_should_be_the_last_insert_id() {
insert address into Address
} or { panic(err) }
dump(aid1)
assert aid1 == 1
aid2 := sql db {
insert address into Address
} or { panic(err) }