| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | implement all postgres queries | fusion32 | 2025-10-15 |
| | | |||
| * | make query output parameter names more specific | fusion32 | 2025-10-14 |
| | | | | | | This also avoids conflicts with database RESULT objects that we lacked with SQLite but show up with PostgreSQL and MySQL. | ||
| * | GET_WORLD_CONFIG robustness + tidying up a few variable names | fusion32 | 2025-10-14 |
| | | |||
| * | most of the postgres primitives/helpers | fusion32 | 2025-10-13 |
| | | |||
| * | beginning of postgres driver + overall tweaks | fusion32 | 2025-10-13 |
| | | |||
| * | organize database configs and schema files + compilation guards | fusion32 | 2025-10-10 |
| | | |||
| * | switch to blocking poll + fix config, signals, time, non-game login | fusion32 | 2025-10-10 |
| | | |||
| * | small indentation adjustment | fusion32 | 2025-10-09 |
| | | |||
| * | update sqlite driver + impl INTERNAL_RESOLVE_WORLD | fusion32 | 2025-10-09 |
| | | | | | | | With this change the game server is able to login again but we still need to re-implement/re-fit the other queries for it to properly startup. | ||
| * | worker initialization robustness + query processing | fusion32 | 2025-10-07 |
| | | |||
| * | make connections properly handle async queries | fusion32 | 2025-10-07 |
| | | | | | | | This moves queries from `src/connections.cc` to `src/query.cc` and adds a few missing details. The only thing left is to review query processing and tie database operations to the `TDatabase` struct. | ||
| * | sketch out new query queue/worker for async queries | fusion32 | 2025-10-06 |
