Re: [JDBC] Re: Connection.setCatalog()

2001-07-23 Thread Bruce Momjian
I am just seeing this message now. Does this patch need to be backed out? > > I don't like this patch. Nothing wrong with the code, but with what is > being done. I wouldn't expect the setCatalog method to end my current > transaction and quietly reconect me to another database. In this n

[JDBC] Re: Connection.setCatalog()

2001-07-23 Thread Barry Lind
I don't like this patch. Nothing wrong with the code, but with what is being done. I wouldn't expect the setCatalog method to end my current transaction and quietly reconect me to another database. In this new connection my auto comit status will be reset and there could be other side effe

[JDBC] Re: Connection.setCatalog()

2001-07-21 Thread jason
[[[ Original Message from Barry Lind <[EMAIL PROTECTED]> ]]] > > I don't like this patch. Nothing wrong with the code, but with what is > being done. I wouldn't expect the setCatalog method to end my current > transaction and quietly reconect me to another database. In this new > connectio