Am 14.01.2015 20:50 schrieb "Simon J Welsh" <si...@welsh.co.nz>:
>
> >    create_query("deleted=0", "name", _, _, true);
> >
> > Still not sure if it's better than `default`, though.
>
> That would be a BC break as you can currently have a constant _.

A visually pleasing (IMO), even easier to type, and non-BC alternative,
could be using a dash:

create_query("deleted=0", "name", -, -, true);

best regards
  Patrick

Reply via email to