er.  Do you mean having a method off the fluent builder something like:

surface.Alter.Table("Test").RenameColumn("Example", "BetterExample");



On Thursday, November 13, 2014 7:37:51 AM UTC-5, Jeffrey Becker wrote:
>
> I doubt it. Afaik, sql (or at least the mssqlserver dialect) doesn't 
> support renaming columns in the alter syntax.  That an IDdlOperation which 
> generates the correct ddl shouldn't be hard to whip up.
> On Nov 13, 2014 7:03 AM, "Jan Schubert"  wrote:
>
>> You add support for altering columns, but it is possible to rename a 
>> column with ALTER? I saw your migration framework (Alpha) cannot rename a 
>> column.
>>
>> -- 
>>
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "nhibernate-development" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/nhibernate-development/ACTD62W3eo0/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> nhibernate-development+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nhibernate-development+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to