Instead of assembling many small regexes scan all the SQL in one pass
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 22 Sep 2015 02:11:27 +0000 (04:11 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 28 Sep 2015 15:45:23 +0000 (17:45 +0200)
commit90c9dd1da2eab272f75dc62a504f378a07737218
treea0fef99ad63e245d3a09e8fefc455404283175df
parent229401a04e99e27e256fdcd24b3c34087c9c2bc1
Instead of assembling many small regexes scan all the SQL in one pass

Speeds up the analyzer massively, now it's mostly SQLA itself holding things
back... sigh
lib/DBIx/Class/Storage/DBIHacks.pm