Mahidhar Gopalabhatla
Results
1
issues of
Mahidhar Gopalabhatla
Currently there is no way of executing queries like `SELECT * FROM my_stored_proc(a,b,c)` as FROM clause only accepts a single string as argument. https://github.com/Masterminds/squirrel/blob/75b018d6ca72f526bf83d5ae500841097c458bea/select.go#L274 Simply by making the function to...