diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-28 16:06:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-29 00:13:22 +0100 |
commit | 06d76645900b2a7db8f88a0ad3bf4ae66cef52f1 (patch) | |
tree | 5e0f585113a974e1207374ae23f44c0b79db63d3 /scripts/lib/bsp | |
parent | 5fba9d8c6c9982f59b0285fe17e91e162e25d495 (diff) | |
download | poky-06d76645900b2a7db8f88a0ad3bf4ae66cef52f1.tar.gz |
bitbake: prserv/db: Threading fixes
Enabling threading for the PRServer causes a number of issues. Firstly is
the obtuse error:
sqlite3.InterfaceError: Error binding parameter 0 - probably unsupported type
which is due to the class not being derived from object. See:
http://docs.python.org/2/library/sqlite3.html#registering-an-adapter-callable
Secondly, we want to enable multithreadded access to the database so we do this
when we open it. This opens the way up to multithreading the PR server.
(Bitbake rev: 5709efc2ff1e36529bd28f49cd093ccfa7abff7f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp')
0 files changed, 0 insertions, 0 deletions