I'm interested in this as well. Two points to make. One, why not start with
postgresql, which if I understand correct already supports getting ids in
bulk_create. I think the "how to support getting ids in MySQL" is a
separate issue. Second, I strongly agree with Shai, falling back should
eithe
On Sunday 31 July 2016 00:15:57 Donald Stufft wrote:
> > On Jul 30, 2016, at 4:40 PM, Aymeric Augustin
> > wrote:
> >
> > I have trouble believing that a significant number of people are used to
> > typing 100+ characters when inputting their name into a website — let
> > alone that a significant
On Sat, Jul 30, 2016 at 8:08 AM, Josh Smeaton wrote:
>
> I think having a single name field is reasonable for the vast majority of
> cases, but it fails where projects really do need to identify two names for
> things like sorting or categorising.
I'd be willing to believe that a project requires
As I watch this discussion I am reminded of a talk I saw a few years ago
at PyConAU:
https://www.youtube.com/watch?v=_V4q0o-nKp4&list=PLs4CJRBY5F1KDIN6pv6daYWN_RnFOYvt0&index=33
--
Curtis
On 01/08/16 09:34, James Pic wrote:
On Sat, Jul 30, 2016 at 8:08 AM, Josh Smeaton wrote:
I think havi