Stanislas Michalak

Results 35 comments of Stanislas Michalak

Just my two cents here: Pop is deeply SQL oriented (most of the code handle SQL matters), so in my opinion, introducing NoSQL here is not the best idea. We'll...

@marpio jmoiron/sqlx#406 was merged, and I just merged your PR in fizz. :)

No problem, take your time!

@andyedison Sure, feel free to join the `buffalo-dev` channel on Gopher slack. :)

Migration done in Pop development branch, and the fix tool can migrate the fizz files. So we just need to change the Readme now.

Related issue from the previous repo: https://github.com/markbates/pop/issues/185 Here some points to work on it: * https://godoc.org/github.com/lib/pq#hdr-Bulk_imports * For others DBs, we can improve this case reusing prepared statements.

Why do we need to access the field in `belongs_to` but not in `has_one`? If it's required, I'm not against refactoring `fk_id` to use the field instead. To ensure back-compatibility,...

@sunho I didn't forget about this, I'm just laking of time right now. I'll hope to find some time this month.

I just tested it, I think I can reproduce on my Linux: ```bash $ go version go version go1.11.5 linux/amd64 $ ulimit -n 1024 $ env TAGS="bindata" make clean generate...

I still can reproduce after moving the provided sources to the correct dir. I can't reproduce every time though, it seems you have to keep your system busy enough to...