Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Handle newline-trimmed input TEXT correctly in base64, base85 UDFs. | larrybr | 2023-04-25 |
* | Check for OOM sqlite_value_x() returns in base64, base85 extensions. | larrybr | 2023-04-25 |
* | Fix compiler warning in base85.c. | drh | 2023-01-27 |
* | Add base64() and base85() text/blob conversions to the CLI. | larrybr | 2022-12-23 |
* | Sync w/trunk, zap surplus space. | larrybr | 2022-11-28 |
* | Speed up base85() conversions and sync w/trunk. | larrybr | 2022-11-24 |
* | Add more baseNN tests, get oversize error trapping working, and sync w/trunk | larrybr | 2022-11-22 |
* | Fix a base64 decode bug. Provide for convenient inclusion of extension(s) bui... | larrybr | 2022-11-21 |
* | New extensions for base85 and base64 conversion UDFs | larrybr | 2022-11-19 |