10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--experimental
1 parent 7cd8b34 commit 2c5fbddCopy full SHA for 2c5fbdd
docs/guides/using-go-and-pgx.rst
@@ -66,7 +66,7 @@ Generating the code will now give you pgx-compatible database access methods.
66
67
.. code-block:: bash
68
69
- sqlc generate --experimental
+ sqlc generate
70
71
^^^^^^^^^^^^^^^^^^^^^^^^^^
72
Generated code walkthrough
scripts/regenerate/main.go
@@ -55,7 +55,7 @@ func regenerate(dir string) error {
55
expectFailure = true
56
}
57
58
- cmd := exec.Command("sqlc-dev", "generate", "--experimental")
+ cmd := exec.Command("sqlc-dev", "generate")
59
cmd.Dir = cwd
60
out, failed := cmd.CombinedOutput()
61
if failed != nil && !expectFailure {
0 commit comments