vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Stop DBIC from removing joins needed for virtual columns #190

Closed nrdvana closed 3 years ago

nrdvana commented 3 years ago

This adds references to columns of joins that DBIC mistakenly believes are unused, thus preventing DBIC from removing them, and preventing query crashes that happen as the result of users toggling columns on and off.