-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Upsert Grammer #460
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
Add Upsert Grammer #460
Conversation
How do you explain this coverage descreasing by 1.6 percent? That is quite a bit. |
How about this time? I think mainly because I failed to add test cases for the DeParser code. |
Better instead of 1.6 now 0.8 percent. Dont you see all coveralls statistics within your pull request? I thought this is public. |
All right Tobias, I finally get rid of the code coverage problem and everything works fine for me. Now can you look into my pull request? |
Thx for the effort. I merged it already. |
Greetings. Right now I am interestead in reading documents related to phoneix SQL so I want to see what I could contribute from it. It seems there is no "upsert" involved in the parser. So I write the
implementation of "Upsert" and several basic test cases.