Update dependencies

This commit is contained in:
2025-10-24 20:16:30 +03:00
parent 4fa72e8065
commit 9c6a81437c
33 changed files with 122 additions and 122 deletions

View File

@@ -28,9 +28,9 @@ extension RowEncoder {
/// - ``secondsSince1970Int``
/// - ``secondsSince1970Double``
public enum DateEncodingStrategy {
/// Encode dates by using the implementation of the `SQLiteRawRepresentable` protocol.
/// Encode dates by using the implementation of the `SQLiteRepresentable` protocol.
///
/// This strategy relies on the types conformance to `SQLiteRawRepresentable`
/// This strategy relies on the types conformance to `SQLiteRepresentable`
/// to encode the date value into a SQLite-compatible representation.
case deferredToDate