Igor Prots
Igor Prots
Is it possible to make this stuff configurable?
Допустим есть правило на поле to:{'required', ....} и такое же на поле reg_id:{'required', ....}, но в запросе должно быть только одно из этих полей. Если есть поле to, то не...
Не совсем понятно почему спецификация допускает наличие в исходном пакете полей, для которых не заданы правила валидации? И в резалтсете мы получаем обрезанный набор исходных данных вместо ошибки валидации.
amqp_channel_sup crashed after bad request in channel and didn't start new child. The problem arise when I try to make a bad request in channel, for example, publish string message...
Could you please add more complicated examples in the readme doc for selection and document manipulation. For example I need the next query (js): r.table('tracker').filter(r.row('file').eq('test2.txt')).filter(r.row('timestamp').ge(63598330793)).filter(r.row('timestamp').le(63598330795)) How I can build it...
Hello, could you please describe how I can store datetime to DB in the right format? I didn't find any docs or examples, thanks.