On 2016-01-04 01:50, Andrei Alexandrescu wrote:

Binding D variables to SQL expressions also comes to mind. -- Andrei

You have also been pushing a lot for ranges, which I think is good. I would much rather like to view a table as a range, but the algorithms would be preform in the database instead of in the application code. Something like:

Person.filter!(e => e.name == "John")

--
/Jacob Carlborg

Reply via email to