diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-24 01:01:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-24 01:01:30 +0100 |
commit | 15c1e5566f7ad8448985ca6e52805ceb4ec389a8 (patch) | |
tree | 14908b221d01cca00975da84656adcea57898620 /lib/Jamfile.jam | |
parent | Minor tidy up of replStream (diff) | |
download | mygrate-15c1e5566f7ad8448985ca6e52805ceb4ec389a8.tar.bz2 mygrate-15c1e5566f7ad8448985ca6e52805ceb4ec389a8.tar.xz mygrate-15c1e5566f7ad8448985ca6e52805ceb4ec389a8.zip |
Basic support for queries with bound parameters
Bit of a reshuffle to make the types not DB specific, add some basic tests over query
execution, no selects yet and no validation anything is actually right.
Diffstat (limited to 'lib/Jamfile.jam')
-rw-r--r-- | lib/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Jamfile.jam b/lib/Jamfile.jam index 05699a8..c54dabc 100644 --- a/lib/Jamfile.jam +++ b/lib/Jamfile.jam @@ -4,7 +4,9 @@ lib mygrate : <link>static <include>. <use>..//libmariadb + <use>..//libpq : : <include>. <library>..//libmariadb + <library>..//libpq ; |