From aea1197f83a3725ca7bf2c91e974774adc4abc95 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 7 Feb 2019 20:08:10 +0000 Subject: Add MySQL client submodule and build and test --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6a0359d..d136501 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libdbpp/unittests/pq"] path = libdbpp/unittests/libdbpp-postgresql url = http://git.randomdan.homeip.net/git/libdbpp-postgresql +[submodule "libdbpp/unittests/libdbpp-mysql"] + path = libdbpp/unittests/libdbpp-mysql + url = ssh://git.randomdan.homeip.net/var/git/libdbpp-mysql -- cgit v1.2.3