Kenneth Shaw

Results 127 comments of Kenneth Shaw

@mckennagene would it be possible to try with the latest version of `usql`? Not sure what the issue is, or where this problem was introduced. While I try to test...

@mckennagene yes, I do apologize for the issue. I had long ago verified that the issue exists, but I have not had the time to track down the issue. In...

@mckennagene I'm not sure if you ever figured out this issue. But I've checked with the latest `ora` and `godror` drivers, and do not have this issue with the latest...

After I looked into this further, this seems to be much easier than I had originally thought. Just giving a heads up that I'm already working on this, and will...

I wrote a wrapper around `readline`, `replxx` and `editline`, and have the ability to build each using an appropriate build tag, it leads to some undesirable issues that are preventing...

@nineinchnick Yes, I've seen that package before. It might be a better jumping off point than "nothing" to implement a pure Go version, rather than trying to adopt the `chyzer/readline`...

I just pushed the initial commit to the aforementioned [`rline`](https://github.com/xo/rline) package that builds both `readline` and `replxx` into the repository. None of the Go implementation has been started yet, as...

@super-vip I am always open to adding support for more databases. I am not able to find the Go drivers for those databases. Could you provide links to any available...

It appears that the Kingbase database is just based on PostgreSQL, so I would assume that the `postgres` driver works fine. The Shentong database appears to have ODBC drivers available,...

You're using `\prompt` (not possible in non-interactive mode). Use `\set` instead. If you need to pass values before the script is executed, then you can use `usql --set NAME=VALUE`: ```sh...