Skip to content
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

Type translations in array #46

Closed
MGlauer opened this issue Jun 8, 2017 · 0 comments
Closed

Type translations in array #46

MGlauer opened this issue Jun 8, 2017 · 0 comments

Comments

@MGlauer
Copy link

MGlauer commented Jun 8, 2017

Type translation does not seem to work in array data types, e.g.:
create table dpa_test(dpa double precision[]);
produces
t_dpa_test = Table( 'dpa_test', metadata, Column('dpa', ARRAY(DOUBLE_PRECISION(precision=53))) )
Yet, DOUBLE_PRECISION is not imported.

MGlauer added a commit to MGlauer/sqlacodegen that referenced this issue Jun 8, 2017
* ARRAY-types are now translated recursively

closes agronholm#46
agronholm added a commit that referenced this issue May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant