Browse Source
This makes executing a query/command a two step process, but allows us to use the native binding and avoid having to build queries as SQL strings. Two major advantages are that we are no longer vulnerable to SQL injections and that we do not have to hex-encode binary fields like private keys, hashes, and routing onions, halving the storage requirements for those. Signed-off-by: Christian Decker <decker.christian@gmail.com>ppa-0.6.1
Christian Decker
7 years ago
committed by
Rusty Russell
2 changed files with 62 additions and 0 deletions
Loading…
Reference in new issue