Fabian Hanggi

Results 12 comments of Fabian Hanggi

> In these scenarios I like to maintain the GUID as a unique key in the database too. > My tables have the auto increment primary key and a GUID...

I managed to find a solution. Inside a custom dequeue I detect if the item's meta contains a generated GUID . This way I know that i am dealing with...

> Just a note here that I'm also using @williamgurzoni's approach and it's working well -- also filtering the outbox so that if you create and then delete an object,...

@timstallmann Thank you for the example . I'll try this out

Ok I attached a zip file with a folder where you can reproduce this. i am opening the folder in vs code and in a terminal i run scaff create...

I removed everything except these lines but still get the same error module.exports = { transformers: { toUpperCaseNew: (parameterValue, context) => parameterValue.toUpperCase() } }; i'm running node 12.13.1 and npm...

Hello I am running 1.10.1. Installed in my global npm cache. Thank you.

Hello, it's been a while. Could you please let me know if you found a solution for this issue?

Is there a version available that includes these changes?

@MarcoFriz > I use --fsk _id to change de default Id Thank you Marco. This helps and since i'm not trying to join anything this is fine. if anyone else...