Skip to content

Commit 320c0b7

Browse files
authored
Merge pull request #82 from ocean/dev
fix: Route PRAGMA statements through query() path and fix CI test
2 parents 86106f7 + f8d9842 commit 320c0b7

6 files changed

Lines changed: 757 additions & 4886 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Bash(git --no-pager show:*)",
2727
"Bash(git --no-pager diff:*)",
2828
"WebFetch(domain:docs.rs)",
29+
"WebFetch(domain:hexdocs.pm)",
2930
"Bash(grep:*)",
3031
"Bash(gh pr view:*)",
3132
"Bash(cargo clippy:*)",
@@ -34,7 +35,6 @@
3435
"WebSearch",
3536
"Bash(ls:*)",
3637
"Bash(wc:*)",
37-
"Bash(pkill:*)",
3838
"Bash(timeout 300 mix test:*)",
3939
"Bash(cargo search:*)",
4040
"Bash(cargo tree:*)",
@@ -52,13 +52,18 @@
5252
"Bash(cargo deny check:*)",
5353
"Bash(gh pr diff:*)",
5454
"Bash(gh pr checks:*)",
55-
"Bash(gh run view:*)",
5655
"Bash(gh pr checkout:*)",
5756
"mcp__acp__Bash",
5857
"mcp__acp__Edit",
5958
"Bash(for:*)",
6059
"Bash(do echo \"=== Run $i ===\")",
61-
"Bash(done)"
60+
"Bash(done)",
61+
"Bash(git log:*)",
62+
"Bash(CI=true mix test:*)",
63+
"Bash(ECTO_LIBSQL_BUILD=true mix compile:*)",
64+
"Bash(ECTO_LIBSQL_BUILD=true mix run:*)",
65+
"Bash(ECTO_LIBSQL_BUILD=true mix test:*)",
66+
"Bash(MIX_ENV=test ECTO_LIBSQL_BUILD=true mix compile:*)"
6267
],
6368
"deny": [],
6469
"ask": []

0 commit comments

Comments
 (0)