Kevin Wooten
Kevin Wooten
Depends on what your definition of _this_ is... If you're asking for corroborating evidence that my fix is the correct one, no. If you read my actual commit message I...
@vlsi Just to be clear... that isn't the test I altered. This existed before my change and is related to other tests.
@vlsi The code the formatter replaced appended the literal value "BC". Again, existed before my change. > String expected = bcDate.toString().substring(1).replace('T', ' ') + " BC"; I'm all for it...
@vlsi I am fully aware my "fix" may not handle all cases you are adding. It doesn't change the fact that the original __test__ was incorrect. It seems I fixed...
This really feels out of scope for an SRRM connector. The Request/Reply system for RabbitMQ is about implementing/emulating RPC. Could it be made to work? Probably. Should it? My opinion...
@pravussum @cescoffier This issue can be closed correct?
I disagree with a lot of what has been said here... Most of your talk seems to center around an existential SQL api and does not take into account the...
I do want to be clear I'm suggesting the principles our implementation of a pool was built on are the proper ones. I am in no way suggesting it's a...
@robertjpayne You are correct, SQLite is SERIALIZABLE in most cases! I have too many DB APIs in my head... apologies for the misinformation. Again, #411 probably has a lot of...
#411 doesn't limit total readers. This was supported by the delegate that was originally in the PR. @stephencelis suggested some better ideas than the delegate and I agreed. I overlooked...