Skip to content

redo PR fix_binary_transfer_floating point from brett, removed BigDecimal where possible#2719

Merged
davecramer merged 8 commits intopgjdbc:masterfrom
davecramer:brett_fix_getlong
Jan 12, 2023
Merged

redo PR fix_binary_transfer_floating point from brett, removed BigDecimal where possible#2719
davecramer merged 8 commits intopgjdbc:masterfrom
davecramer:brett_fix_getlong

Conversation

@davecramer
Copy link
Copy Markdown
Member

recreate PR#2710 removing BigDecimal
Original PR from @bokken

@davecramer davecramer requested review from bokken and vlsi January 9, 2023 19:41
Comment thread pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java Outdated
Comment thread pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java Outdated
Comment on lines +3384 to +3385
private static final BigDecimal LONG_MAX_BD = BigDecimal.valueOf(Long.MAX_VALUE);
private static final BigDecimal LONG_MIN_BD = BigDecimal.valueOf(Long.MIN_VALUE);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these used any more?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@davecramer davecramer marked this pull request as ready for review January 11, 2023 12:22
Comment thread pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java Outdated
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.

3 participants