-
v1.5.23 Pre-Release
released this
2019-09-30 13:00:39 +02:00 | 9 commits to master since this releaseFixed:
- 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
2019-09-26 15:00:59 +02:00 | 12 commits to master since this releaseAdded:
- 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
2019-07-09 19:42:03 +02:00 | 16 commits to master since this releaseAdded:
- DbIntermediateForeignObject for handling m:n
- DbReverseForeignObject for handling reverse lookups
Downloads
-
v1.5.15 Stable
released this
2019-07-08 14:53:31 +02:00 | 19 commits to master since this releaseAdded:
- 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
2019-07-08 11:41:53 +02:00 | 22 commits to master since this releaseAdded:
- 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
2019-05-30 13:16:48 +02:00 | 25 commits to master since this releaseAdded:
- 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
2019-05-30 13:16:48 +02:00 | 25 commits to master since this releaseFixed:
- Guid being cast (but unecessary) [dunno?]
Downloads
- Guid being cast (but unecessary) [dunno?]
-
v1.5.9 Stable
released this
2019-05-15 12:11:23 +02:00 | 26 commits to master since this releaseAdded:
- QueryBuilder.SelectWithWhere()
- ClassAction.GetListWithWhere()
Downloads
-
v1.5.8 Stable
released this
2019-05-09 08:02:49 +02:00 | 28 commits to master since this releaseFixed:
- Fields not matching
- FieldType being lookedUp wrong
- dictionary-access-violation
- guid saved as string not casting
- InsertQuery built wrong
Downloads