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.
1 parent 5228831 commit a80e17cCopy full SHA for a80e17c
server/doltgres_handler.go
@@ -43,7 +43,7 @@ import (
43
pgtypes "github.com/dolthub/doltgresql/server/types"
44
)
45
46
-var printErrorStackTraces = true
+var printErrorStackTraces = false
47
48
const PrintErrorStackTracesEnvKey = "DOLTGRES_PRINT_ERROR_STACK_TRACES"
49
server/functions/gen_random_uuid.go
@@ -22,7 +22,7 @@ import (
22
23
24
25
-// initRadians registers the functions to the catalog.
+// initGenRandomUuid registers the functions to the catalog.
26
func initGenRandomUuid() {
27
framework.RegisterFunction(gen_random_uuid)
28
}
0 commit comments