yuva2achieve / solidbase

Automatically exported from code.google.com/p/solidbase
Apache License 2.0
0 stars 0 forks source link

DBVersion uses a Database, and a Database has a mutuable user #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
During the upgrade a SET USER would change the user, after which the DBVERSION 
table will not be found.

Add unit test for this too.

Original issue reported on code.google.com by rene.de....@gmail.com on 21 Aug 2010 at 2:31

GoogleCodeExporter commented 9 years ago
Not only that, but updating the control tables is currently done with a shared 
connection, the connection is also used to process the upgrade file. You never 
no want kind of settings are changed on this connection, so we need to use a 
dedicated connection.

Original comment by rene.de....@gmail.com on 10 Oct 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Created new issue for the second part: issue #146.

Fixed the first part in commit r612.

Original comment by rene.de....@gmail.com on 4 Dec 2011 at 4:05

GoogleCodeExporter commented 9 years ago
Not fixed in 1.6 by the way.

Original comment by rene.de....@gmail.com on 4 Dec 2011 at 4:26