-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Different tables in columns #744
Conversation
PR Summary
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #744 +/- ##
=============================================
+ Coverage 89.59% 99.70% +10.11%
+ Complexity 1375 1269 -106
=============================================
Files 67 63 -4
Lines 3382 3038 -344
=============================================
- Hits 3030 3029 -1
+ Misses 352 9 -343 ☔ View full report in Codecov by Sentry. |
If you are looking at the test now, of course it is a bug. |
Or we can mention about this in the doc for these methods: Currently it is |
If that’s all right, let's do it. |
Solved by #746 |
What is the correct behavior?
The test example is about the code:
The same for methods
batchInsert()
,insert()
,update()
,upsert()