Commit graph

6 commits

Author SHA1 Message Date
Eelke Klein
869d867191 Removed duplicates with old name adjusted includes to match new header name. 2017-08-26 11:48:47 +02:00
Eelke Klein
52442a145d Cleanup, removed commented out code, removed two units specific to windows which were not needed anymore
because we are using boost::asio now.
2017-08-25 08:45:54 +02:00
Eelke Klein
16676aa910 Cancel functionality works again.
Also async operations are now cancelled when the dbconnection is closed and if needed also a cancel is
send before closing the connection.
2017-08-25 08:37:18 +02:00
Eelke Klein
f11f9545ac ASyncDBConnection is now based of boost::asio instead of using it's own thread.
connection: tested OK
querying: tested OK
notices: should be working
cancel: todo
2017-08-24 21:12:32 +02:00
Eelke Klein
6a97c0447a Compiles, links and runs (functionality not tested) 2017-08-23 13:27:23 +02:00
Eelke Klein
04723a289b Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
2017-08-23 08:10:01 +02:00
Renamed from src/ASyncDBConnection.h (Browse further)