Skip to content

fix: Postgres BigDecimal#29

Open
Piszmog wants to merge 1 commit intosqlc-dev:mainfrom
Piszmog:big-decimal
Open

fix: Postgres BigDecimal#29
Piszmog wants to merge 1 commit intosqlc-dev:mainfrom
Piszmog:big-decimal

Conversation

@Piszmog
Copy link

@Piszmog Piszmog commented Mar 7, 2025

Import java.math.BigDecimal instead of using explict path when using it.

Fixes: #28

Details

  • Update the postgres types to just be BigDecimal instead of java.math.BigDecimal
  • Import java.math.BigDecimal when using big decimal

Appendix

@Piszmog
Copy link
Author

Piszmog commented Apr 23, 2025

Might be a dupe of #17?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres BigDecimal fail to compile

1 participant