diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-07 20:08:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-07 20:08:10 +0000 |
commit | aea1197f83a3725ca7bf2c91e974774adc4abc95 (patch) | |
tree | bdace7d89055640925728c2a07e88406312cf2b8 /.gitmodules | |
parent | Disable fall-through warning on generated code (diff) | |
download | libdbpp-aea1197f83a3725ca7bf2c91e974774adc4abc95.tar.bz2 libdbpp-aea1197f83a3725ca7bf2c91e974774adc4abc95.tar.xz libdbpp-aea1197f83a3725ca7bf2c91e974774adc4abc95.zip |
Add MySQL client submodule and build and test
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |