2017-01-17 15:03 GMT+03:00 Adriano dos Santos Fernandes <adrian...@gmail.com>:
> If any other solution allows "valid state (initial) -> invalid state
> (uncommitted) -> valid state (committed)" more DML changes in the same
> objects, it's ok for me. Personally, I think the concepts does not match.

May I ask an example?

Will it work?

start transaction;

alter table T add column N INTEGER;

insert into T (..., N) values (..., 10);

commit;

-- 
Roman Simakov

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