Skip to content

Conversation

@drew-gross
Copy link
Contributor

For the database adapters, it will be more performant and easier to work with _rperm and _wperm than with the ACL object. This way we can type it as an array and so on, and once we have stronger validations in Parse Server, we can type it as an array containing strings of length < x, which will be much much better for sql databases.

For the database adapters, it will be more performant and easier to work with _rperm and _wperm than with the ACL object. This way we can type it as an array and so on, and once we have stronger validations in Parse Server, we can type it as an array containing strings of length < x, which will be much much better in sql databases.
@codecov-io
Copy link

Current coverage is 91.98%

Merging #2021 into master will increase coverage by 0.05%

  1. File ...go/MongoTransform.js was modified. more
    • Misses -6
    • Partials 0
    • Hits +6
@@             master      #2021   diff @@
==========================================
  Files            91         91          
  Lines          6431       6434     +3   
  Methods        1099       1099          
  Messages          0          0          
  Branches       1350       1355     +5   
==========================================
+ Hits           5912       5918     +6   
+ Misses          519        516     -3   
  Partials          0          0          

Powered by Codecov. Last updated by a00d795...3acc1e7

});
};

// Transforms a Database format ACL to a REST API format ACL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd put that method alongside the transformCounter part for readability

@flovilmart
Copy link
Contributor

LGTM after the small nit

@drew-gross drew-gross merged commit d559cb2 into parse-community:master Jun 12, 2016
@drew-gross drew-gross deleted the move-transform-ACL branch June 12, 2016 20:39
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

Successfully merging this pull request may close these issues.

4 participants