Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Added XML configuration loader from tmw.
|
|
|
|
|
|
--enable-unit-tests is set.
|
|
|
|
simplified Makefile.am.
|
|
|
|
class (to be completed).
|
|
|
|
|
|
|
|
|
|
and some reformatting.
|
|
|
|
|
|
Fixed problem with PGconn not being cleaned up.
|
|
for the Account class and moved functors into a separate header file for reuse.
|
|
Updated configure.ac to include PostgreSQL & MySQL. (MySQL needs to be adjusted, and it seems that using --with-sqlite will drop out of configure after check for atexit. I dont know why, as i didn't touch the SQLite stuff) :)
|
|
|
|
|
|
|
|
(requires libcrypto from OpenSSL) + unit tests.
|
|
of Storage.
|
|
|
|
rewrote the initialization of the database.
|
|
DALStorage directly.
|
|
|
|
dataproviderfactory.cpp now conditionally includes related dataprovider header.
(A problem exists with instantiating Being in dalstorage.cpp though)
|
|
|
|
data provider, added unit tests (require CPPUnit) and bug fixes.
|
|
Updated RecoredSet to allow access to rows() and cols().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updated SQL tables a bit.
|
|
|
|
Added test in main.cpp.
|
|
Fixed account.cpp constructor.
|
|
Misc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|