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

Single precision float mapped to a double precision in PostgreSQL schema generator #29

Closed
stcarrez opened this issue May 14, 2023 · 2 comments
Labels

Comments

@stcarrez
Copy link
Owner

If we declare a single precision float, it is mapped to a double precision in PostgreSQL schema generator.

We should use REAL instead of FLOAT.

@stcarrez stcarrez added the bug label May 14, 2023
@stcarrez
Copy link
Owner Author

See 83cb1af

@stcarrez
Copy link
Owner Author

stcarrez commented Oct 8, 2023

Done in 1.4.0

@stcarrez stcarrez closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant