wispem-wantex
  • Joined on 2025-05-31
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 01:19:22 +00:00
dc33bd84ff docs: add a TODO; also add IsSqlitePrimaryKeyError and change ForeignKey interface to '~int'
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 01:10:52 +00:00
2d29ce92ec generator: make scaffolded db schema pass new sqlite_lint checks
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 01:06:34 +00:00
a6cbbd3b39 tests: add test files for previous commit
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 01:04:43 +00:00
2ac9d8e775 sqlite_lint: add lint checks for rowid and without rowid
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 00:09:45 +00:00
560e461b00 lint: fixes
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-11 00:06:53 +00:00
5c1e1dcb6a generator: add GetAllXyzs() function
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 23:30:43 +00:00
a05cad5144 lint: fix lll
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 23:28:14 +00:00
e6a8175644 generator: use 'Must' flow helper in generated query funcs
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 22:05:58 +00:00
195c8f980e ci: make container build handle being built as 'root' correctly
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 21:52:57 +00:00
8b674a0dea ci: add sudo to bootstrap build container, in accordance with previous commit
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 21:51:34 +00:00
13a6255553 ci: use devcontainer build script in CI. Also re-tag it as 'gas' instead of 'gas/ci' (which should be redundant)
wispem-wantex pushed to master at offline-labs/gas-stack 2026-01-10 21:39:58 +00:00
e0e6046afe devcontainer: add doc, user to match host machine, and scripts to build/start
381d648be0 doc: remove some completed TODO items
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 07:19:20 +00:00
ded07eb182 model generator: add the 'const xyzSQLFields = ...' decl, use it in the select query for GetXyzByID
a32bf873c9 refactor: create helper function for computing a table's generated type-name
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 06:11:32 +00:00
d9df69eccf fix: correct lint errors in the generated sqlite schema
wispem-wantex pushed to master at offline-labs/gas-stack 2025-12-13 06:02:08 +00:00
89db9e14e2 fix: parser no longer breaks on encountering indexes that contain expression columns
f74da53c37 refactor: use flowutils helpers instead of 'if err != nil'
Compare 2 commits »
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:53:39 +00:00
6358d12d10 codegen: fix another typo in filename
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:48:18 +00:00
1cbc99307a codegen: fix typo in template file name
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:45:07 +00:00
fef3f11342 Run the code generator integration test in CI
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-10 00:37:06 +00:00
208c1eb26c Add model generator based on AST
wispem-wantex pushed to master at offline-labs/gas-stack 2025-11-09 08:03:35 +00:00
2146e1de77 test: add integration test for 'gas init'