`?` in urls get mistaken for positional params
Opened this issue · 0 comments
ruslandoga commented
Example: insert into ... from url('https://example.com/csv?t=token')
-- this query fails.
Thoughts on supporting numeric binds like in postgrex, $0
, $1
, etc.?