On 01/18/17 01:15, Leyne, Sean wrote:
> Roman,
>
>> May I ask an example?
>>
>> Will it work?
>>
>> start transaction;
>>
>> alter table T add column N INTEGER;
>>
>> insert into T (..., N) values (..., 10);
>>
>> commit;
> IMO, it should.
>
> But, the interesting question would be:
>
> What would be the state if instead of "commit", you executed "rollback"?
>

I see no problems - no record inserted with N==10, no column N.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to