support sub-second precision for TIMESTAMPs for Firebird over ODBC
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Firebird.pm
CommitLineData
f7e5fd18 1package DBIx::Class::Storage::DBI::Firebird;
2
3use strict;
4use warnings;
5use base qw/DBIx::Class::Storage::DBI::InterBase/;
6use mro 'c3';
7
8=head1 NAME
9
10DBIx::Class::Storage::DBI::Firebird - Driver for the Firebird RDBMS via
11L<DBD::Firebird>
12
13=head1 DESCRIPTION
14
15This is an empty subclass of L<DBIx::Class::Storage::DBI::InterBase> for use
16with L<DBD::Firebird>, see that driver for details.
17
18=cut
19
201;
21
22=head1 AUTHOR
23
24See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
25
26=head1 LICENSE
27
28You may distribute this code under the same terms as Perl itself.
29
30=cut
31# vim:sts=2 sw=2: