-
Notifications
You must be signed in to change notification settings - Fork 114
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
add maps support #133
base: master
Are you sure you want to change the base?
add maps support #133
Conversation
Add ifdef(MAP_SUPPORT) help to pass the tests? |
Also need add to documentation: |
@stofel what do you mean by About tests, they should be upgraded to unit or ct, but waiting that what would be the best way to rerun them <ith maps support? Any idea? |
My mistake, jsx is ok. |
@stofel couchbeam 1.2.1 is released. Tests are now using eunit. It should be feasible to test both by looping over them. Hopefully we can have it in another release this week :) |
merged to v1.2.1 benoitc/couchbeam
rebar3 eunit ignore ifdefs. I dont know how to resolve this :( |
Hi, i add maps support by add couchbeam:open_doc(Db, DocId, Options), Options = [return_maps]
Work, but not heavy tested