Renat Nasyrov

Results 4 comments of Renat Nasyrov

I've just found [this](https://magicstack.github.io/asyncpg/current/usage.html#example-automatic-json-conversion) nice piece of documentation for asyncpg. Is there an underlying asyncpg connection I can modify this way?

I've noticed that ```python query = CreateSchema(MyModel.__table_args__["schema"]) await db.execute(str(query)) ``` works fine to me. So maybe you just need to cast an SQL expression to string.

> AhoCorasick automaton is a simple DFA, thus during visiting nodes we would need to save somewhere the whole path which lead to the current, accepting state. At first glance...

> Hi Pehat, > > Why can't you trace back in the string being searched, like I suggested? Hi frankier, I need to store associated Python objects in the trie,...