diff options
author | Travis A. Everett <travis.a.everett@gmail.com> | 2020-05-04 22:50:47 (GMT) |
---|---|---|
committer | Travis A. Everett <travis.a.everett@gmail.com> | 2020-05-04 22:50:47 (GMT) |
commit | 2a6f9d50d606c59e86fe99e4304f056fd7f1032c (patch) | |
tree | b9d2bef0bdb0c05d1ab0f587cf8afabf6df2f9f7 /testing/071 | |
parent | c81d624d8bdd650b2ff2bdb0d3b840180bd08964 (diff) | |
download | Doxygen-2a6f9d50d606c59e86fe99e4304f056fd7f1032c.zip Doxygen-2a6f9d50d606c59e86fe99e4304f056fd7f1032c.tar.gz Doxygen-2a6f9d50d606c59e86fe99e4304f056fd7f1032c.tar.bz2 |
fix #7746 with liberal use of _static==FALSE
Something in the refactor at 960bae7 caused junk data to start showing up in
some sqlite3 columns. Calling bindTextParameter with _static==FALSE causes it
to call sqlite3_bind_text with SQLITE_TRANSIENT instead of SQLITE_STATIC,
which in turn causes sqlite3 to copy the string at bind time.
Diffstat (limited to 'testing/071')
0 files changed, 0 insertions, 0 deletions