bronte2k7
bronte2k7
Hi @skidrow88 Downgrade your package events need 0.3
Thanks for your reply. Well, when there is a choice ))))
Python: ```python User.q.balance.between(value1, value2) ``` SQL query: ```sql SELECT * FROM users WHERE balance BETWEEN value1 AND value2; ``` This is a field method, same as startswith or endswith
Of course, in this case, I can use SQLBuilder. But the field method looks much more convenient)))
Goodly. This is the most convenient way))). Is it possible to extend the SQLObjectField class yourself? There are more methods that can be added for convenience. p.s. thanks for your...
Hi @phdru I would like to add more methods for the field. These methods are needed solely for the convenience. An example of some methods: [http://docs.peewee-orm.com/en/latest/peewee/query_operators.html#query-operators](here). Of course, good documentation...
I'm sorry for the mistake I am want get redirect with parameters $.redirect("url "/login.php", {'id[]': [1, 2]}, 'GET'); example.com/login.php?id=26&id=34
Hi Please show working example