Bug in renameColumn in 1.9.4
Description
Environment
None
Activity
Show:
Nathan Voxland October 1, 2009 at 7:54 PM
fixed in trunk for 2.0

Nathan Voxland September 27, 2009 at 2:49 PM
reopening to clear resoltion field

Nathan Voxland September 27, 2009 at 2:47 PM
Fixing "resolution". have to resolve and reopen
From http://liquibase.org/forum/index.php?topic=101.msg445#msg445
I think correct sql snippet should be
Code:
exec sp_rename '[PersistentEntityMetaData].[TableTypeID]', 'PersistentEntityMetaDataID'
escaping for this case should be avoided, keeping single quotes.
see http://msdn.microsoft.com/en-us/library/ms188351.aspx