Kotlin: Speed up getAPrimaryQlClass

It now gives less useful info, but can be manually investigated if it
fails.
This commit is contained in:
Ian Lynagh
2021-11-04 17:46:43 +00:00
parent 59307285e8
commit 2d43e7b2d1

View File

@@ -9,5 +9,4 @@ where t.getAPrimaryQlClass() = "???"
// Kotlin bug:
and not t.(Type).toString() = "string"
select t,
concat(t.getAPrimaryQlClass(), ","),
concat(t.getAQlClass(), ",")
concat(t.getAPrimaryQlClass(), ",")