Subject Re: [firebird-support] Upgrade Dialect
Author Ivan Prenosil
> Question for developers...
> Wouldn't be easely to specify dialect on restore?

No, changing dialect is not as easy as just changing a flag,
different dialects have different rules for handling
numeric and date operations, which generally means
you have to fix triggers, procedures, views, computed
coulmns etc, which can't be done automagically.

Ivan