Brian J. Cardiff

Results 130 comments of Brian J. Cardiff

Some thoughts: We could allow `prepared_statements` parameter to be not just true, false but the maximum of allowed prepared statements. Given that, the connections will have a maximum prepared statements....

A recent idea regarding this is to put a max life span for connections in the pool. This will decrease the chance of reaching this issue and recycle resources more...

Yes, but sometimes we do need breaking changes. So these should be smoke and optional

Regarding connections there are two exceptions: ConnectionLost and ConnectionRefused. It is important for existing connections to raise a ConnectionLost when the socket closed unexpected. This allow that when using `db.query...

Hi @nicferrier . Is a duplicate of #30 . crystal-db does not touch the sql statement, so it depends on each driver. Adding that note to every example seems wrong,...

I agree that the content needs to be restructured. I've been iterating on some alternatives. My current take is that the top level could be * **Getting Started**: with a...

My proposal is that the different sections requires/assumes different current knowledge and understanding. IME holistic learning is better than a vertical one. In that regard is better to have guides...

> And that's the main focus of a guide's readers It depends. If we have vertical topics only experienced readers (or the ones with a specific topic goal) can jump...

The description in the top-level aims to describe the needs. Even if we add some other distribution method it will still be arbitrary N methods to me, and there needs...

I am happy to include a couple of paragraphs in the main file to mitigate the confusion you suggest and explain there are lots of other possibilities. My main experience...