David Grudl
David Grudl
I understand.
I have never experienced such a problem.
There is a little complication for me. I'm improving the documentation a lot and I'm doing every edit in English and Czech at the same time. But I can't do...
My plan now is to completely rewrite the intro pages of Nette, Latte, Tester, etc (yes, unfortunately even the base chapter you translated) and gradually add information about the new...
So I'm afraid the Russian translation will be pointless because Putin plans to disconnect and isolate Russia from the world internet. I'm sorry how the situation has escalated, this should...
Tests are failing…
My knowledge in poor too, I'll try to understand it, but it will not be soon…
Because keys are always quoted, I think the best way is to use Nette\Database\SqlLiteral ```php $db->query('SELECT * FROM log WHERE', [ new SqlLiteral("data->>'code' = ?", [2]), ]); ```
Yes, problem is that `data->>'code'` is not column, it is column `data` and JSON operator `->>` and string `'code'`. And NDB is not ready for it. Support for JSON could...