Daniel Theophanes

Results 103 comments of Daniel Theophanes

Support for OUTPUT params and custom types, and passing options into queries will be supported in go1.9 (already merged into master).

Just walking by, but it looks like piper does support RU and UK, see sample card and model releases: * https://rhasspy.github.io/piper-samples/ * https://github.com/rhasspy/piper/releases

There is an open PR to fix this. It is waiting until I resolve how to make decimals work. Out of curiosity, what Go type are you using to represent...

There is no TVP support at this time. Support will now be possible starting in go1.9 due to the recent work to allow driver specific parameters. So this is an...

@judwhite For input parameter support, you'll want to add code to: https://github.com/denisenkom/go-mssqldb/blob/master/mssql_go19.go#L14 CheckNamedValue switch. Due to how TVP are rather custom types, you'll probably want to define some type of...

@judwhite @alexbrainman Just to be clear, no changes are needed in database/sql or database/sql/driver as of go1.9 to support parameters such as TVP. Custom types, both in and out, are...

@freeformz BTW, in the go1.6 tree, I made a change to the go tool so that `go env` will show either a "1" or "0" (never bank) that reflects the...

@rsc I suspect "kardianos/govendor" (previously "kardianos/vendor") is the only one that tries to track it. Owen's nut had tentatively said he might make use it as a "lock" file and...

I've got a conversation with Edward who has worked on Godep and I am trying to understand the rational for Godep's spec file. I'll post here issues other tools has...

@freeformz I wouldn't be against a complementary spec that can be overlaid on the vendor-spec that will contain enough meta-data to achieve reproducible builds. If we did decide to specify...