|
195 | 195 | 49EB68C51F7B3CB400D89D40 /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49EB68C31F7B3CB400D89D40 /* Coding.swift */; };
|
196 | 196 | 49EB68C61F7B3CB400D89D40 /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49EB68C31F7B3CB400D89D40 /* Coding.swift */; };
|
197 | 197 | 49EB68C71F7B3CB400D89D40 /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49EB68C31F7B3CB400D89D40 /* Coding.swift */; };
|
| 198 | + 64A8EE432B095FBB00F583F7 /* WindowFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */; }; |
| 199 | + 64A8EE442B095FBB00F583F7 /* WindowFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */; }; |
| 200 | + 64A8EE452B095FBB00F583F7 /* WindowFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */; }; |
| 201 | + 64A8EE462B095FBB00F583F7 /* WindowFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */; }; |
| 202 | + 64B8E1702B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
| 203 | + 64B8E1712B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
| 204 | + 64B8E1722B09748000545AFB /* WindowFunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */; }; |
198 | 205 | 997DF2AE287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
|
199 | 206 | 997DF2AF287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
|
200 | 207 | 997DF2B0287FC06D00F8DF95 /* Query+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997DF2AD287FC06D00F8DF95 /* Query+with.swift */; };
|
|
335 | 342 | 3DF7B79B2884C901005DD8CA /* Planning.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Planning.md; sourceTree = "<group>"; };
|
336 | 343 | 3DFC0B862886C239001C8FC9 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
337 | 344 | 49EB68C31F7B3CB400D89D40 /* Coding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coding.swift; sourceTree = "<group>"; };
|
| 345 | + 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctions.swift; sourceTree = "<group>"; }; |
| 346 | + 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowFunctionsTests.swift; sourceTree = "<group>"; }; |
338 | 347 | 997DF2AD287FC06D00F8DF95 /* Query+with.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Query+with.swift"; sourceTree = "<group>"; };
|
339 | 348 | A121AC451CA35C79005A31D1 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
340 | 349 | DB58B21028FB864300F8EEA4 /* SchemaReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemaReader.swift; sourceTree = "<group>"; };
|
|
476 | 485 | 19A177EF5E2D91BA86DA4480 /* CustomAggregationTests.swift */,
|
477 | 486 | 19A1709D5BDD2691BA160012 /* SetterTests.swift */,
|
478 | 487 | 19A174FE5B47A97937A27276 /* RowTests.swift */,
|
| 488 | + 64B8E16F2B09748000545AFB /* WindowFunctionsTests.swift */, |
479 | 489 | );
|
480 | 490 | path = Typed;
|
481 | 491 | sourceTree = "<group>";
|
|
607 | 617 | isa = PBXGroup;
|
608 | 618 | children = (
|
609 | 619 | EE247AFA1C3F06E900AE3E12 /* AggregateFunctions.swift */,
|
| 620 | + 64A8EE422B095FBB00F583F7 /* WindowFunctions.swift */, |
610 | 621 | EE247AFB1C3F06E900AE3E12 /* Collation.swift */,
|
611 | 622 | EE247AFC1C3F06E900AE3E12 /* CoreFunctions.swift */,
|
612 | 623 | EE247AFD1C3F06E900AE3E12 /* CustomFunctions.swift */,
|
|
960 | 971 | 3DF7B78A28842972005DD8CA /* Connection+Attach.swift in Sources */,
|
961 | 972 | 03A65E811C6BB2FB0062603F /* CustomFunctions.swift in Sources */,
|
962 | 973 | 03A65E7A1C6BB2F70062603F /* Statement.swift in Sources */,
|
| 974 | + 64A8EE452B095FBB00F583F7 /* WindowFunctions.swift in Sources */, |
963 | 975 | 03A65E741C6BB2DA0062603F /* Helpers.swift in Sources */,
|
964 | 976 | 03A65E831C6BB2FB0062603F /* Operators.swift in Sources */,
|
965 | 977 | 03A65E851C6BB2FB0062603F /* Schema.swift in Sources */,
|
|
1014 | 1026 | 19A17746150A815944A6820B /* SelectTests.swift in Sources */,
|
1015 | 1027 | 19A1766135CE9786B1878603 /* ValueTests.swift in Sources */,
|
1016 | 1028 | 19A177D5C6542E2D572162E5 /* QueryIntegrationTests.swift in Sources */,
|
| 1029 | + 64B8E1722B09748000545AFB /* WindowFunctionsTests.swift in Sources */, |
1017 | 1030 | 19A178DF5A96CFEFF1E271F6 /* AggregateFunctionsTests.swift in Sources */,
|
1018 | 1031 | 19A17437659BD7FD787D94A6 /* CustomAggregationTests.swift in Sources */,
|
1019 | 1032 | 19A17F907258E524B3CA2FAE /* SetterTests.swift in Sources */,
|
|
1057 | 1070 | 19A17DC282E36C4F41AA440B /* Errors.swift in Sources */,
|
1058 | 1071 | 19A173668D948AD4DF1F5352 /* DateAndTimeFunctions.swift in Sources */,
|
1059 | 1072 | 19A17DF8D4F13A20F5D2269E /* Result.swift in Sources */,
|
| 1073 | + 64A8EE462B095FBB00F583F7 /* WindowFunctions.swift in Sources */, |
1060 | 1074 | 19A17DFE05ED8B1F7C45F7EE /* SchemaChanger.swift in Sources */,
|
1061 | 1075 | 19A17D1BEABA610ABF003D67 /* SchemaDefinitions.swift in Sources */,
|
1062 | 1076 | 19A17A33EA026C2E2CEBAF36 /* Connection+Schema.swift in Sources */,
|
|
1081 | 1095 | EE247B151C3F06E900AE3E12 /* Setter.swift in Sources */,
|
1082 | 1096 | 3DF7B78828842972005DD8CA /* Connection+Attach.swift in Sources */,
|
1083 | 1097 | EE247B101C3F06E900AE3E12 /* CustomFunctions.swift in Sources */,
|
| 1098 | + 64A8EE432B095FBB00F583F7 /* WindowFunctions.swift in Sources */, |
1084 | 1099 | EE247B091C3F06E900AE3E12 /* FTS4.swift in Sources */,
|
1085 | 1100 | EE247B081C3F06E900AE3E12 /* Value.swift in Sources */,
|
1086 | 1101 | EE247B121C3F06E900AE3E12 /* Operators.swift in Sources */,
|
|
1135 | 1150 | 19A17F7977364EC8CD33C3C3 /* SelectTests.swift in Sources */,
|
1136 | 1151 | 19A17FD22EF43DF428DD93BA /* ValueTests.swift in Sources */,
|
1137 | 1152 | 19A177AA5922527BBDC77CF9 /* QueryIntegrationTests.swift in Sources */,
|
| 1153 | + 64B8E1702B09748000545AFB /* WindowFunctionsTests.swift in Sources */, |
1138 | 1154 | 19A179786A6826D58A70F8BC /* AggregateFunctionsTests.swift in Sources */,
|
1139 | 1155 | 19A1793972BDDDB027C113BB /* CustomAggregationTests.swift in Sources */,
|
1140 | 1156 | 19A1773155AC2BF2CA86A473 /* SetterTests.swift in Sources */,
|
|
1161 | 1177 | 3DF7B78928842972005DD8CA /* Connection+Attach.swift in Sources */,
|
1162 | 1178 | EE247B701C3F3FEC00AE3E12 /* CustomFunctions.swift in Sources */,
|
1163 | 1179 | EE247B691C3F3FEC00AE3E12 /* Statement.swift in Sources */,
|
| 1180 | + 64A8EE442B095FBB00F583F7 /* WindowFunctions.swift in Sources */, |
1164 | 1181 | EE247B641C3F3FDB00AE3E12 /* Helpers.swift in Sources */,
|
1165 | 1182 | EE247B721C3F3FEC00AE3E12 /* Operators.swift in Sources */,
|
1166 | 1183 | EE247B741C3F3FEC00AE3E12 /* Schema.swift in Sources */,
|
|
1215 | 1232 | 19A17DE1FCDB5695702AD24D /* SelectTests.swift in Sources */,
|
1216 | 1233 | 19A1726002D24C14F876C8FE /* ValueTests.swift in Sources */,
|
1217 | 1234 | 19A173389E53CB24DFA8CEDD /* QueryIntegrationTests.swift in Sources */,
|
| 1235 | + 64B8E1712B09748000545AFB /* WindowFunctionsTests.swift in Sources */, |
1218 | 1236 | 19A170C56745F9D722A73D77 /* AggregateFunctionsTests.swift in Sources */,
|
1219 | 1237 | 19A1772EBE65173EDFB1AFCA /* CustomAggregationTests.swift in Sources */,
|
1220 | 1238 | 19A17E0ABA6C415F014CD51C /* SetterTests.swift in Sources */,
|
|
0 commit comments