Skip to content

Commit

Permalink
Add missing get/set_typecasts in list of exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 24, 2021
1 parent a29619b commit 8506fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
'get_array', 'get_bool', 'get_bytea_escaped',
'get_datestyle', 'get_decimal', 'get_decimal_point',
'get_defbase', 'get_defhost', 'get_defopt', 'get_defport', 'get_defuser',
'get_jsondecode',
'get_jsondecode', 'get_typecast',
'set_array', 'set_bool', 'set_bytea_escaped',
'set_datestyle', 'set_decimal', 'set_decimal_point',
'set_defbase', 'set_defhost', 'set_defopt',
'set_defpasswd', 'set_defport', 'set_defuser',
'set_jsondecode', 'set_query_helpers',
'set_jsondecode', 'set_query_helpers', 'set_typecast'
'version', '__version__']

import select
Expand Down

0 comments on commit 8506fe4

Please sign in to comment.