-
v1.2.1 Stable
released this
2019-04-02 13:31:26 +02:00 | 50 commits to master since this releaseChanges:
- Fixed ResolveByPrimaryKey - queryExecutor to be able to return multiple rows (via List)
Downloads
-
v1.2 Stable
released this
2019-04-01 18:52:38 +02:00 | 52 commits to master since this release
Changes: - Renamed all plural-methods to singular [Example: SelectByPrimaryKeys - SelectByPrimaryKey] - Added ClassAction - FillObject (Fill DbObjects with data) - ResolveByPrimaryKey (Generate Select-Query, Send via Func and fill object)
Downloads
-
v1.1 Stable
released this
2019-04-01 14:37:51 +02:00 | 59 commits to master since this releaseBasic database-attribute-system:
Changed:
- QueryBuilder-Functions now only accept a classObject - all data comes from them
Added:
- QueryBuilder.UpdateByPrimaryKeys
- QueryBilder.DeleteByPrimaryKeys
Downloads
-
v1.0 Pre-Release
released this
2019-03-28 14:13:51 +01:00 | 61 commits to master since this releaseBasic database-attribute-system:
- Querybuilder
- General query-building with escaping and serialising
- Build select by primary key/s
- Attributes to mark classes and properties
- DbObject with (optional) tableName
- DbAttribute with (optional) attributeName
- DbPrimaryKey with (optional) attributeName
- DbForeignKey with referenceClass and (optional) attributeName
Downloads
- Querybuilder