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

help with return of query with field numeric #112

Closed
cardosodario opened this issue Nov 20, 2019 · 1 comment · Fixed by isoos/postgresql-dart#7
Closed

help with return of query with field numeric #112

cardosodario opened this issue Nov 20, 2019 · 1 comment · Fixed by isoos/postgresql-dart#7

Comments

@cardosodario
Copy link

hi

my tables use the field with type numeric(11) or numeric(14,2)

the return of query fail with this types

i try select cast(valor as varchar(11)) as newvalor and the query return error

thanks

dario

@jcowgar
Copy link

jcowgar commented Jan 12, 2020

See #108 for the same problem, and also a note.

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 a pull request may close this issue.

2 participants