nex-protocols-common-go/matchmake-extension/database
Daniel López Guimaraes ffaba6e616 fix(matchmake-extension): Fix incorrect SQL query for notifications
Also improve and fix the NotificationData methods.
2025-02-13 15:22:04 +00:00
..
check_gathering_for_participation.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
create_matchmake_session.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
create_persistent_gathering.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
end_matchmake_sessions_participation.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
find_matchmake_session.go chore: Inline SQL queries with NEX types 2025-01-24 22:36:52 +00:00
find_matchmake_session_by_search_criteria.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
get_created_persistent_gatherings.go chore(matchmake-extension): Inline SQL queries with NEX types 2025-02-09 00:04:05 +00:00
get_detailed_gathering_by_id.go chore(matchmake-extension): Inline session and participation count 2025-02-09 10:25:41 +00:00
get_matchmake_session_by_gathering.go chore: Inline SQL queries with NEX types 2025-01-24 22:36:52 +00:00
get_matchmake_session_by_id.go chore: Inline SQL queries with NEX types 2025-01-24 22:36:52 +00:00
get_notification_datas.go fix(matchmake-extension): Fix incorrect SQL query for notifications 2025-02-13 15:22:04 +00:00
get_official_communities.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
get_persistent_gathering_by_gathering.go chore(matchmake-extension): Inline session and participation count 2025-02-09 10:25:41 +00:00
get_persistent_gathering_by_id.go chore(matchmake-extension): Inline session and participation count 2025-02-09 10:25:41 +00:00
get_persistent_gatherings_by_id.go chore(matchmake-extension): Inline session and participation count 2025-02-09 10:25:41 +00:00
get_persistent_gatherings_by_participant.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
get_simple_communities.go chore(matchmake-extension): Inline session and participation count 2025-02-09 10:25:41 +00:00
get_simple_playing_session.go chore: Inline SQL queries with NEX types 2025-01-24 22:36:52 +00:00
inactivate_notification_datas.go fix(matchmake-extension): Fix incorrect SQL query for notifications 2025-02-13 15:22:04 +00:00
join_matchmake_session.go fix(matchmake-extension): Use persistent gathering constants 2025-02-09 00:04:05 +00:00
join_matchmake_session_with_participants.go fix(matchmake-extension): Use persistent gathering constants 2025-02-09 00:04:05 +00:00
update_application_buffer.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
update_game_attribute.go feat: Add MatchmakingManager abstraction 2024-07-03 02:08:45 +01:00
update_notification_data.go fix(matchmake-extension): Fix incorrect SQL query for notifications 2025-02-13 15:22:04 +00:00
update_participation.go feat: Add MatchmakingManager abstraction 2024-07-03 02:08:45 +01:00
update_persistent_gathering_participation_count.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
update_progress_score.go feat: Add MatchmakingManager abstraction 2024-07-03 02:08:45 +01:00