Ricardo Proença
Ricardo Proença
After almost a year, can we have a version of `moment-timezone` with `moment` as a peer dependency?
The original migration should work. Are you sure you are using the public schema?
Looking at the code, there doesn't seem to be a reason why that would fail. Can you show the output SQL that was generated?
I don't see myself using such a feature. I like having control over the architecture of the DB. As such, I like to have conscientious control over migrations, and not...
The idea is great! Just make the output a little prettier and add some tests and we can add this.
`normalized` looks like this: ``` normalized: [{available: "0.00", balance: "0.00", currency: "EUR"}] ```
While I do understand this problem has a higher chance of happening in a bulk insert, the same is true in any other query that uses bind params. It certainly...