George Moschovitis
George Moschovitis
Moreover, each filter should be able to call (and wrap) the next filter or handler in the pipeline.
Can `column_count` be called after `prepare` or it can be called only after `execute`/`query`?
I have provided a test case (that FAILS) to demonstrate the problem decodeToString optionally gets an integer argument and performs base32/base64 encoding. Base32 does not work.
Thanks for the report. We could add a mechanism to check the heartbeat messages, and if they don't arrive for e.g. 10s, it should trigger a re-connection. That would make...
Thanks for the heads-up, I will check it later today.
Thanks for the PR, I will create a release now.
Published new versions. @allanbrondumkr
Re signing payments, any chance you could submit a PR? Same for AccountTxRequest? That would be greatly appreciated.
Indeed, t looks a bit weird, I guess I can get used to it, but it would be nice to have another variant!
Well, one solution is to 'collect' the rows variable and eliminate the ref to the Statement: ```tan let records = rows.map(|r| ...); let records = records.collect::().unwrap(); ``` But this prohibits...