Skip to content

solve #1067#1141

Closed
showeeks wants to merge 4 commits intosqlc-dev:mainfrom
showeeks:main
Closed

solve #1067#1141
showeeks wants to merge 4 commits intosqlc-dev:mainfrom
showeeks:main

Conversation

@showeeks
Copy link

@showeeks showeeks commented Aug 21, 2021

🐛 resolve #1067 by replacing string with pgtype.Numeric in the case of SQLPackagePGX
✅ add a test case contributed by #1067
🧪 broke pg_generate_series , I'm not sure whether the test it self is correct, it seems like generate_series actually need three parameters like below

select generate_series('2004-03-07'::timestamp
           , '2004-05-16'::timestamp
           , '1 day'::interval);

pdeantihuman added 4 commits August 21, 2021 16:15
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.

numeric type broken by default with pgx driver

1 participant