diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 12:41:16 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 17:05:54 +0000 |
| commit | a897d9fd347743af56db612c104b420c08ee34be (patch) | |
| tree | 6994b8af3620e399463f5d0ce842044c5a1fc7ab | |
| parent | Add traits based generic bindParam function (diff) | |
| download | libdbpp-a897d9fd347743af56db612c104b420c08ee34be.tar.bz2 libdbpp-a897d9fd347743af56db612c104b420c08ee34be.tar.xz libdbpp-a897d9fd347743af56db612c104b420c08ee34be.zip | |
Fix PQ submodule path
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index d136501..71c0288 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "libdbpp/unittests/pq"] +[submodule "libdbpp/unittests/libdbpp-postgresql"] path = libdbpp/unittests/libdbpp-postgresql - url = http://git.randomdan.homeip.net/git/libdbpp-postgresql + url = ssh://git.randomdan.homeip.net/var/git/libdbpp-postgresql [submodule "libdbpp/unittests/libdbpp-mysql"] path = libdbpp/unittests/libdbpp-mysql url = ssh://git.randomdan.homeip.net/var/git/libdbpp-mysql |
