Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo conflict on VOReadOperation & VOExternalRepository >> #synchronize: #159

Open
CafeKrem opened this issue Jun 2, 2020 · 1 comment

Comments

@CafeKrem
Copy link
Contributor

CafeKrem commented Jun 2, 2020

in VOReadOperation

where: aBlockClosure 
	where := aBlockClosure

in VOExternalRepository

synchronize: anObject
... 
some code
...
	json := self readOneOperation 
		queryClass: objectClass;
		where: (Dictionary with: self fieldRootId -> id);"HERE ! it insert a dictionary instead of a block"
		basicSelectOne.
...
some code 
@noha
Copy link
Collaborator

noha commented Jun 2, 2020

This is ok for mongo. Need to check if we have to move some parts of this method down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants