You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-schema/Changes

66 lines
1.1 KiB

=encoding UTF-8
=head1 NAME
Changes - Revision history for NGCP-Schema
=head2 2.002 2013-07-24
inflation of epoch stored as string
=head2 2.001 2013-07-19
=over
=item load DBIx::Class::Helper::ResultSet for C<SetOperations>/C<union> method
=item inflation of epoch with milliseconds data type
=back
=head2 2.000 2013-07-15
=over
=item result classes in a single namespace (see L<NGCP::Schema/INCOMPATIBILITIES)
=item unify access to tables through configuration item C<ngcp_connect_info>
=back
=head2 1.003 2013-06-27
add component for JSON serialisation hooks
=head2 1.002 2013-06-14
=over
=item relax connect_info for passed-through DBI attributes
=item automatically encode password columns
=back
=head2 1.001 2013-05-14
=over
=item add L<DBIx::Class::InflateColumn::DateTime> to classes
=item simple test for checking consistency of moniker naming against the
database
=item column accessors that collide with built-in/autoboxed methods are
prefixed with C<column_>
=item domain handling
=item port configuration and exception handling from ossbss
=back
=head2 1.000 2013-02-05
Initial release.