release 0.07009
Rafael Kitover [Fri, 25 Feb 2011 11:07:30 +0000 (06:07 -0500)]
30 files changed:
Changes
lib/DBIx/Class/Schema/Loader.pm
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBI/ADO.pm
lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm
lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm
lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm
lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm
lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm
lib/DBIx/Class/Schema/Loader/DBI/Sybase/Microsoft_SQL_Server.pm
lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
lib/DBIx/Class/Schema/Loader/RelBuilder.pm
lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm
lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm
lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm

diff --git a/Changes b/Changes
index 5d99408..283c21f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.07009  2011-02-25 11:06:51
         - fix a syntax error in MS Access ADO driver
 
 0.07008  2011-02-25 01:54:43
index 54b517f..66d8447 100644 (file)
@@ -10,7 +10,7 @@ use Scalar::Util qw/ weaken /;
 # Always remember to do all digits for the version even if they're 0
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 __PACKAGE__->mk_group_accessors('inherited', qw/
                                 _loader_args
index 9b27a1e..0365287 100644 (file)
@@ -25,7 +25,7 @@ use DBIx::Class ();
 use Class::Load 'load_class';
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 __PACKAGE__->mk_group_ro_accessors('simple', qw/
                                 schema
index a969b8c..cc8f0bb 100644 (file)
@@ -8,7 +8,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use Try::Tiny;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 __PACKAGE__->mk_group_accessors('simple', qw/
     _disable_pk_detection
index c605679..003eaa2 100644 (file)
@@ -7,7 +7,7 @@ use mro 'c3';
 use Carp::Clan qw/^DBIx::Class/;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index e2dbf8f..bc0c0e2 100644 (file)
@@ -11,7 +11,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use Try::Tiny;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index 5a87a69..64198fc 100644 (file)
@@ -10,7 +10,7 @@ use mro 'c3';
 use Carp::Clan qw/^DBIx::Class/;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index 9fd895f..0b45d6b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index c001788..a266e32 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index b916bbf..9dab492 100644 (file)
@@ -8,7 +8,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use Scalar::Util 'looks_like_number';
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index d4270b8..c0fb6b5 100644 (file)
@@ -8,7 +8,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use List::Util 'first';
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index 5cfc69e..1d89138 100644 (file)
@@ -8,7 +8,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use Try::Tiny;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index c5b892d..9690197 100644 (file)
@@ -7,7 +7,7 @@ use mro 'c3';
 use Carp::Clan qw/^DBIx::Class/;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index e718f6d..f28f8c2 100644 (file)
@@ -10,7 +10,7 @@ use Carp::Clan qw/^DBIx::Class/;
 use Try::Tiny;
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 __PACKAGE__->mk_group_accessors('simple', qw/
     __ado_connection
index 3837ceb..c997dd6 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index b3a47f4..1fca129 100644 (file)
@@ -8,7 +8,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index c3c300f..488883e 100644 (file)
@@ -8,7 +8,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index 27ff5d3..8dd642a 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index 87e3f1d..68748ac 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index acd5538..6f4c6d2 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 /;
 use Carp::Clan qw/^DBIx::Class/;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index dab20d7..ed9f933 100644 (file)
@@ -9,7 +9,7 @@ use base qw/
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index d6212e2..b044e52 100644 (file)
@@ -6,7 +6,7 @@ use base 'DBIx::Class::Schema::Loader::DBI::Sybase::Common';
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index f0004d1..ce4cfc8 100644 (file)
@@ -6,7 +6,7 @@ use base 'DBIx::Class::Schema::Loader::DBI';
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index be5a718..533aced 100644 (file)
@@ -6,7 +6,7 @@ use base 'DBIx::Class::Schema::Loader::DBI::MSSQL';
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index e39818e..8e0c5fa 100644 (file)
@@ -1,7 +1,7 @@
 package DBIx::Class::Schema::Loader::DBI::Writing;
 use strict;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 # Empty. POD only.
 
index d821cdc..42f1ceb 100644 (file)
@@ -6,7 +6,7 @@ use base 'DBIx::Class::Schema::Loader::DBI';
 use Carp::Clan qw/^DBIx::Class/;
 use mro 'c3';
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 =head1 NAME
 
index d1e11c3..2b041f0 100644 (file)
@@ -15,7 +15,7 @@ use Class::Inspector ();
 use List::MoreUtils 'apply';
 use namespace::clean;
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 # Glossary:
 #
index 7d7dc86..c56f928 100644 (file)
@@ -7,7 +7,7 @@ use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_05';
 use Carp::Clan qw/^DBIx::Class/;
 use Lingua::EN::Inflect::Number ();
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 sub _relnames_and_method {
     my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_;
index 36900cb..747a227 100644 (file)
@@ -7,7 +7,7 @@ use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_06';
 use Carp::Clan qw/^DBIx::Class/;
 use Lingua::EN::Inflect::Number ();
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 sub _to_PL {
     my ($self, $name) = @_;
index 499c253..2739014 100644 (file)
@@ -7,7 +7,7 @@ use base 'DBIx::Class::Schema::Loader::RelBuilder';
 use Carp::Clan qw/^DBIx::Class/;
 use Lingua::EN::Inflect::Phrase ();
 
-our $VERSION = '0.07008';
+our $VERSION = '0.07009';
 
 sub _normalize_name {
     my ($self, $name) = @_;