Nobuo Okazaki
Nobuo Okazaki
I faced this bug on my app too. In my case, I avoid the bug as follows and the app works fine. Under, Python 3.6.8 + Bottle.py 0.12.18 ```python #!/usr/bin/env...
Hi, Thank you for using macaron and your comment. First, SerialKeyField, I've forgotten the reason of the name...(may be brought up the image of 'serial' in PostgreSQL). And your suggestion...
Hi, Your suggestion seems nice. And, in case of such as fetching author.name, the strategy may contribute its performance. I prepare the next release of Macaon, after that, I'll make...
- Deep selection support - Member.select(team__name__like="Foo%")
Hi, Storing a raw or pickled data to DB may be sometimes needed, I think, too. It seems to be worth to implemented and I'll foretaste its effects. Thank you!
@FrViPofm Sorry, but my response is too late. It may be fixed with latest commit. You can define self-relationships by using the model name. I verify the behavior. ```sql CREATE...
fields(), fields_tuple(), and field() are apploximately implemented. @ef418ce90525a0c72c70343730f8ff0497c56996 DISTINCT option needs to be tested.
Simple GROUP BY clause is considerable. The simple `Team.group_by("firstname", "familyname")` will be equivalent to `SELECT firstname, familyname FROM team GROUP BY firstname, familyname`. It returns iterator or list of tuples.
Sorry, but for my slow response. I have used macaron in python 3.6 privately. Some lambda functions causes exception under python 3 environment. But under my private environment, I've fixed...
In 51043efcd340b483648322fe4992dbf15af98da4, it supports and tested in python 3.6. If you find some bugs, please tell me.