DBIx-Simple-Class
view release on metacpan or search on metacpan
Revision history for DBIx::Simple::Class
1.009 2015-03-21
- improved class method SQL_LIMIT.
1.008 2014-08-03
- Fixed logical error in decision to generate the base class or not.
- Improved documentation.
- Improved tests.
1.007 2014-08-02 21:06:20 CEST
- Schema/base class is generated and dumped only if
"table" argument is not specified or is '%'.
1.006 2014-01-12 01:04:11 CET
- Fixed wrong documentation for select_by_pk().
1.005 2013-12-29 15:23:18 CET
- Fixed bug in CHECKS code generation default value.
- Added "--table" option for dsc_dump_schema.pl
1.004 2013-12-03 23:29:29 CET
- No __END__ markers in generated code.
1.003 2013-12-03 22:20:41 CET
- 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"
( run in 2.399 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )