summaryrefslogtreecommitdiff
path: root/server/src/database.cc
AgeCommit message (Expand)Author
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2011-02-17Finished implementation of new database layout in testdb.deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2009-11-11Made database noisy if unknown databse backend is requested.deva
2009-11-11Made database noisy if unknown databse backend is requested.deva
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or throug...deva
2009-02-17Oups... the dao = NULL should be set regardless of the value of WITHOUT_DB.deva
2009-02-17Made the --with-db=no configure option actually compile without the db (even ...deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-02-04Cleanup database access a bit and add a proper database schemabertho
2008-11-03Did a lot of work on format utils.deva
2008-10-13Created a fieldname table, and only stores a field/value pairs, if the field ...deva
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-09-22Added resume storing to the db, and made the outputted xml use it. Added capt...deva
2008-09-03Fixed invalid select statement when no widgets exists in the macro.deva
2008-08-19Fixed SQL injection (escaping of \', \0 and \).deva
2008-08-08Added print debug configurable.deva
2008-08-04Made server able to run (compile-time) without postgres and the uploadserver....deva
2008-06-09Added check to see if macro already has been committed. For later use with de...deva
2008-05-26Completed the prefilling of the fields, from the db and pentominos, according...deva
2008-05-26Added support for ttl on queries. Some other fies on the query.deva
2008-05-23Did a lot of work on the database class.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Made fixes pointed out by GCC 4.2 and -D_FORTIFY_SOURCES=2deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva
2007-10-01Now the resume is generated using a format string.deva
2007-09-24Server now parses XML and handles include.deva
2007-09-17Added UID class for use when generating transaction ids.deva
2007-09-14Commits are now committed to the database.deva