Commit c7ed20b
chore(sqltest): Remove unnecessary wasm build constraint
The original sqlite.go on main had no build constraint. The ncruces/go-sqlite3
driver works differently from modernc.org/sqlite (it uses embedded WASM
internally), so the !wasm constraint is not needed for test code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2e81ac3 commit c7ed20b
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments