Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/koffice/src/commit/1210f27b660efb7b37ff43ec68763e85a403471f/kexi/kexidb/drivers/pqxx You should set ROOT_URL correctly, otherwise the web may not work correctly.
tpearson 276daaecff More automake repairs 15 years ago
..
Makefile.am More automake repairs 15 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
kexidb_pqxxsqldriver.desktop Added old abandoned KDE3 version of koffice 15 years ago
pqxxconnection.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxconnection.h Added old abandoned KDE3 version of koffice 15 years ago
pqxxconnection_p.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxconnection_p.h Added old abandoned KDE3 version of koffice 15 years ago
pqxxcursor.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxcursor.h Added old abandoned KDE3 version of koffice 15 years ago
pqxxdriver.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxdriver.h Added old abandoned KDE3 version of koffice 15 years ago
pqxxkeywords.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxpreparedstatement.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxpreparedstatement.h Added old abandoned KDE3 version of koffice 15 years ago

README

ReadMe For Kexi pqkexidb_pqxxslqdriver.desktop~xx PostgreSQL Driver

This driver requires libpqxx available from pqxx.tk or gborg.postgresql.org.

Currently the driver builds against 1.9.4 of libpqxx, but it should always work with the latest version.
When 2.0.0 comes out then that will be the version to use.

The driver may require PostgreSQL >=7.4.  Using the old api this was a requirement, but the rewrite
isnt far enough in to get into those kinds of details, so at the mement it should be happy with earlier versions.
Im using PostgreSQL from CVS so i cant say for sure.

To build the driver you may need to add 'pqxx' to the list of subdirs in Makefile.am in kexi/drivers/

Thats it for now

Adam Pigg
adam@piggz.fsnet.co.uk
adampigg.9p.org.uk