Hi;
Have any other developers worked with the PGObject framework here?
Here are my thoughts regarding things which should probably be changed:
1. I would like to avoid requirinng autocommit off for db handles and instead set it off for the series of calls.
2. I would like to provide better exception handling when a query goes wrong. In some cases (we couldn't find a function) we should still probably die, but when the function errors, we could use better error handlign rather than dying and expecting the using application to handle it.
My thinking is (for 1.6) to correct the second by making exception handling configurable. My thinking is to: