-
Notifications
You must be signed in to change notification settings - Fork 506
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
bulk copy for decimal types #234
bulk copy for decimal types #234
Conversation
@jackielii I appreciate this work. However, I would like to have a full conversation about how decimals are supported end-to-end before doing this. In the mean time feel free to rebase. Depends on #245 |
Thanks for responding! Are we going to import apd package and should I wait for that to be included to rebase? I suppose we'll deprecate the internal Decimal type and use the apd package? |
@jackielii Feel free to rebase now, I may be able to review it and even without full decimal support. But yes, I'd like to start the conversation on what to do in the driver going forward. No firm plans yet. If you care about this, I'd appreciate some review thought as what to do. |
dd095b2
to
c61ed99
Compare
@kardianos rebased |
Thanks for the rebase. I'm still planning on looking at this. |
Add command to make CLI example with Go toolchain work
* exported Github struct fields and ReadDirectory method * github ee implementation, tests and docs * build fixes * Github Enterprise API endpoint based on docs * addressing PR comments * code review * make linter happy * parseBool() takes fallback * pr comments * tweaks to Config{}
decimal types first pass. money types should be the same, but not working for some reason. Submitting decimal types only this time
Reference: https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/IOBuffer.java#L3307