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"?


Sean


------------------------------------------------------------------------------
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