Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type are called after connecting
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 27 Dec 2012 05:43:53 +0000 (06:43 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 12 Jan 2013 13:47:16 +0000 (14:47 +0100)
commitad7c50fc26e1304855438776d88f4dd074d2fe05
tree297f9a4168f8e5744d14e080bb05c1c4698cfe0d
parent9720202815dbafee0d9e944e3f8258d4aca446d4
Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type are called after connecting

This way a user does not have to worry about the particular DBI/DBD being
loaded before accessing its constants
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/SQLite.pm