Skip to content

Commit 65e1826

Browse files
committed
Make Decimal QueryRepresentable
1 parent f2dcbbb commit 65e1826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/StructuredQueriesCore/QueryRepresentable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ extension Double: QueryRepresentable {}
4747

4848
extension Float: QueryRepresentable {}
4949

50+
extension Decimal: QueryRepresentable {}
51+
5052
extension Int: QueryRepresentable {}
5153

5254
extension Int8: QueryRepresentable {}

0 commit comments

Comments
 (0)