Kenneth Shaw
Kenneth Shaw
@artemklevtsov I'll look into adding DuckDB, but I'm not excited about supporting another database that isn't pure Go, or doesn't provide a pure Go driver.
@GeorgeMac I apologize. I was concerned something like this might happen. The issue is that I decided to make the disk paths more friendly for the databases that use those...
Oops, accidentally hit the 'Comment' button before I was finished. There actually is a way to turn this off already, by changing the `dburl.Stat` func, but I will add a...
I have a quick fix/change that will allow you to disable this behavior in your code. It's incoming, give me a bit. Again, apologies.
I just pushed `v0.20.0` -- you can now disable the opening of paths on disk like the following: ```go import "github.com/xo/dburl" func init() { dburl.ResolveSchemeType = false } ```
Can you share with me what file extensions, and what driver you're expecting to open? I apologize for the change in behavior, but I updated `dburl` to handle more databases,...
Question, do you actually use the `postgres` driver? If the only thing your app supports is sqlite3, you could just disable every other driver through calls to `Unregister`.
@murfffi can you please also modify `contrib/oracle*/usql-config` (there are two directories) with this revised query?
@vinzpp Thanks for reporting this. I'll look into this, and see if this is a conversion that can be handled by `usql` or not.
What do you mean by delimiter statement?