170 похожих чатов

Почему в results пусто? есть идеи? https://pastebin.com/4vahZibK то есть Country убираем и

все нормально идет
results = db_session.query(Game, Competition, Stage).filter(
((Game.home_name == 'Барселона') | (Game.guest_name == 'Барселона'))
).join(Competition).join(Stage).order_by(Game.date.desc())


for stats_game, competition, stage in results:
print(f'stats_game, competition, stage: {stats_game} {competition} {stage}')
stats_game, competition, stage: <models.Game object at 0x7f363679a5d0> <models.Competition object at 0x7f3636a70150> <models.Stage object at 0x7f363756fc90>

12 ответов

25 просмотров
Stanislav- Автор вопроса

то есть Country убираем и все нормально идет results = db_session.query(Game, Competition, Stage).filter( ((Game.home_name == 'Барселона') | (Game.guest_name == 'Барселона')) ).join(Competition).join(Stage).order_by(Game.date.desc()) for stats_game, competition, stage in results: print(f'stats_game, competition, stage: {stats_game} {competition} {stage}') stats_game, competition, stage: <models.Game object at 0x7f363679a5d0> <models.Competition object at 0x7f3636a70150> <models.Stage object at 0x7f363756fc90>

Stanislav- Автор вопроса

results = db_session.query(Game, Competition, Stage, Country).join(Competition).join(Country).join(Stage).order_by(Game.date.desc()) for stats_game, competition, stage in results: print(f'stats_game, competition, stage: {stats_game} {competition} {stage}') пусто. то есть что-то не хочет работать join для Country. вопрос почему? может в models.py накосячил?

Stanislav- Автор вопроса
Tishka17
Запрос смотрел?

я же отправил запрос на пастбине 2023-05-20 01:48:43,934 INFO sqlalchemy.engine.Engine SELECT games.id AS games_id, games.game_id AS games_game_id, games.date AS games_date, games.competition_id AS games_competition_id, games.stage_id AS games_stage_id, games.home_name AS games_home_name, games.guest_name AS games_guest_name, games.home_score AS games_home_score, games.guest_score AS games_guest_score, games.competition AS games_competition, games.country_id AS games_country_id, competitions.id AS competitions_id, competitions.name AS competitions_name, competitions.show AS competitions_show, stages.id AS stages_id, stages.name AS stages_name, countries.id AS countries_id, countries.name AS countries_name FROM games JOIN competitions ON competitions.id = games.competition_id JOIN stages ON stages.id = games.stage_id JOIN countries ON countries.id = games.country_id 2023-05-20 01:48:43,935 INFO sqlalchemy.engine.Engine [cached since 143.2s ago] ()

Stanislav
я же отправил запрос на пастбине 2023-05-20 01:48...

Так может просто нет таких данных, чтобы сразу в 4 таблицах все было?

Stanislav- Автор вопроса
Stanislav
данные точно есть сразу в 4 таблицах

На всякий случай: ты знаешь разницу inner и outer join?

Stanislav- Автор вопроса

main1.py - без Country main2.py c Country #main1.py from models import Game, Stage, Competition, Country, db_session results = db_session.query(Game, Competition, Stage).join(Competition).join(Stage) for stats_game, competition, stage in results: print(f'stats_game, competition, stage: {stats_game} {competition} {stage}') stats_game, competition, stage: <models.Game object at 0x7f70ed237250> <models.Competition object at 0x7f70ee907d90> <models.Stage object at 0x7f70ed376510> stats_game, competition, stage: <models.Game object at 0x7f70ed2373d0> <models.Competition object at 0x7f70ee50ff90> <models.Stage object at 0x7f70eeb9b810> stats_game, competition, stage: <models.Game object at 0x7f70eca1a410> <models.Competition object at 0x7f70ee50ff90> <models.Stage object at 0x7f70eeb9b810> #main2.py from models import Game, Stage, Competition, Country, db_session results = db_session.query(Game, Competition, Stage, Country) for stats_game, competition, stage in results: print(f'stats_game, competition, stage, country: {stats_game} {competition} {stage} {country}') 2023-05-20 20:28:22,823 INFO sqlalchemy.engine.Engine SELECT games.id AS games_id, games.game_id AS games_game_id, games.date AS games_date, games.competition_id AS games_competition_id, games.stage_id AS games_stage_id, games.home_name AS games_home_name, games.guest_name AS games_guest_name, games.home_score AS games_home_score, games.guest_score AS games_guest_score, games.competition AS games_competition, games.country_id AS games_country_id, competitions.id AS competitions_id, competitions.name AS competitions_name, competitions.show AS competitions_show, stages.id AS stages_id, stages.name AS stages_name, countries.id AS countries_id, countries.name AS countries_name FROM games, competitions, stages, countries 2023-05-20 20:28:22,823 INFO sqlalchemy.engine.Engine [generated in 0.00048s] () ```

Stanislav
main1.py - без Country main2.py c Country #main1.p...

Три вижу, а четвертая? Страна вообще указана?

Stanislav
main1.py - без Country main2.py c Country #main1.p...

Вот в первом запросе ты вывел какие-то Game. Что там указано в качестве страны?

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта