1
0
mirror of synced 2025-02-02 21:41:45 +03:00
Luís Cobucci f36470941c
Fix BC-break on delete queries with nasty workaround
The `v2.5.x` series of the ORM allowed to have DELETE DQLs without using
an alias, even though it didn't follow the grammar rules of the parser.
We fixed that issue on `v2.6.0` however that was a BC-breaking change
and lots of people were relying on this faulty behaviour.

This workaround fixes the BC-break, without even trying to be elegant.
In `v2.7.0.` we should raise a deprecation notice to notify people that
we'll drop that "feature" in `v3.0`.
2018-02-19 00:53:36 +01:00
..
2018-02-17 18:05:32 +01:00
2014-02-05 15:13:53 +01:00
2016-10-25 23:58:42 -03:00
2017-12-17 00:55:50 +01:00
2017-11-26 16:33:27 +01:00