Commit | Date | |
---|---|---|
2013-01-03 22:54:33 | Tree | |
2013-01-03 13:59:15 | Tree | |
[r11107]
by
jplang
Use joins instead of sub-queries (#12713). Sub-queries in group by are not supported by SQLServer. |
2013-01-03 13:57:27 | Tree |
2013-01-03 13:40:50 | Tree | |
2013-01-03 13:39:04 | Tree | |
2013-01-03 13:38:22 | Tree | |
[r11103]
by
jplang
Make sure we don't cast an empty string to numeric (#12713). SQLServer evaluates the CAST condition even if the <> '' condition is false. |
2013-01-03 13:33:16 | Tree |
[r11102]
by
jplang
Use joins instead of sub-queries in group by/sort by when using custom fields (#12713). Sub-queries in group by are not supported by SQLServer. |
2013-01-03 12:28:50 | Tree |
[r11101]
by
jplang
Repository changesets are already sorted by committed_on DESC (#12713). SQLServer raises an error because committed_on is specified twice in the order by list. |
2013-01-03 11:40:39 | Tree |
[r11100]
by
jplang
Prevents position to be specified more than once in the order by list which is not supported by SQLServer (#12713). |
2013-01-03 11:37:07 | Tree |