herenow
herenow
We could add a `bulk` package to this project, I was unsure if I wanted to maintain extra packages in this project, such as the `blob` package. But I think...
If we changed the output/parsing of time columns from int64 to time.Time, it would cause breaking changes. Although it would be nice to parse time.Time to int64 when receiving arguments....
Wouldn't this change the value we are assigning to each row column? https://golang.org/pkg/database/sql/#Rows.Scan So if we did: ```golang // create table users ( created_at timestmap ); rows, err := db.Query("select...
Yes, this is a feature we must support, I agree on receiving the cluster via dsn, although I see more utility on the "automatic cluster" feature (by querying `sys.nodes`). One...
@digitalbase I couldn't find a workaround for this in node. Since I'm actually doing server rendering in Ruby, I ditched node, and used v8 directly instead.
I would like to vote on killing the semicolons, but, if otherwise, force semicolons, just don't support both. Imo we should follow Go's way and have something like `gofmt`.
@leeolayvar I was not aware of that :) When I read Rob Pikes [proposal](https://groups.google.com/forum/#!topic/golang-nuts/XuMrWI0Q8uk) to drop them, I assumed they had already been dropped by now. I believe most developers...
It should be unicode (utf-8)? Are the names incorrect or the file contents? I'm not sure we touch the file contents (we export the binary file as is from the...
Yep, this package only extracts files from grf. Are you extracting from linux or windows (although I'm not sure this matters). I believe you are having problems with the file...
@sergiopvilar Nope 🙁