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
Is your feature request related to a problem? Please describe.
When converting sql type real to sqlalchemy, it is changed to real() but it should be sa.Real
Describe the solution you'd like
it should be automatically changed to 'Real'
I'm happy to give this go, and give a PR
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When converting sql type
real
to sqlalchemy, it is changed toreal()
but it should besa.Real
Describe the solution you'd like
it should be automatically changed to 'Real'
I'm happy to give this go, and give a PR
The text was updated successfully, but these errors were encountered: