Export to GitHub

fbclient - issue #7

compare two schema objects and generate synchronizing DDL commands


Posted on Dec 1, 2010 by Happy Hippo
  • compare two schema objects resulting in a schema diff object, from which to generate create/alter/drop DDL commands with the following properties:
    • DDL commands are ordered so they can be executed without dependency errors on the target database
    • quoting of object names according to specific reserved keywords lists (fb 1.5, 2.0, 2.5, ib6, 6.5, 7, quote-all, etc.)
    • inlining of parameters that don't work with ? parameter placeholders in older firebird versions
    • CREATE DATABASE command

Status: Started

Labels:
Type-Enhancement Priority-Medium