-
Notifications
You must be signed in to change notification settings - Fork 22
New features OOOP availables and fix #16
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
base: master
Are you sure you want to change the base?
Conversation
- Order by - Offset and Limit - Pyro - Order Filter - convert DateTime instance to datetime.datetime object - Some create models, id field is duplicated and broken sql. Create method don't need id = we remove if exists - Unlink. Need list value. Check if value is a list or change to list More info commits see old project: https://code.launchpad.net/~zikzak/zoook/ooop
|
Hi, could you explain why did you include Pyro here ? I'm not sure to understand what it brings. |
|
I've included all your patch (and corrected some of them) into my branch Please notice that I've also stripped out the Pyro part towards a So the 'pyro-backend' branch I'm providing should provide the exact same functionality (minor some bugs...) than your last commits on your master branch. Could you please review the code, and double-check that all is alright for you ? |
Fix the error of lang context was not passed in read/search operations
More info commits see old project: https://code.launchpad.net/~zikzak/zoook/ooop