|
202 | 202 | 64B8E1702B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
203 | 203 | 64B8E1712B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
204 | 204 | 64B8E1722B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
| 205 | + 915BE7892E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; }; |
| 206 | + 915BE78A2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; }; |
| 207 | + 915BE78B2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; }; |
| 208 | + 915BE78C2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; }; |
| 209 | + 915BE78D2E2BB05300360423 /* Query+Lazy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 915BE7882E2BB05300360423 /* Query+Lazy.swift */; }; |
205 | 210 | 997DF2AE287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; }; |
206 | 211 | 997DF2AF287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; }; |
207 | 212 | 997DF2B0287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; }; |
|
428 | 433 | 49EB68C31F7B3CB400D89D40 /* Coding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coding.swift; sourceTree = "<group>"; }; |
429 | 434 | 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctions.swift; sourceTree = "<group>"; }; |
430 | 435 | 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctionsTests.swift; sourceTree = "<group>"; }; |
| 436 | + 915BE7882E2BB05300360423 /* Query+Lazy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Query+Lazy.swift"; sourceTree = "<group>"; }; |
431 | 437 | 997DF2AD287FC06D00F8DF95 /* Query+with.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Query+with.swift"; sourceTree = "<group>"; }; |
432 | 438 | A121AC451CA35C79005A31D1 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
433 | 439 | DB58B21028FB864300F8EEA4 /* SchemaReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaReader.swift; sourceTree = "<group>"; }; |
|
733 | 739 | EE247AFD1C3F06E900AE3E12 /* CustomFunctions.swift */, |
734 | 740 | EE247AFE1C3F06E900AE3E12 /* Expression.swift */, |
735 | 741 | EE247AFF1C3F06E900AE3E12 /* Operators.swift */, |
| 742 | + 915BE7882E2BB05300360423 /* Query+Lazy.swift */, |
736 | 743 | EE247B001C3F06E900AE3E12 /* Query.swift */, |
737 | 744 | 997DF2AD287FC06D00F8DF95 /* Query+with.swift */, |
738 | 745 | EE247B011C3F06E900AE3E12 /* Schema.swift */, |
|
1133 | 1140 | isa = PBXSourcesBuildPhase; |
1134 | 1141 | buildActionMask = 2147483647; |
1135 | 1142 | files = ( |
| 1143 | + 915BE78D2E2BB05300360423 /* Query+Lazy.swift in Sources */, |
1136 | 1144 | 03A65E801C6BB2FB0062603F /* CoreFunctions.swift in Sources */, |
1137 | 1145 | 49EB68C61F7B3CB400D89D40 /* Coding.swift in Sources */, |
1138 | 1146 | 03A65E761C6BB2E60062603F /* Blob.swift in Sources */, |
|
1220 | 1228 | 49EB68C71F7B3CB400D89D40 /* Coding.swift in Sources */, |
1221 | 1229 | 997DF2B1287FC06D00F8DF95 /* Query+with.swift in Sources */, |
1222 | 1230 | 3D67B3F71DB246D700A4F4C6 /* Foundation.swift in Sources */, |
| 1231 | + 915BE78C2E2BB05300360423 /* Query+Lazy.swift in Sources */, |
1223 | 1232 | 3D67B3F81DB246D700A4F4C6 /* Helpers.swift in Sources */, |
1224 | 1233 | DB58B21428FB864300F8EEA4 /* SchemaReader.swift in Sources */, |
1225 | 1234 | 3D67B3E91DB246D100A4F4C6 /* Statement.swift in Sources */, |
|
1262 | 1271 | DEB306BD2B61CEF500F9D46B /* Coding.swift in Sources */, |
1263 | 1272 | DEB306BE2B61CEF500F9D46B /* RTree.swift in Sources */, |
1264 | 1273 | DEB306BF2B61CEF500F9D46B /* Blob.swift in Sources */, |
| 1274 | + 915BE7892E2BB05300360423 /* Query+Lazy.swift in Sources */, |
1265 | 1275 | DEB306C02B61CEF500F9D46B /* URIQueryParameter.swift in Sources */, |
1266 | 1276 | DEB306C12B61CEF500F9D46B /* Foundation.swift in Sources */, |
1267 | 1277 | DEB306C22B61CEF500F9D46B /* Connection.swift in Sources */, |
|
1338 | 1348 | isa = PBXSourcesBuildPhase; |
1339 | 1349 | buildActionMask = 2147483647; |
1340 | 1350 | files = ( |
| 1351 | + 915BE78A2E2BB05300360423 /* Query+Lazy.swift in Sources */, |
1341 | 1352 | EE247B0F1C3F06E900AE3E12 /* CoreFunctions.swift in Sources */, |
1342 | 1353 | 49EB68C41F7B3CB400D89D40 /* Coding.swift in Sources */, |
1343 | 1354 | EE247B0A1C3F06E900AE3E12 /* RTree.swift in Sources */, |
|
1421 | 1432 | isa = PBXSourcesBuildPhase; |
1422 | 1433 | buildActionMask = 2147483647; |
1423 | 1434 | files = ( |
| 1435 | + 915BE78B2E2BB05300360423 /* Query+Lazy.swift in Sources */, |
1424 | 1436 | EE247B6F1C3F3FEC00AE3E12 /* CoreFunctions.swift in Sources */, |
1425 | 1437 | 49EB68C51F7B3CB400D89D40 /* Coding.swift in Sources */, |
1426 | 1438 | EE247B651C3F3FEC00AE3E12 /* Blob.swift in Sources */, |
|
0 commit comments