Amol Pednekar
Amol Pednekar
Same issue! Any solutions?
@webmobiles Instead of this, go to device manager -> Pointing devices, right click -> Update drivers. Restart. Worked for me.
Bumping this! @jrosmith @tzdesing @prateektiwari7 - Were you guys able to resolve this? PS: This is required to allow Corda's VaultCustomQueryCriteria on the child entities.
@jrosmith Your suggested approach requires implementing child entities as Corda states, which I kind of ended up with - but is not ideal and is an additional overhead of maintaining...
The other option like you said is writing native queries on the child table (since it does not extend PersistentState). Because of the up-sert behaviour of custom schemas in Corda,...
I am having this same issue with cordform task for SQLServer, @sachingokhale - any update on this? Task ``` // Task to deploy the nodes in order to bootstrap a...
Probably too late on this, but the reason for the issue is that SQLServer is only supported by Corda enterprise, so you need to change `cordaReleaseGroup=com.r3.corda` (instead of `net.corda` )...
Is there still no support for this feature in liquibase?
@davidawad Can we get this updated by the dev-rel team? Else I'm happy to contribute an example if required.