|
817 | 817 | ''' |
818 | 818 | SELECT COUNT(*) AS "__count" |
819 | 819 | FROM "posthog_cohortpeople" |
820 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
821 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
822 | | - AND "posthog_person"."team_id" = 99999) |
| 820 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 821 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 822 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
823 | 823 | ''' |
824 | 824 | # --- |
825 | 825 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_iterator.24 |
|
1185 | 1185 | ''' |
1186 | 1186 | SELECT COUNT(*) AS "__count" |
1187 | 1187 | FROM "posthog_cohortpeople" |
1188 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
1189 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
1190 | | - AND "posthog_person"."team_id" = 99999) |
| 1188 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 1189 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 1190 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
1191 | 1191 | ''' |
1192 | 1192 | # --- |
1193 | 1193 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_iterator.7 |
|
1423 | 1423 | ''' |
1424 | 1424 | SELECT COUNT(*) AS "__count" |
1425 | 1425 | FROM "posthog_cohortpeople" |
1426 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
1427 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
1428 | | - AND "posthog_person"."team_id" = 99999) |
| 1426 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 1427 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 1428 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
1429 | 1429 | ''' |
1430 | 1430 | # --- |
1431 | 1431 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_with_cohort_flag_adds_cohort_props_as_default_too.13 |
|
2535 | 2535 | ''' |
2536 | 2536 | SELECT COUNT(*) AS "__count" |
2537 | 2537 | FROM "posthog_cohortpeople" |
2538 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
2539 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
2540 | | - AND "posthog_person"."team_id" = 99999) |
| 2538 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 2539 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 2540 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
2541 | 2541 | ''' |
2542 | 2542 | # --- |
2543 | 2543 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_with_default_person_properties_adjustment.3 |
|
3043 | 3043 | ''' |
3044 | 3044 | SELECT COUNT(*) AS "__count" |
3045 | 3045 | FROM "posthog_cohortpeople" |
3046 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
3047 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
3048 | | - AND "posthog_person"."team_id" = 99999) |
| 3046 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 3047 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 3048 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
3049 | 3049 | ''' |
3050 | 3050 | # --- |
3051 | 3051 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_with_default_person_properties_adjustment.8 |
|
3205 | 3205 | ''' |
3206 | 3206 | SELECT COUNT(*) AS "__count" |
3207 | 3207 | FROM "posthog_cohortpeople" |
3208 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
3209 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
3210 | | - AND "posthog_person"."team_id" = 99999) |
| 3208 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 3209 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 3210 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
3211 | 3211 | ''' |
3212 | 3212 | # --- |
3213 | 3213 | # name: TestCohortGenerationForFeatureFlag.test_creating_static_cohort_with_experience_continuity_flag.11 |
|
4101 | 4101 | ''' |
4102 | 4102 | SELECT COUNT(*) AS "__count" |
4103 | 4103 | FROM "posthog_cohortpeople" |
4104 | | - INNER JOIN "posthog_person" ON ("posthog_cohortpeople"."person_id" = "posthog_person"."id") |
4105 | | - WHERE ("posthog_cohortpeople"."cohort_id" = 99999 |
4106 | | - AND "posthog_person"."team_id" = 99999) |
| 4104 | + INNER JOIN "posthog_cohort" ON ("posthog_cohortpeople"."cohort_id" = "posthog_cohort"."id") |
| 4105 | + WHERE ("posthog_cohort"."team_id" = 99999 |
| 4106 | + AND "posthog_cohortpeople"."cohort_id" = 99999) |
4107 | 4107 | ''' |
4108 | 4108 | # --- |
4109 | 4109 | # name: TestFeatureFlag.test_creating_static_cohort.2 |
|
0 commit comments