We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfe063 commit 2893fbbCopy full SHA for 2893fbb
2 files changed
cmd/gosqlx/cmd/doc.go
@@ -341,7 +341,7 @@
341
//
342
// Version information:
343
344
-// Version = "1.9.0" - Current CLI version
+// Version = "1.9.2" - Current CLI version
345
346
// # Dependencies
347
pkg/cbinding/cbinding.go
@@ -35,7 +35,7 @@
35
// gosqlx_extract_columns(sql) — extract referenced column names as JSON array
36
// gosqlx_extract_functions(sql) — extract referenced function names as JSON array
37
// gosqlx_extract_metadata(sql) — extract tables, columns, functions with schema qualification
38
-// gosqlx_version() — return the library version string (e.g. "1.9.0")
+// gosqlx_version() — return the library version string (e.g. "1.9.2")
39
// gosqlx_free(ptr) — free a string previously returned by any gosqlx_* function
40
package main
41
0 commit comments