Menu

Tree [dc9f77] default tip /
 History

Read Only access


File Date Author Commit
 .hgignore 2024-07-12 reby reby [51c8b7] modify .hgignore to avoid all files in .vs/ dir...
 LICENSE 2018-11-08 Robert Eby Robert Eby [d896b6] Added BSD 2-clause license may need to add cont...
 README.md 2018-11-20 reby reby [aed868] update readme for mariadb not mysql
 TODO.txt 2019-01-28 reby reby [4c6c59] update todo
 build_mariadb.cmd 2018-11-20 reby reby [507a0f] update setenv and build commands to hopefully w...
 build_wxwidgets.cmd 2018-11-20 reby reby [507a0f] update setenv and build commands to hopefully w...
 connectiondialog.cpp 2018-11-20 reby reby [c43740] add connection dialog to get connection setting...
 connectiondialog.h 2018-11-20 reby reby [c43740] add connection dialog to get connection setting...
 cppqueryanalyzer.sln 2018-11-09 reby reby [9958f8] initial revision of source files
 cppqueryanalyzer.vcxproj 2024-07-12 reby reby [2ad271] retarget solution to later platform toolset and...
 cppqueryanalyzer.vcxproj.filters 2019-01-30 reby reby [b747f6] issue #11: may be fixed now, needs more testing.
 cppqueryanalyzer.vcxproj.user 2018-11-20 reby reby [a776bc] update setenv and build commands - still work i...
 cppqueryanalyzer_main.cpp 2024-07-12 reby reby [dc9f77] fix header size height for new DPI aware scale ...
 cppqueryanalyzer_main.h 2019-01-30 reby reby [b747f6] issue #11: may be fixed now, needs more testing.
 db.cpp 2019-08-14 reby reby [54195e] remove extra include of windows.h
 db.h 2019-01-30 reby reby [b747f6] issue #11: may be fixed now, needs more testing.
 iqueryconnection.h 2019-01-28 reby reby [f5a0ba] issue #11: add IQueryConnection interface.
 mysqlconnection.cpp 2019-01-28 reby reby [e1b029] issue #11 - get ready to query in sub-thread to...
 mysqlconnection.h 2019-01-28 reby reby [e1b029] issue #11 - get ready to query in sub-thread to...
 querymanager.cpp 2019-08-14 reby reby [8e8f71] switch to wxThread for portability,
 querymanager.h 2019-08-14 reby reby [8e8f71] switch to wxThread for portability,
 setenv.cmd 2018-11-20 reby reby [507a0f] update setenv and build commands to hopefully w...
 stdafx.h 2024-07-12 reby reby [aacd1e] add comment about DPI aware settings in stdafx.h

Read Me

cppqueryanalyzer

Very simple GUI oriented SQL client for running test queries.

Requires: wxWidgets, mariadb connector/c library

To Build wxWidgets from source run:

build_wxwidgets.cmd

Requires: mariadb connector/c library (works for both mysql and mariadb)