« Return to Thread: Bug 2307812
Sorry for missing that. I got it applied to trunk, it looked
good. It fits in well with my focus for 1.10 of improving the extensibility
and architecture of the system.
Nathan
From: Don Smith
[mailto:Don.Smith@...]
Sent: Monday, April 20, 2009 12:49 PM
To: liquibase-devel@...
Subject: [Liquibase-devel] Bug 2307812
I just wanted to draw your attention to bug
2307812, for which I've attached a patch. It adds a "DataType" object
to Liquibase, to better support the differences in data types among different
db implementations. For instance, some dbs accept a precision for a CLOB
column, while others do not. In order to be more platform-independent, each
Database implementation in Liquibase would pass back a DataType instance with
the type-name of CLOB and a true/false column for
"supportsPrecision".
It would be great if this patch were accepted.
It's the only way I can use Liquibase in my product, which supports five
different database implementations (DB2, MySQL, Oracle, Postgres, SQL Server).
Regards,
Don Smith
« Return to Thread: Bug 2307812
| Free embeddable forum powered by Nabble | Forum Help |