Welcome
Sign in to start your session
Login
Login
[app info]
Brief app info: ENV: [DEV] commitId: 2e21245f2ceba8cd8dfdac882e74dcd5e32e788a branch: develop build date: 2026-08-13T20:07:18Z build version: 2026.08.06.1-SNAPSHOT commit message: #38149 Invoke player_games_history functions via SELECT native queries instead of Hibernate ProcedureCall. All three targets (aggregate_games_history, create/drop_aggregated_rounds_partition) are Postgres FUNCTIONS returning void; Hibernate 6 renders ProcedureCall as 'call fn(...)' which Postgres rejects ('is not a procedure - use SELECT'), so the rounds aggregation and monthly partition maintenance silently failed on every dev run since the SB3 migration. SELECT invocation is server-version- and driver-mode-independent; the #38105 try-with-resources leak workaround becomes unnecessary (no CallableStatement). Only ProcedureCall site in the repo UPTIME: 0d 0h 18m 59s Git log: 94794... | 2026-08-13T19:06:37+03:00 | Rodion | #38148 Trash-repo phase 5: retire PlayerTrash2R... 90af6... | 2026-08-13T18:52:50+03:00 | Rodion | #38147 Trash-repo phase 4: retire PlayerTrashRe... 9a2cf... | 2026-08-13T18:38:38+03:00 | Rodion | #38146 Trash-repo phase 3: retire PlayerTrashAc... ba438... | 2026-08-13T18:25:09+03:00 | Rodion | #38145 Trash-repo phase 2: retire IpAddressTras... 4afe1... | 2026-08-13T18:14:36+03:00 | Rodion | #38144 Trash-repo phase 1: delete dead reposito... 1aa24... | 2026-08-13T17:45:13+03:00 | Rodion | #38127 #38128 #38129 #38130 Sonar reliability: ... 0987a... | 2026-08-13T17:33:34+03:00 | Rodion | #38112 #38113 #38114 #38115 #38116 Sonar blocke... 639e8... | 2026-08-13T16:57:38+03:00 | Rodion | #38118 #38119 #38120 #38121 #38122 #38123 #3812... 479cf... | 2026-08-13T16:29:51+03:00 | Rodion | #38126 Drop injected mutable handler fields fro... eb275... | 2026-08-13T15:46:20+03:00 | Rodion | #38109 online-scheduler: tolerate Postgres-styl...
copy to clipboard