You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kexi/kexidb/drivers/pqxx
Slávek Banko 15ae7be824
Additional k => tde renaming and fixes
11 years ago
..
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
kexidb_pqxxsqldriver.desktop Update XDG information in support of bug report 892. 12 years ago
pqxxconnection.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
pqxxconnection.h Remove spurious TQ_OBJECT instances 12 years ago
pqxxconnection_p.cpp Added old abandoned KDE3 version of koffice 15 years ago
pqxxconnection_p.h Fix inadvertent TQt string conversions 13 years ago
pqxxcursor.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
pqxxcursor.h Fix inadvertent TQt string conversions 13 years ago
pqxxdriver.cpp Fix FTBFS on newer pqxx versions 12 years ago
pqxxdriver.h Remove spurious TQ_OBJECT instances 12 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 Fix inadvertent TQt string conversions 13 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