typeetfunc / datascript-mori

Package for union datascript and mori
https://www.npmjs.com/package/datascript-mori
Eclipse Public License 1.0
37 stars 6 forks source link

Can't find db.fn/cas #4

Closed ashnur closed 7 years ago

ashnur commented 7 years ago

How to do compare-and-swap? I can't find it anywhere. Tried multiple ways and gives back Unknown operation

typeetfunc commented 7 years ago

@ashnur I add test for this case and export of db.fn/cas keyword. See tests: 1) JS API - https://github.com/typeetfunc/datascript-mori/blob/master/release-js/test/combineJsAndCljsApi.spec.js#L53 2) CLJS API - https://github.com/typeetfunc/datascript-mori/blob/master/release-js/test/onlyCljsApiUsage.spec.js#L132