Release Notes
From DreamFactory
Toddappleton (Talk | contribs) (Created page with "[https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md df-core] [https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md df-sqldb]") |
Toddappleton (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | Version 2.0.2 (Released November 30, 2015) | ||
+ | |||
+ | -Added ability to create virtual foreign keys across two tables on same or different SQL db | ||
+ | -Added aliases for virtual fields and relationships | ||
+ | -Added ability to create virtual fields for db functions like appending two string fields, e.g., concat(field1, field2) | ||
+ | -Added ability to create virtual fields for aggregation by field name | ||
+ | |||
[https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md df-core] | [https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md df-core] | ||
[https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md df-sqldb] | [https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md df-sqldb] |
Revision as of 20:29, 30 November 2015
Version 2.0.2 (Released November 30, 2015)
-Added ability to create virtual foreign keys across two tables on same or different SQL db -Added aliases for virtual fields and relationships -Added ability to create virtual fields for db functions like appending two string fields, e.g., concat(field1, field2) -Added ability to create virtual fields for aggregation by field name