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

[Feature] Encode BigInt as postgres numeric data type #334

Closed
kliyer-ai opened this issue Sep 3, 2023 · 1 comment
Closed

[Feature] Encode BigInt as postgres numeric data type #334

kliyer-ai opened this issue Sep 3, 2023 · 1 comment
Assignees
Labels
A: Indexing engine Area: Indexing engine A: Sync engine Area: Sync engine T: Feature Type: Feature

Comments

@kliyer-ai
Copy link

kliyer-ai commented Sep 3, 2023

This custom encoding that is currently used for BigInt makes working directly with the database a very painful experience.

How it looks:
image

How it should look:
image

Numeric docs: https://www.postgresql.org/docs/current/datatype-numeric.html

@typedarray typedarray changed the title Encode BigInt as postgres numeric data type. [Feature] Encode BigInt as postgres numeric data type Sep 26, 2023
@typedarray typedarray self-assigned this Sep 26, 2023
@typedarray typedarray added T: Feature Type: Feature A: Sync engine Area: Sync engine A: Indexing engine Area: Indexing engine labels Sep 26, 2023
@typedarray typedarray moved this to Todo in Ponder Roadmap Sep 26, 2023
@typedarray
Copy link
Collaborator

Fixed in #361. Note that direct database access is not done yet - still need to create the views.

@github-project-automation github-project-automation bot moved this from Todo to Done in Ponder Roadmap Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Indexing engine Area: Indexing engine A: Sync engine Area: Sync engine T: Feature Type: Feature
Projects
None yet
Development

No branches or pull requests

2 participants