doc: add TODOs
This commit is contained in:
parent
a36058fdbe
commit
04676461ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ sample_data/data
|
|||||||
# Legacy versions
|
# Legacy versions
|
||||||
.cmd-old/
|
.cmd-old/
|
||||||
pkg/.testapp
|
pkg/.testapp
|
||||||
|
.claude
|
||||||
|
|||||||
@ -26,6 +26,14 @@ TODO: language-server-for-TODO.txt
|
|||||||
TODO: auto-migration-checker
|
TODO: auto-migration-checker
|
||||||
- Use `pkg/schema` to test whether a base schema plus a migration equals a new schema
|
- Use `pkg/schema` to test whether a base schema plus a migration equals a new schema
|
||||||
|
|
||||||
|
TODO: codegen SaveXyz update path doesn't check foreign keys
|
||||||
|
- Insert path has FK error handling, but the update path wraps everything in Must
|
||||||
|
- An update that violates an FK constraint will panic instead of returning an error
|
||||||
|
|
||||||
TODO: codegen `without rowid` tables properly
|
TODO: codegen `without rowid` tables properly
|
||||||
|
|
||||||
TODO: generated test file inclues global test DB setup, which is wrong
|
TODO: generated test file inclues global test DB setup, which is wrong
|
||||||
|
|
||||||
|
TODO: join-tables
|
||||||
|
- handle codegen for without rowid tables properly
|
||||||
|
- add "get all "
|
||||||
|
|||||||
@ -7,6 +7,7 @@ sudo docker run --rm -it \
|
|||||||
-v "$(go env GOMODCACHE):/gocache-vol/mod-cache" \
|
-v "$(go env GOMODCACHE):/gocache-vol/mod-cache" \
|
||||||
-e GOMODCACHE=/gocache-vol/mod-cache \
|
-e GOMODCACHE=/gocache-vol/mod-cache \
|
||||||
-e GOLANGCI_LINT_CACHE=/gocache-vol/lint-cache \
|
-e GOLANGCI_LINT_CACHE=/gocache-vol/lint-cache \
|
||||||
|
-v /memory:/memory \
|
||||||
--workdir /code \
|
--workdir /code \
|
||||||
--net host \
|
--net host \
|
||||||
gas
|
gas
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user