stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.74k stars 1.57k forks source link

Expression<String>(. - Error #1288

Open KKBytes0629 opened 4 days ago

KKBytes0629 commented 4 days ago

Xcode 16:

iShot_2024-11-25_11 30 01

Why need to add 'Value', like this:

iShot_2024-11-25_11 31 38

But: the 'timestamp' is String, not a Double,

How to do this?

KKBytes0629 commented 4 days ago

I solved, #1277