Skip to content

0.5.0

Compare
Choose a tag to compare
@mk3008 mk3008 released this 24 Dec 02:07
· 47 commits to main since this release
92dce66

What's Changed

  • If the value is 0, it will be treated as unregistered data. by @mk3008 in #15
  • Breaking change: Deprecated ColumnNames in DbParentRelationDefinition… by @mk3008 in #16
  • version0.5.0 by @mk3008 in #17

Full Changelog: 0.4.1...0.5.0

Breaking change

  • Deprecated the ColumnNames property of the DbTableDefinition class.

If the parent and child column names do not have the same name, it is not possible to express a join expression, but this cannot be expressed using the conventional ColumnNames property.
If the column names of the parent and child are the same, you can define the join expression if you know the type of the parent.
Therefore, it has been abolished.