I migrated one of my projects used Firebird1.5 to version 2.5. Main problem of this migration was broken backward compability of Firebird SQL-dialect. Because in this project is more than 500 SQL-queries I wrote text analyser for:
Useful link: From Firebird 1.5 to 2.5
- get sql from java, python, pascal and self-written DSL.
- analyzed sql queries and show recommendation for new version.
- now I haven't problems related with FB1.5 will not work on modern platforms.
- now don't need external extension (UDF in FB terminology). FB2.5 has own good tools.
- in FB2.5 have increased performance.
Useful link: From Firebird 1.5 to 2.5
No comments:
Post a Comment