This website requires JavaScript.
Explore
Help
Sign In
tomasz.sowa
/
winix
Watch
1
Star
0
Fork
0
You've already forked winix
Code
Issues
5
Pull Requests
Releases
Activity
Files
39ab07508ff8942b6f7c4030b3bfc7bccd81afb4
winix
/
winixd
/
db
History
Tomasz Sowa
26226de865
global winixd/Makefile uses now 'find' for looking for *.cpp files
...
and we don't need Makefiles in subdirectories anymore (except plugins)
2022-06-26 06:22:27 +02:00
..
db.cpp
added support for Model migrations
2021-05-14 03:31:29 +02:00
db.h
added support for Model migrations
2021-05-14 03:31:29 +02:00
dbbase.cpp
updated to the new pikotools api: snake_case names of methods from SpaceParser
2021-05-21 04:51:58 +02:00
dbbase.h
namespace PT renamed to pt
2021-05-20 20:59:12 +02:00
dbconn.cpp
allow to specify how many times we can try to connect to the database at startup
2022-04-29 06:17:16 +02:00
dbconn.h
allow to specify how many times we can try to connect to the database at startup
2022-04-29 06:17:16 +02:00
dbtextstream.cpp
updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
2021-05-21 00:41:27 +02:00
dbtextstream.h
namespace PT renamed to pt
2021-05-20 20:59:12 +02:00