eaigner

Results 24 comments of eaigner

Since I currently don't have any need for Sqlite3, I most likely will not implement it myself, since Sqlite3 requires some special workarounds to emulate some advanced database functions.

If you require `NextRow` in some cases, you can still fallback to the default Go database/sql.DB object that Jet exposes at the moment.

Thanks for the PR. Wouldn't it be better though to let shield automatically reconnect instead of exposing a `TestConnection` to the user?

Thanks for the PR. There are some issues though. - Old code commented out - Method signatures have been altered - Commits not squashed properly

Thanks for the PR, can't verify it at the moment. I'll keep it open for now.

A few helper processes are always at ~10% even in idle. When I open YTM in Firefox, there is almost no IDLE usage, so I expect the loop to be...

Lets not dance around the problem. The problem is that the binary size is this big, despite being stripped and optimized. And if you have to include it in multiple...

I just realized that the `JSON` outputs `Count` field is what probably should be the `Files` value. It seems like a bug nevertheless, hovever keeping in mind that this format...

`database/sql` support should be of utmost importance. Not conforming to the library standard renders it incompatible with other packages that rely on `database/sql`, therefore making it effectively useless.

I see, didn't know that the sqlite driver predatest the `database/sql` package