- Fix for PostgreSQL enums not in the schema search path (RT#123234)
- Fix 'default now()' test for PostgreSQL v10
- Work around incompatible change in Hash::Merge (GH#16)
+ - Fix skip count for non-InnoDB MySQL test
0.07047 2017-05-26
- Avoid upcoming DBIC warning on implicit SELECT * invocation
'is_nullable=1 detection';
SKIP: {
- skip $self->{skip_rels}, 149 if $self->{skip_rels};
+ skip $self->{skip_rels}, 143 if $self->{skip_rels};
my $moniker3 = $monikers->{loader_test3};
my $class3 = $classes->{loader_test3};