Do SQLite loading without any hairy regexes.
authorAndrew Rodland <andrew@hbslabs.com>
Thu, 25 Feb 2010 09:35:59 +0000 (03:35 -0600)
committerAndrew Rodland <andrew@hbslabs.com>
Thu, 25 Feb 2010 10:52:13 +0000 (04:52 -0600)
commitdca5cd028274876a0c531c007aae5d20611b617d
tree6fe525f283bb59c1e9906f45b99e0ba204e445c1
parentc5df73970f77123305f69d77d213aab3d984529f
Do SQLite loading without any hairy regexes.

Well... besides the ones in DBD::SQLite anyway.
_sqlite_parse_table is gone, and the other SQLite-specific funcs now
use SQLite introspection stuffs. Probably requires newer SQLite vers.
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm