I have a sql accessing library that I was hoping to use for phoenix, but they use readOnly connections to get the metadata. As it stands Phoenix throws an exception when you set a conn as readOnly. Do you think that would be reasonable to change this to a warning or remove the exception entirely. I get the reasons not to, but I also don't want to change a bunch of code or keep a separate branch on something that would actually work, just not be 100% truthful.
Thoughts? -- Dan Di Spaltro
