Roman Ivantsov
Roman Ivantsov
hmm.. sorry for misunderstanding of your intents in STRUCT. > A better solution would be to stick to the tenets of GraphQL and return the data in the shape that...
no idea so far, no cardinal changes. One suspect - I enabled SmartLoad by default in EntitySession. It causes it to do some read-ahead activity, loading all child objects of...
so, this DisableSmartLoad workaround - did it fix it all? what about complex objects? I am planning to revert this SmartLoad auto-ON change, looks like it's more trouble than benefit,...
ok, I will revert/fix the change to smart loading. As for views examples - in BookStore app, there are couple of views there, all I have
Hi again Just FYI, I decided to keep SmartLoad On by default, I believe it is a more common case and is better default. I hope it does not cause...
sorry to hear this, lets fix it. There are no breaking changes, everything should be compatible, all changes are internal. What's the error messages? The easiest and quickest way would...
the exception StartupFailedExc should have list of errors inside
so can you pls share the c# source of this property ID of AuditMensagem entity, with its attributes?
Looks like you just need to remove arguments in Primarykey attribute on this property; the property itself (ID) is the column that is PK Or, if the PK is composite,...
More stuff in 3.5 - packed vitaDbTool into a tool nuget package; see more in code changes history