tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

Add level.exists property to all properties files #11

Closed MexicanHacker closed 12 years ago

MexicanHacker commented 12 years ago

At this moment there is a property like this in the mysql.properties file:

level.exists=SELECT patch_level FROM patches WHERE system_name=? and patch_level=? \ and patch_in_progress <> 'F'

We should add the same property to the following files:

hsqldb.properties oracle.properties postgres.properties sqlserver.properties sybase.properties

ulisespulido commented 12 years ago

property was added to all files listed, closing this issue.