Closed gwynne closed 6 months ago
Attention: Patch coverage is 25.35211%
with 106 lines
in your changes are missing coverage. Please review.
Project coverage is 24.73%. Comparing base (
ed4cfa9
) to head (308ddcc
).
SQLite integration tests will pass once vapor/fluent-sqlite-driver#90 is merged
These changes are now available in 1.48.4
A few changes that were missed in previous cleanup and update passes:
async
versions of someDatabase
methods are now present.SQLDatabase
methods are now correctly forwarded when usingDatabase.logging(to:)
..sql(raw:)
utility for directly embedding raw SQL into Fluent queries have been renamed to.sql(unsafeRaw:)
to better emphasize the inadvisability of their use. The old name still works but is now deprecated.SQLSchemaConverter
is now very infinitesimally faster.Sendable
warning workarounds, should slightly improve performance.