Closed SKalt closed 3 years ago
I noticed that the go library exports ScanToken and ScanResult but no functions which return those structs. I expect the go version of pg_query_scan from pg_query.h would generate them.
ScanToken
ScanResult
pg_query_scan
pg_query.h
I noticed that the go library exports
ScanToken
andScanResult
but no functions which return those structs. I expect the go version ofpg_query_scan
frompg_query.h
would generate them.