Daniel Theophanes

Results 103 comments of Daniel Theophanes

This driver needs to implement https://godoc.org/database/sql/driver#ConnBeginTx to support non-default isolation levels.

Can you test with Go1.10? A beta will probably be cut today or tomorrow. Or test from Go master? I really don't know why or how that could happen intermittently.

If you can't test Go1.10, you could also just vendor the "database/sql/..." packages and it will override the stdlib packages.

Hmm, also, do you have a canary running with the race detector on?

Support for the decomoser interface is in master in database/sql.

@aarondl I'm looking into the issue as well.

Sorry for the delay. This summer was shot. I analyzed the problem: https://github.com/golang/go/issues/30870#issuecomment-717358078 I would prefer to update database drivers to support decimal values using the decomposer. But it really...

TDS, the protocol, streams results back row by row, result set by result set. The query itself may require finishing prior starting any return, such as a TOP 10 query...

This is unfortunate. I'm not sure what the best solution is, though I recognize that this is a breaking change for you. I'll look into various implementations a bit more.

Hi @laher , If you consider this project old news, I would recommend looking into a different project (perhaps https://github.com/jingweno/nut , https://github.com/kardianos/vendor or similar), point users that way in you're...