Commit 386fcac
committed
Fix: Use namespaced Expression in SQLite.swift
The SQLite.swift library has updated its API to namespace the `Expression` type under `SQLite`. This commit updates the code to use `SQLite.Expression` to ensure compatibility with the latest version of the library.
This change is necessary to build the project with the updated dependency and fixes potential compilation errors.1 parent ab187dd commit 386fcac
1 file changed
Lines changed: 5 additions & 9 deletions
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
0 commit comments