-
Notifications
You must be signed in to change notification settings - Fork 90
Aggr fix #754
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
Aggr fix #754
Conversation
'display.show_tuple_count': True, | ||
'database.use_tls': None, | ||
'enable_python_native_blobs': False, # python-native/dj0 encoding support | ||
'enable_python_native_blobs': True, # python-native/dj0 encoding support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ thinking this needs an adjustment to the README.md (maybe moving the old notes somewhere or removing but leaving some URL for the deleted text)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Will update before release.
Closing since all these changes are included in #839 |
Fix issues #386, #449, #450, #484, #558, #761, #785