Releases: mk3008/RedOrb
Releases · mk3008/RedOrb
0.7.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
What's Changed
- Update README.md by @mk3008 in #24
- Update README.md by @mk3008 in #25
- Update README.md by @mk3008 in #26
- Update README.md by @mk3008 in #27
- Update RedOrb.csproj by @mk3008 in #28
- 29 supports deletion and update of arrays by @mk3008 in #30
- PropertyBind 0.2.0 applied by @mk3008 in #32
- 33 Enhanced the functionality of SpecialColumn by @mk3008 in #34
Full Changelog: 0.5.2...0.5.4
0.5.2
0.5.1
0.5.0
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.