Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/gosqlx/cmd/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
//
// Version information:
//
// Version = "1.9.0" - Current CLI version
// Version = "1.9.2" - Current CLI version
//
// # Dependencies
//
Expand Down
2 changes: 1 addition & 1 deletion pkg/cbinding/cbinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// gosqlx_extract_columns(sql) — extract referenced column names as JSON array
// gosqlx_extract_functions(sql) — extract referenced function names as JSON array
// gosqlx_extract_metadata(sql) — extract tables, columns, functions with schema qualification
// gosqlx_version() — return the library version string (e.g. "1.9.0")
// gosqlx_version() — return the library version string (e.g. "1.9.2")
// gosqlx_free(ptr) — free a string previously returned by any gosqlx_* function
package main

Expand Down
Loading