-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Miscellaneous bug fixes #610
Conversation
… @CompositeChildren
…"Sun" to "Sol" because I'm pointlessly pedantic that way.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #610 +/- ##
==========================================
- Coverage 25.02% 24.74% -0.28%
==========================================
Files 149 149
Lines 8593 8648 +55
==========================================
- Hits 2150 2140 -10
- Misses 6443 6508 +65
|
…1TimestampFormat when both fractional and non-fractional formats are used in the same project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are you using for formatting? I feel like we should probably try and commit that to VCS to try and make PRs consistent
…t omitting some of the query's information.
These changes are now available in 1.48.5
This update contains the following fixes and changes:
Sendable
workarounds have been removed (they were never needed).@CompositeChildren
properties, specifyingwithDeleted: true
now works (previously the flag was ignored).query.aggregate(.custom(.sql(...)))
now works correctly (previously only plain strings were handled for custom aggregates)FluentBenchmarks
test so that it actually tests what it claims to.FluentBenchmarks
tests so they no longer crash if something goes wrong during migrations.ISO8601TimestampFormat
now correctly respects the milliseconds setting on a case-by-case basis when used in both modes in the same application (the behavior was previously nondeterministic).