Simon Charette
277ed07209
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
...
The Subquery class which Exists inherits from defaulted to using single-valued
querie's field if no output_field was explicitly specified on initialization
which was bypassing the Exists.output_field defined at the class level.
Moving Subquery's dynamic output_field resolution to _resolve_output_field
should make sure the fallback logic is only performed if required.
Regression in 08654a99bbdd09049d682ae57cc94241534b29f0.
Thanks Oli Warner for the detailed report.
2018-03-08 13:30:41 -05:00
..
2016-11-15 17:00:50 -05:00
2017-02-03 08:01:45 -05:00
2017-12-23 10:26:32 +01:00
2016-11-15 17:00:50 -05:00
2017-11-06 22:41:03 -05:00
2016-11-15 17:00:50 -05:00
2017-01-17 20:52:04 -05:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-20 18:04:42 -04:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-01-18 11:51:29 -05:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2017-01-18 11:51:29 -05:00
2017-09-22 12:51:17 -04:00
2016-11-01 09:30:57 -04:00
2016-12-01 17:15:04 -05:00
2017-09-22 12:51:17 -04:00
2018-03-06 08:30:40 -05:00
2017-11-16 10:37:50 -05:00
2017-09-22 12:51:17 -04:00
2016-11-01 09:30:57 -04:00
2016-12-01 17:15:04 -05:00
2017-09-22 12:51:17 -04:00
2017-09-22 12:51:17 -04:00
2016-11-01 09:30:57 -04:00
2016-12-01 17:15:04 -05:00
2017-01-04 13:20:01 -05:00
2017-03-01 10:11:32 -05:00
2017-09-22 12:51:17 -04:00
2017-09-05 10:58:38 -04:00
2017-10-13 18:20:11 +02:00
2017-05-06 08:19:41 -04:00
2017-06-01 11:09:51 -04:00
2017-07-01 19:13:35 -04:00
2017-08-01 08:08:18 -04:00
2017-09-05 10:58:38 -04:00
2017-10-05 14:13:32 -04:00
2017-11-01 21:11:38 -04:00
2017-12-02 08:55:33 -05:00
2018-01-01 19:34:34 -05:00
2018-02-01 09:05:14 -05:00
2018-03-06 08:30:40 -05:00
2018-01-11 06:48:29 -05:00
2018-01-01 19:34:34 -05:00
2018-02-01 09:05:14 -05:00
2018-03-06 08:30:40 -05:00
2018-03-08 13:30:41 -05:00
2018-01-30 19:58:16 -05:00
2018-03-03 12:08:24 -05:00
2018-03-06 13:25:20 -05:00
2018-03-06 12:59:36 -05:00