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.
Timothy Pearson
f67880312d
|
12 years ago | |
---|---|---|
.. | ||
Makefile.am | 12 years ago | |
README | 15 years ago | |
kexidb_pqxxsqldriver.desktop | 13 years ago | |
pqxxconnection.cpp | 13 years ago | |
pqxxconnection.h | 13 years ago | |
pqxxconnection_p.cpp | 15 years ago | |
pqxxconnection_p.h | 13 years ago | |
pqxxcursor.cpp | 13 years ago | |
pqxxcursor.h | 13 years ago | |
pqxxdriver.cpp | 13 years ago | |
pqxxdriver.h | 13 years ago | |
pqxxkeywords.cpp | 15 years ago | |
pqxxpreparedstatement.cpp | 15 years ago | |
pqxxpreparedstatement.h | 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