winix/winixd/db
Tomasz Sowa a2ffc1e81c start working on 0.7.x branch
- added FileLog which stores content to the file log
- now Log is only a wrapper - it puts messages to the local buffer and when logsave is used then the buffer is put to FileLog
- new base classes:
  WinixBase (Log, Config*, Synchro*)
  WinixModel : public WinixBase (morm::ModelConnector*, Plugin*)
  WinixSystem : public WinixModel (System*)
  WinixRequest : public WinixSystem (SLog, Cur*)
- singletons: log, slog, plugin are depracated - now references to them are in base classses (WinixBase, WinixModel)
- DbBase,  DbConn and Db are depracated - now we are using Morm project (in WinixModel there is a model_connector pointer)
  each thread will have its own ModelConnector





git-svn-id: svn://ttmath.org/publicrep/winix/branches/0.7.x@1146 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-11-21 11:03:53 +00:00
..
Makefile changed: winix project has been moved to 'winixd' subdirectory 2016-03-17 13:46:20 +00:00
Makefile.dep start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
Makefile.o.dep updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
db.cpp added config parameter: db_postgresql_smaller_than_10 2018-04-25 09:37:56 +00:00
db.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbbase.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
dbbase.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbconn.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbconn.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbitemcolumns.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbitemcolumns.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbitemquery.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbitemquery.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbtextstream.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbtextstream.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00