summaryrefslogtreecommitdiff
path: root/server/src/pracrodaopgsql.cc
AgeCommit message (Collapse)Author
2011-02-04Database pool is now used instead of one connection per session. Admin ↵deva
interface supports session unlock.
2011-02-04Session locking mechanism gone crazy. This needs a rewamp at some point.deva
2011-01-25New database layout.deva
2011-01-14Add 'template' to transactions table in db.deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ↵deva
discard all edited macros.
2009-08-07Catch exceptions from new connection.deva
2009-07-22Changed the way the macros are looked up in the filesystem (now they are ↵deva
parsed and indexed using version numbers). Updated all unit tests, to compile and run again.
2009-07-17More work on the macrotool. Now fieldnames can be added and deleted, and a ↵deva
filehandler is able to add new macros assuring no conflicts in macro names/version/filenames happen. Error messages in MacroParser has been made more elaborate.
2009-07-10Fieldname queries added macrotool.deva
2009-02-19Renamed cpr to patientiddeva
2009-02-17Made the --with-db=no configure option actually compile without the db (even ↵deva
without an installed libpqxx).
2009-02-11Updated file header comments to fit the rest of the project.deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
- Fix some printf's into debug statements