Commit Graph

36 Commits (ad3c1da0cda85444ef5f3164ddb19e410381d40a)
 

Author SHA1 Message Date
Railz ad3c1da0cd Fixes:
- Fields not matching
- FieldType being lookedUp wrong
- dictionary-access-violation
- guid saved as string not casting
- InsertQuery built wrong
6 years ago
Railz ba0646f27c Set version to 1.5.7 6 years ago
Railz 76922a4039 Changed cache-check to dictionary
> Fixed bug, not restoring cache
6 years ago
Railz e3869b26c3 removed inner Exception 6 years ago
Alexander B be7277fada Set version 1.5.6 6 years ago
Alexander B b8218fbacd Added InsertAttributesByObject 6 years ago
Alexander B 253f63dfac Added InsertAttributes to generate insert-statements 6 years ago
Alexander B d6337ef591 Ser version 6 years ago
Alexander B 1253a935b7 Added ResolveByPrimaryKey to resolve an object with set primaryKey/s 6 years ago
Railz 2d4a4d5f7e Changed DbForeignObject no longer needing the Type 6 years ago
Railz 85495af97f Added DbForeignObject for automatic resolving
Added Init() to initialise necessary classes
Changed structure and added a BaseAttribute
Fixed occuring errors to match new system
6 years ago
Railz 9253d77236 Fixed GetByPrimaryKey not having any form to pass primaryKey-data
Set version to 1.4.1
6 years ago
Railz ef7ac54e36 Set version 6 years ago
Railz 83dc8d6045 Added foreignKeyFieldName for foreignKeys
Added ResolveForeignKeys to ClassActions
Changed ResolveByPrimaryKey to GetByPrimaryKey
Added todo's
6 years ago
Railz ff6fb08a08 Fixed missing convertion 6 years ago
Railz d2900f364d Set version 6 years ago
Railz b014c2f392 Added Method to convert classField-names to according dbAttributes
Added convert in GetListByAttribute
6 years ago
Railz 0ad7221680 Set version 6 years ago
Railz 36da32f870 Added Select/DeleteByAttribute
Added GetListByAttribute
6 years ago
Railz d8c9867e50 Set version 6 years ago
Railz 166956f10f Added SelectByAttribute and DeleteByAttribute to QueryBuilder 6 years ago
Alexander B ddb7f6dc89 Fixed ResolveByPrimaryKey - queryExecutor to be able to return multiple rows (via List) 6 years ago
Alexander B 06aa7969bf Removed unesserary variable 6 years ago
Railz fb6cf14402 Fixed ResolveByPrimaryKey not having runDataLossChecks implemented 6 years ago
Railz e8e1fb993d Removed ignoreDataMismatch and implemented runDataLossChecks instead 6 years ago
Railz 8633ac1925 Changed wrong comment 6 years ago
Railz 8de75728e0 Fixed ClassAction not being public
Moved SqlSerialise to Function
6 years ago
Railz 0f38c92bbe Added ResolveByPrimaryKey 6 years ago
Railz 46e8ec1180 New Function-class
Changed some references to new Function-class
Added ClassAction.FillObject
Added ClassAction.FillObject
Renamed unecessary plural names to singular
6 years ago
Railz 97b7eaeffe Added comments
Added check if given class is invalid
Changed BuildQuery to support recursive object[] copying
Changed structure
Added DbFunction to handle all Db-related stuff
6 years ago
Railz 45e7f6b911 Fixed wrong typeof
Fixed adding sqlCommapd-part after first object, instead of before
6 years ago
Alexander B 803b7b7b95 Class-Object now has to be passed
Will get the value of the object

Added DeleteByPrimaryKey
6 years ago
Railz 248be3320f Fixed table-name not getting picked 6 years ago
Railz 244c9a9ac6 Fixed wrong string-escaping. 6 years ago
Railz 47e396b802 Added QueryBuilder
> Added build for SelectByPrimaryKey/s
Added Attributes
Added Function
> SqlSerialise and escape
6 years ago
Railz 5e763263ac Init 6 years ago