You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve naming conflict with Foundation's Expression type (#52)
This commit resolves a naming conflict caused by the introduction of a new `Expression` type in the Foundation framework. By creating a private typealias for `Expression` that explicitly refers to `SQLite.Expression`, we ensure that our usage remains clear and unambiguous throughout the project.
0 commit comments