We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea2f62 commit 9d8a8e5Copy full SHA for 9d8a8e5
Tests/SQLiteTests/OperatorsTests.swift
@@ -275,7 +275,7 @@ class OperatorsTests : XCTestCase {
275
AssertSQL("\"doubleOptional\" >= 4.5", 4.5... ~= doubleOptional)
276
}
277
278
- func test_patternMatchingOperator_withomparableClosedRangeString_buildsBetweenBooleanExpression() {
+ func test_patternMatchingOperator_withComparableClosedRangeString_buildsBetweenBooleanExpression() {
279
AssertSQL("\"string\" BETWEEN 'a' AND 'b'", "a"..."b" ~= string)
280
AssertSQL("\"stringOptional\" BETWEEN 'a' AND 'b'", "a"..."b" ~= stringOptional)
281
0 commit comments