DBIx-Simple-Class
view release on metacpan or search on metacpan
- Be more strict on using list and scalar context.
- Got back $VERSION in DBIx::Simple::Class::Schema
so it is indexed by PAUSE.
1.002 2013-12-01 00:38:33 CET
- Calling explicitely Carp::croak().
1.001 2013-11-30 10:41:15 CET
- Using a real number for perl versions.
1.000 2013-11-29 01:27:46 CET
- Generated accessors do not call $self->_check()
but only emulate allow() from Params::Check
for performance.
- DBD::SQLite >= 1.37 required for tests
for no particular reason.
- Fixed typo in autogenerated schema.
- Generated classes pass Perl::Critic "harsh".
0.999 2013-11-26 23:05:56 CET
- Enhanced autogenerated POD for the base class.
0.998 2013-05-26 17:15:55 EEST
- Using grep instead of smartmatch oprator(~~).
0.997 2013-04-16 01:26:35 EEST
- Micro optimizitaions.
- Removed dependency Module::Load::Conditional.
0.996 2013-04-13 23:41:53 EEST
- Added META_MERGE section to Makefile.PL
- Implemented dsc_dump_schema.pl as example for
dumping a schema from a database to Perl classes.
- Fixed small SQL DECIMAL_DIGITS bug in DBIx::Simple::Class::Schema.
- Added MANIFEST.SKIP
- Many small improvements in DBIx::Simple::Class::Schema.
- Fixed connection bug in mysql tests.
0.995 2013-04-07 01:32:14 EEST
- $class->BUILD() is called too late in case
of quoted identifirers - Fixed.
- Fixed Failing test due to stupid expectations about hash key order.
0.994 2013-03-09 21:03:36 EET
- Fix for odd but possible DECIMAL(8,0)
0.993 2013-03-09 19:38:05 EET
- Added method DBIx::Simple::Class::create().
- Enhanced tests.
- Enhanced DBIx::Simple::Class::Schema::dump_schema_at().
- Perltidyed.
0.992 2012-09-12 23:03:46 EEST
- Fixed typos in documentation
- Fixed unnoticeable bug in the generated Schema Class
- Slight improvements in documentation
- Prefixed default namespace with 'DSCS::'
to reduce possible namespace collision.
0.991 2012-09-07 17:30:04 EEST
- Fixed failing tests on windows related to chmod.
Thanks to Peter du Marchie van Voorthuysen.
0.99 2012-09-07 15:38:49 EEST
- Added dbix method to the generated base/schema class
so generated classes can have their
own connection per schema class.
- Fixed failing tests.
0.98 2012-09-07 01:03:34 EEST
- Created DBIx::Simple::Class::Schema.
- Implemented load_schema().
- Implemented dump_schema_at().
- Added all dependencies to Makefile.PL
- Improved documentation.
- DBIx::Simple::Class::Schema is also well covered with tests.
0.70 2012-08-26 00:20:50 EEST
- Increased version because of PAUSE
"Status: Decreasing version number"
-- hidden more example classes from PAUSE
0.69.1 2012-08-25 23:31:52 EEST
- Cleanup.
- Fixed MANIFEST
0.69 2012-08-25 19:48:44 EEST
- This is a major release.
- Improved DESCRIPTION in pod.
- Added examples. See examples/lib/My
- Test Coverage:
file stmt bran cond sub pod time total
Class.pm 97.9 94.1 70.9 100.0 100.0 90.7 94.4
- Moved database agnostic tests to 00-common.t
- Addedd is_base_class for detecting direct inheritance
from DBIx::Simple::Class.
- Improved query(). Can be used by base class for directly
calling $class->dbix->query().
My::BaseClass->query(...) == $dbix->query(...)
- Improved debug and error messages.
- Rearanged BUILD()
0.68 2012-08-18 23:16:49 EEST
- Added MIN_PERL_VERSION to Makefile.PL
0.67 2012-08-18 14:38:56 EEST
- Added/improved comments to all default constants/class properties.
- $UNQUOTED and $QUOTE_IDENTIFIERS are state variables now too.
- Using //= for $UNQUOTED.
- Slight optimisations.
- Using Temporary tables for tests so no garbage is left
in mysq test database if some test dies.
0.66 2012-08-18 05:57:54 EEST
- Localised Params::Check variables as recommended in docs.
- use 5.10.1 to use the smart match operator.
- No List::Util needed any more.
- Removed -T flag from all test files.
0.65 2012-08-18 03:50:55 EEST
( run in 0.598 second using v1.01-cache-2.11-cpan-39bf76dae61 )