开发者

Does firebird support transactional schema changes?

开发者 https://www.devze.com 2022-12-13 17:23 出处:网络
Does firebird support transactional schema changes?It seems to me that MySQL 开发者_JAVA技巧does not (am I correct?).I was going to post a simple \'Yes\', but StackOverflow does not accept answers wit

Does firebird support transactional schema changes? It seems to me that MySQL 开发者_JAVA技巧does not (am I correct?).


I was going to post a simple 'Yes', but StackOverflow does not accept answers with less than 15 characters.
In short: Yes.


Yes, that is, yes, but sometimes you have to commit part of the metadata changes to do other metadata changes and you cannot do any data changes on new-but-not-yet-committed metadata.

0

精彩评论

暂无评论...
验证码 换一张
取 消