index
:
tibia/querymanager
master
Tibia 7.7 compatible query manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database_postgres.cc
Commit message (
Collapse
)
Author
Age
*
gracefully handle no rows on "COUNT(*)" queries
fusion32
2025-10-16
|
*
make config.cfg a distribution template
fusion32
2025-10-16
|
*
fix a few postgres queries
fusion32
2025-10-15
|
*
implement all postgres queries
fusion32
2025-10-15
|
*
postgres interval helpers + a few more 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
|
*
the remainder of postgres helpers (probably)
fusion32
2025-10-14
|
|
|
|
|
This should give us everything we need to implement all the supported queries.
*
more postgres helpers and a couple of queries
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