Saurabh Nanda
Saurabh Nanda
@tomjaguarpaw can we email you both the queries directly? It's for a production project, and not open source.
What are the possible.solutions that come to your mind? On 29 Mar 2017 2:18 am, "tomjaguarpaw" wrote: > Thanks for sending the queries. There's obviously a lot of redundancy >...
@sras can you please share the query plans directly with @tomjaguarpaw and @ocharles ?
Just an outline - let me know if this seems like something you would want to collaborate on.
I'll just keep pushing to this so that you can keep track? On Sat, Nov 12, 2016 at 12:06 AM, tomjaguarpaw [email protected] wrote: > Yes, I would be happy to...
Why does one need to derive `FromField` AND `QueryRunnerColumnDefault`? Looking at the API surface, it seems that the latter has all the information required to teach Opaleye how to convert...
Also, I'm not clear how `PGText` came into the picture? In case of an `ENUM` datatype, wouldn't Postgres send it as a completely new type, altogether?
Also, a link to https://hackage.haskell.org/package/postgresql-simple-0.5.2.1/docs/Database-PostgreSQL-Simple-FromField.html in the documentation might be a good idea. It contains a more detailed example of how to handle parsing failures as well.
We had to build a complete set of wrapper functions to log SQL statement, affected rows, and time taken, because something like this isn't available.
In Twilio's official documentation the example shows that `price` and `price_unit` can be `null`. Shall I raise a PR making both these fields nullable? I can see that `price` was...