Railz
|
64418fb9e9
|
Added conversion fo specific types to match correct type before filling
|
5 years ago |
Railz
|
c7b9f67004
|
Fixed List-detection
|
5 years ago |
Railz
|
d3d0ed7378
|
Fixed stackOverFlow when 2 classes depend on each other
|
5 years ago |
Railz
|
7365ffbee6
|
Fixed init of DbReverseForeignObject generic list detection and extraction
|
5 years ago |
Railz
|
3784108a4e
|
Fixed init of DbIntermediateForeignObject
|
5 years ago |
Railz
|
7e56187733
|
FillObject: Check if keys are Dbnull, so not set
ResolveForeignKeys: Check if key is set
|
5 years ago |
Railz
|
ef73a51ab5
|
Fixed Init stackOverFlowException for recursive objects
|
5 years ago |
Railz
|
d86e231bda
|
Fixed ResolveForeignKeys:
Changed generic creation to reflective generation of new object
Fixed loading himself
|
5 years ago |
Railz
|
178c92383b
|
Added Insert, Update and Insert ClassActions
|
5 years ago |
Railz
|
2f243e6ccf
|
Catching known errors that may occur whilst resolving unknown object
|
6 years ago |
Railz
|
1c2c8f6e76
|
Set verion to 1.5.21
|
6 years ago |
Railz
|
5da5d455b9
|
Fixed GetByPrimaryKey with only primaryKeyValue throwing error because of null-key
|
6 years ago |
Railz
|
3a0af04b1c
|
Added DbIntermediateForeignObject and resolver
Set version to 1.5.20
|
6 years ago |
Railz
|
4f7495ea68
|
Added fix for recursion bubbling back due to not set subAttribute
|
6 years ago |
Railz
|
111b3bf7ce
|
Added DbReverseForeignObject
Removed method SqlSerialise(DateTime ...)
|
6 years ago |
Railz
|
aca99302dd
|
Set version to 1.5.15
|
6 years ago |
Railz
|
7317503759
|
Added GetListWithQuery
|
6 years ago |
Railz
|
75f4709db1
|
Added check if ResolveByPrimaryKey returned any results from database.
|
6 years ago |
Railz
|
0d07d82ff5
|
Added table-name remover to matching-system of FillObject
|
6 years ago |
Railz
|
b6bc82a766
|
Set version to 1.5.12
|
6 years ago |
Railz
|
3e8427c4c0
|
Fixed Guid casting to String (dunno?)
|
6 years ago |
Railz
|
8816110211
|
Improved Exception messages (variables)
CLassAction: Added GetList
Set Version to 1.5.11
|
6 years ago |
Alexander B
|
40936fafcd
|
Set version to 1.5.9
|
6 years ago |
Alexander B
|
800941d59c
|
Implemented:
QueryBuilder.SelectWithWhere()
ClassAction.GetListWithWhere()
|
6 years ago |
Railz
|
64c8711754
|
Set version
|
6 years ago |
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 |