Results 20 comments of Filippo Bottega

@gimelfarb Thank you for your response, I read your answer but I don't understand which version of dbghelp.dll I have to use. I'm using 6.2.9200.16384. Do you know which is...

Hello Zakropkowane, I check my code and I don't understand if your issue is related with ShareFix or not. Please export and attach to this issue the registry keys (you...

I think that in class A, all fields and properties of type IEnumerable\ should be rendered with an association between A and B. The pain is that the parser doesn't...

A way to mount restic backups on Windows is to use WSL2 that now is released with Windows 2004. You can create a mount point /mnt/restic using Ubuntu for example,...

At the moment I think that linq2db doesn't need the new attribute. I need it to automate code generation used to denormalize data at client side. Another way could be...

> In that case I think your best call is to add custom logic to T4 template to inspect and annotate loaded model with additional 3rd-party attribute. Have you a...

Thank you for your suggested link, I have read the guide again and now understand that what linq2db let to do in the custom T4 templates is what I need....

If I well understand `HasUniqueKey` was created because the model lack of this information. If you add unique keys to the model reading them from the DB, you could do...

Support for [OpenSQL](https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenopensql.htm) In SAP the access to the database is done using OpenSQL language, an extension of ABAP language used to access the db. The idea could be to...