summaryrefslogtreecommitdiff
path: root/server/src/pracrodaopgsql.cc
AgeCommit message (Collapse)Author
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2014-02-26Fix 64bit compilationBent Bisballe Nyeng
2014-02-26Port from libpqxx to libpq.Bent Bisballe Nyeng
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2012-01-26New onCommit scripting system.Bent Bisballe Nyeng
2011-08-02New 'open course' feature.deva
2011-07-01removed macrotool.deva
add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates.
2011-06-10Disable timeouts of resumes created in current session.deva
2011-02-18Some small changes in the postgres error handling, and a lot of tests, ↵deva
inspired by testdb.
2011-02-17'Renamed' active/setActive methods to idle/setIdle, since these names makes ↵deva
more sence.
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on ↵deva
testdb; more to come...
2011-02-04Fixed wrong conditional.deva
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