summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTravis A. Everett <travis.a.everett@gmail.com>2020-05-04 22:50:47 (GMT)
committerTravis A. Everett <travis.a.everett@gmail.com>2020-05-04 22:50:47 (GMT)
commit2a6f9d50d606c59e86fe99e4304f056fd7f1032c (patch)
treeb9d2bef0bdb0c05d1ab0f587cf8afabf6df2f9f7 /testing
parentc81d624d8bdd650b2ff2bdb0d3b840180bd08964 (diff)
downloadDoxygen-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')
0 files changed, 0 insertions, 0 deletions