You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: