Marin Nozhchev

Results 8 comments of Marin Nozhchev

I volunteer to do this after https://github.com/xo/usql/pull/457 .

Please advise if a new unit test is needed here. stmt_test.go contains tests for statement parsing (TestNextResetState) and substitution (TestVarSubstitute) but I didn't see a test for both at the...

This is ready for review. Background: I recently resumed working on #458 and while looking for a database to experiment with generic bulk copy, I saw that MySQL supports bulk...

The PR checks failure seems unrelated. The checks on master fail the same way. I got them to pass in https://github.com/xo/usql/pull/503 .

I hit the same issue trying to build github.com/xo/usql with CGO_ENABLED=0 on Mac. The root cause seems to be that the current darwin implementation is CGO only. The linux and...

I reproduced the same error by logging with a user that doesn't have read privilege on SYS.v$instance accessed by the Version function. PR #524 fixes this issue by reading the...