47 Commits

Author SHA1 Message Date
Railz
111b3bf7ce Added DbReverseForeignObject
Removed method SqlSerialise(DateTime ...)
2019-07-09 14:01:06 +02:00
Railz
aca99302dd Set version to 1.5.15 v1.5.15 2019-07-08 14:53:31 +02:00
Railz
7317503759 Added GetListWithQuery 2019-07-08 14:53:03 +02:00
Railz
75f4709db1 Added check if ResolveByPrimaryKey returned any results from database. 2019-07-08 11:57:31 +02:00
Railz
0d07d82ff5 Added table-name remover to matching-system of FillObject v1.5.13 2019-07-08 11:41:53 +02:00
Railz
b6bc82a766 Set version to 1.5.12 2019-06-04 22:25:59 +02:00
Railz
3e8427c4c0 Fixed Guid casting to String (dunno?) 2019-06-04 22:25:34 +02:00
Railz
8816110211 Improved Exception messages (variables)
CLassAction: Added GetList
Set Version to 1.5.11
v1.5.11 v1.5.12
2019-05-30 13:16:48 +02:00
Alexander B
40936fafcd Set version to 1.5.9 v1.5.9 2019-05-15 12:11:23 +02:00
Alexander B
800941d59c Implemented:
QueryBuilder.SelectWithWhere()
ClassAction.GetListWithWhere()
2019-05-15 12:11:01 +02:00
Railz
64c8711754 Set version v1.5.8 2019-05-09 08:02:49 +02:00
Railz
ad3c1da0cd Fixes:
- Fields not matching
- FieldType being lookedUp wrong
- dictionary-access-violation
- guid saved as string not casting
- InsertQuery built wrong
2019-05-08 23:22:20 +02:00
Railz
ba0646f27c Set version to 1.5.7 v1.5.7 2019-05-08 21:56:55 +02:00
Railz
76922a4039 Changed cache-check to dictionary
> Fixed bug, not restoring cache
2019-05-08 21:56:34 +02:00
Railz
e3869b26c3 removed inner Exception 2019-04-20 10:29:52 +02:00
Alexander B
be7277fada Set version 1.5.6 v1.5.6 2019-04-12 13:36:02 +02:00
Alexander B
b8218fbacd Added InsertAttributesByObject 2019-04-12 13:35:18 +02:00
Alexander B
253f63dfac Added InsertAttributes to generate insert-statements 2019-04-12 12:54:37 +02:00
Alexander B
d6337ef591 Ser version v1.5.5 2019-04-12 11:39:25 +02:00
Alexander B
1253a935b7 Added ResolveByPrimaryKey to resolve an object with set primaryKey/s 2019-04-12 11:33:30 +02:00
Railz
2d4a4d5f7e Changed DbForeignObject no longer needing the Type v.1.5.1 2019-04-10 23:07:12 +02:00
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
v1.5
2019-04-10 22:40:36 +02:00
Railz
9253d77236 Fixed GetByPrimaryKey not having any form to pass primaryKey-data
Set version to 1.4.1
v1.4.1
2019-04-10 09:42:03 +02:00
Railz
ef7ac54e36 Set version v1.4 2019-04-08 22:22:30 +02:00
Railz
83dc8d6045 Added foreignKeyFieldName for foreignKeys
Added ResolveForeignKeys to ClassActions
Changed ResolveByPrimaryKey to GetByPrimaryKey
Added todo's
2019-04-08 22:21:48 +02:00
Railz
ff6fb08a08 Fixed missing convertion v1.3.1 2019-04-08 20:35:12 +02:00
Railz
d2900f364d Set version 2019-04-08 20:33:05 +02:00
Railz
b014c2f392 Added Method to convert classField-names to according dbAttributes
Added convert in GetListByAttribute
2019-04-08 20:32:44 +02:00
Railz
0ad7221680 Set version v1.3 2019-04-08 19:45:47 +02:00
Railz
36da32f870 Added Select/DeleteByAttribute
Added GetListByAttribute
2019-04-08 19:45:04 +02:00
Railz
d8c9867e50 Set version v1.2.2 2019-04-08 13:54:24 +02:00
Railz
166956f10f Added SelectByAttribute and DeleteByAttribute to QueryBuilder 2019-04-08 13:49:11 +02:00
Alexander B
ddb7f6dc89 Fixed ResolveByPrimaryKey - queryExecutor to be able to return multiple rows (via List) v1.2.1 2019-04-02 13:31:26 +02:00
Alexander B
06aa7969bf Removed unesserary variable 2019-04-02 09:49:04 +02:00
Railz
fb6cf14402 Fixed ResolveByPrimaryKey not having runDataLossChecks implemented v1.2 2019-04-01 18:52:38 +02:00
Railz
e8e1fb993d Removed ignoreDataMismatch and implemented runDataLossChecks instead 2019-04-01 18:49:37 +02:00
Railz
8633ac1925 Changed wrong comment 2019-04-01 18:38:44 +02:00
Railz
8de75728e0 Fixed ClassAction not being public
Moved SqlSerialise to Function
2019-04-01 18:33:53 +02:00
Railz
0f38c92bbe Added ResolveByPrimaryKey 2019-04-01 17:33:16 +02:00
Railz
46e8ec1180 New Function-class
Changed some references to new Function-class
Added ClassAction.FillObject
Added ClassAction.FillObject
Renamed unecessary plural names to singular
2019-04-01 17:26:30 +02:00
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
2019-04-01 16:25:02 +02:00
Railz
45e7f6b911 Fixed wrong typeof
Fixed adding sqlCommapd-part after first object, instead of before
v1.1
2019-04-01 14:37:51 +02:00
Alexander B
803b7b7b95 Class-Object now has to be passed
Will get the value of the object

Added DeleteByPrimaryKey
2019-04-01 13:43:31 +02:00
Railz
248be3320f Fixed table-name not getting picked v1.0.0 2019-03-28 14:13:51 +01:00
Railz
244c9a9ac6 Fixed wrong string-escaping. 2019-03-28 14:07:23 +01:00
Railz
47e396b802 Added QueryBuilder
> Added build for SelectByPrimaryKey/s
Added Attributes
Added Function
> SqlSerialise and escape
2019-03-28 11:37:02 +01:00
Railz
5e763263ac Init 2019-03-28 10:17:32 +01:00