Anton Zhiyanov

Results 53 comments of Anton Zhiyanov

This issue is for extension announcements only, so please don't comment on it. Happy to discuss any extension-related questions in separate issues.

## dbdump Export database or table structure and contents into a single UTF-8 string. Created by [D. Richard Hipp](https://sqlite.org/src/file/ext/misc/dbdump.c), Public Domain. `dbdump([schema[, table]])` - `schema` is the schema to be...

## decimal Arbitrary-precision decimal arithmetic on numbers stored as text strings. Because the numbers are stored to arbitrary precision and as text, no approximations are needed. Computations can be done...

Why would anyone need to convert numbers between different number bases in the database?

Да, это ожидаемое поведение, но согласен, что получилось криво. Исправлю для питона и js.

Sorry, I don't have the capacity for that at the moment.

Which sqlean version are you using?

The current version of `regex_replace` replaces only the _first_ occurrence, so the `a_cde` result is expected. I might change this behavior in one of the future versions for consistency with...

Hi! Sure, feel free to send a PR. Should be pretty similar to the `Expire` test.