winix/db
Tomasz Sowa f381f24402 fixed: in DbBase: removed:
DbBase::AssertQuery(const std::wstring & q)
       there was a recurrence calling (the method called itself)
       we don't need a method which get a wstring as an argument
added: DbBase::AssertQuery(const char * q, ExecStatusType t)
       DbBase::AssertQuery(const DbTextStream & query, ExecStatusType t)
       (AssertQuery with a second argument -- the same as to AssertResult)
       we don't have to use AssertQuery and AssertResult
       only one AssertQuery now
added: to plugins: two messages:
       // preparing a current user to logout
       // send from 'logout' winix function
       // !! IMPROVE ME this message can be sent when winix is making the shutdown
       // (for sessions which are not mark as 'remember me')
       // and when the SessionManager deletes a session (from the special thread)
       #define WINIX_PREPARE_USER_LOGGED_OUT          30610

       // a user has been logged out
       // send from 'logout' winix function
       // in l1 you have the old user_id
       // !! IMPROVE ME this message can be sent when winix is making the shutdown
       // (for sessions which are not mark as 'remember me')
       // and when the SessionManager deletes a session (from the special thread)
       #define WINIX_USER_LOGGED_OUT                          30620



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@804 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-02-12 14:52:52 +00:00
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
Makefile.o.dep added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
db.cpp added: to templates: an interface for getting information from Space 2012-01-16 10:12:38 +00:00
db.h now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
dbbase.cpp fixed: in DbBase: removed: 2012-02-12 14:52:52 +00:00
dbbase.h fixed: in DbBase: removed: 2012-02-12 14:52:52 +00:00
dbconn.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
dbconn.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
dbitemcolumns.cpp added: TextStream<> DbTextStream<> and HtmlTextStream<> have operator<<(Space&) now 2012-01-08 03:59:51 +00:00
dbitemcolumns.h added: TextStream<> DbTextStream<> and HtmlTextStream<> have operator<<(Space&) now 2012-01-08 03:59:51 +00:00
dbitemquery.cpp changed: in plugin 'menu' 2011-11-25 04:51:55 +00:00
dbitemquery.h now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
dbtextstream.cpp removed: operator<<(const PT::Space * space) 2012-02-10 00:29:54 +00:00
dbtextstream.h removed: operator<<(const PT::Space * space) 2012-02-10 00:29:54 +00:00