Skip to content

Releases: hschink/sql-schema-comparer-eclipse-plugin

v0.0.2

14 Dec 16:32
Compare
Choose a tag to compare

Release v0.0.2 includes to major improvements:

Ignore entity methods with no mapping strategy

At the moment we're not able to determine how class types (except Java's String and Date type) and collection types are mapped to the database schema. Thus, we shouldn't consider methods returning those types.

Allow to exclude classes from the schema mapping

It is possible to define a file .scc.ignore consisting of names of files that should be excluded from the schema mapping. This feature is convenient if certain entity classes don't have a mapping table in the SQL schema and, thus, would be considered as erroneous.

v0.0.1

08 Dec 18:13
Compare
Choose a tag to compare

This is the first official release of this Eclipse plug-in (ok, there was one before but that's another story). Nevertheless, this plug-in still remains a prototype not intended for productive use.