Releases Tags
-
v1.5.23 Pre-Release
released this 5 years ago | 9 commits to master since this release
Fixed:
- ResolveForeignKeys not being able to create objects which are derived from others
- ResolveForeignKeys loading the wrong key
- Init stackOverFlowException with self-referencing-objects
- Empty keys resulting in error while filling
- ignoring empty keys when resolving foreignObjects
Downloads
-
v1.5.22 Pre-Release
released this 5 years ago | 12 commits to master since this release
Added:
- Insert, Update, Delete to "ClassAction" for direct execution
Info:
- There may be a Bug with "ReverseForeignObject"-resolving
Downloads
- Insert, Update, Delete to "ClassAction" for direct execution
-
v1.5.20 Pre-Release
released this 6 years ago | 16 commits to master since this release
Added:
- DbIntermediateForeignObject for handling m:n
- DbReverseForeignObject for handling reverse lookups
Downloads
-
v1.5.15 Stable
released this 6 years ago | 19 commits to master since this release
Added:
- GetListWithQuery to be able to fully craft own sql-querys
Downloads
- GetListWithQuery to be able to fully craft own sql-querys
-
v1.5.13 Stable
released this 6 years ago | 22 commits to master since this release
Added:
- Remove any table-name before the database-attribute name
Downloads
- Remove any table-name before the database-attribute name
-
v1.5.11 Stable
released this 6 years ago | 25 commits to master since this release
Added:
- ClassAction.GetList to get all objects in a class/table
- Made some improvements
Downloads
- ClassAction.GetList to get all objects in a class/table
-
v1.5.12 Stable
released this 6 years ago | 25 commits to master since this release
Fixed:
- Guid being cast (but unecessary) [dunno?]
Downloads
- Guid being cast (but unecessary) [dunno?]
-
v1.5.9 Stable
released this 6 years ago | 26 commits to master since this release
Added:
- QueryBuilder.SelectWithWhere()
- ClassAction.GetListWithWhere()
Downloads
-
v1.5.8 Stable
released this 6 years ago | 28 commits to master since this release
Fixed:
- Fields not matching
- FieldType being lookedUp wrong
- dictionary-access-violation
- guid saved as string not casting
- InsertQuery built wrong
Downloads