Dan Burke
Dan Burke
Thought I'd add my observations: I've had the same problem with the just the JSON module and occasionally with Rethinkdb (everything I have runs on ubuntu atm). Sometimes no matter...
I have a few databases, including test... when I ran your sample above, it created database `foo`, but then it created the table in the database I passed to default_db()...
you could create a pr :) the problem could be fixed with changing the `v, err := strconv.ParseInt(s, 0, 0)` 's to `v, err := strconv.ParseInt(s, 10, 0)` ... I...