Commit graph

4 commits

Author SHA1 Message Date
Eelke Klein
7181c7f1e7 The list of connections is now saved and loaded on program shutdown and start. 2017-01-15 12:27:36 +01:00
Eelke Klein
f5eab84c24 Working on the connection manager.
Made a list model for displaying them in a list. Also added controles to edit
the most important properties.
2017-01-14 20:07:12 +01:00
Eelke Klein
27abce5a11 Added WSAStartup/Cleanup to main.
This is something libpq also does when opening and closing connections.
This mechanism uses a use count and based on that count dll's are loaded
and unloaded. By adding those calls to main we make sure the use count
stays above zero for the whole duration of the program.
2016-12-27 10:27:44 +01:00
Eelke Klein
edc6df25da Initial commit. Contains a simple query tool. 2016-12-26 16:06:55 +01:00