Skip to content

Commit

Permalink
- set a safe default encoding value at class level for Z SQL Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 29, 2019
1 parent c0d3fb1 commit ff1753e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ Changelog
3.0.8 (unreleased)
------------------

- set a safe default encoding value at class level for Z SQL Methods


3.0.7 (2019-04-26)
------------------
Expand Down
1 change: 1 addition & 0 deletions src/Shared/DC/ZRDB/DA.py
Expand Up @@ -229,6 +229,7 @@ class DA(BaseQuery,
allow_simple_one_argument_traversal = None
template_class = SQL
connection_hook = None
encoding = None

manage_options = (
({'label': 'Edit', 'action': 'manage_main',
Expand Down

0 comments on commit ff1753e

Please sign in to comment.