Even more aggressive streamline of SQL scanning in _resolve_aliastypes
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 28 Sep 2015 15:58:07 +0000 (17:58 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 6 Oct 2015 09:09:25 +0000 (11:09 +0200)
commit892035682c81ff85a92861e173f72ae14b380ed7
tree4c9b7def0ea1e7e8b2d793294fad0d32e0012121
parent757891ed5c4132d95e339212a5f66a2ee9fe4503
Even more aggressive streamline of SQL scanning in _resolve_aliastypes

No longer try to match individual pieces at all, simply treat every single
fragment as a single string. While rather barbaric, we are doing it anyway
in order to catch fragments, thus it makes no sense to keep the "proper"
codepath at all.

This concludes the shenanigans in this function
lib/DBIx/Class/Storage/DBIHacks.pm