Kenneth Shaw

Results 127 comments of Kenneth Shaw

OK -- I'll look into fixing this, but likely can't get to this today.

@fho sorry I have not had time to attend to this. Could you elaborate on the issue with `[]int16`?

Yes, it's actually more like a `n^4` algorithm, if you had syntax highlighting enabled. The current way syntax highlighting is done is a hack necessitated by the use of two...

Thanks for catching this. The `\copy` command is very new, and in a very experimental state at the moment. There's a lot of logic involved with converting the underlying Go...

@burggraf the reason here is that due to the way the Go SQL drivers work, we send a `*interface{}` to the SQL driver, and have the SQL driver return the...

Fixed with `v0.12.13`. I'll be doing a release shortly.

I'm not likely to implement this. Please note, I'd be glad to entertain a PR enabling this functionality.

While we try to copy `psql`'s functionality as much as possible, this is not going to be changed anytime soon. The issue here is that it's part of C's underlying...

Just pushed a change for this, which will go out in the next tagged release. You can now `\pset numericlocale` which will use the new `\pset locale` setting to format...