DBIx-ObjectMapper 0.3013 Latest
Files
- Changes
- MANIFEST
- MANIFEST.SKIP
- META.yml
- Makefile.PL
- README
- inc/Module/AutoInstall.pm
- inc/Module/Install.pm
- inc/Module/Install/AuthorTests.pm
- inc/Module/Install/AutoInstall.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/Include.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/Metadata.pm
- inc/Module/Install/ReadmePodFromPod.pm
- inc/Module/Install/TestBase.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- inc/Spiffy.pm
- inc/Test/Base.pm
- inc/Test/Base/Filter.pm
- inc/Test/Builder.pm
- inc/Test/Builder/Module.pm
- inc/Test/Exception.pm
- inc/Test/More.pm
- lib/DBIx/ObjectMapper.pm
- lib/DBIx/ObjectMapper/Engine.pm
- lib/DBIx/ObjectMapper/Engine/DBI.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Driver.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Driver/Pg.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Driver/SQLite.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Driver/mysql.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Iterator.pm
- lib/DBIx/ObjectMapper/Engine/DBI/Transaction.pm
- lib/DBIx/ObjectMapper/Iterator.pm
- lib/DBIx/ObjectMapper/Iterator/Base.pm
- lib/DBIx/ObjectMapper/Log.pm
- lib/DBIx/ObjectMapper/Mapper.pm
- lib/DBIx/ObjectMapper/Mapper/Accessor.pm
- lib/DBIx/ObjectMapper/Mapper/Attribute.pm
- lib/DBIx/ObjectMapper/Mapper/Attribute/Array.pm
- lib/DBIx/ObjectMapper/Mapper/Attribute/Hash.pm
- lib/DBIx/ObjectMapper/Mapper/Attribute/Property.pm
- lib/DBIx/ObjectMapper/Mapper/Constructor.pm
- lib/DBIx/ObjectMapper/Mapper/Instance.pm
- lib/DBIx/ObjectMapper/Metadata.pm
- lib/DBIx/ObjectMapper/Metadata/Declare.pm
- lib/DBIx/ObjectMapper/Metadata/Polymorphic.pm
- lib/DBIx/ObjectMapper/Metadata/Query.pm
- lib/DBIx/ObjectMapper/Metadata/Sugar.pm
- lib/DBIx/ObjectMapper/Metadata/Table.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Base.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Connect.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Desc.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Func.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Array.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/BigInt.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Binary.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Bit.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Boolean.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Date.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Datetime.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Float.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Int.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Interval.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Mush.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Numeric.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/SmallInt.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/String.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Text.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Time.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Undef.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Uri.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/Type/Yaml.pm
- lib/DBIx/ObjectMapper/Metadata/Table/Column/TypeMap.pm
- lib/DBIx/ObjectMapper/Query.pm
- lib/DBIx/ObjectMapper/Query/Base.pm
- lib/DBIx/ObjectMapper/Query/Count.pm
- lib/DBIx/ObjectMapper/Query/Delete.pm
- lib/DBIx/ObjectMapper/Query/Insert.pm
- lib/DBIx/ObjectMapper/Query/Select.pm
- lib/DBIx/ObjectMapper/Query/Update.pm
- lib/DBIx/ObjectMapper/Relation.pm
- lib/DBIx/ObjectMapper/Relation/BelongsTo.pm
- lib/DBIx/ObjectMapper/Relation/HasMany.pm
- lib/DBIx/ObjectMapper/Relation/HasOne.pm
- lib/DBIx/ObjectMapper/Relation/ManyToMany.pm
- lib/DBIx/ObjectMapper/SQL.pm
- lib/DBIx/ObjectMapper/SQL/Base.pm
- lib/DBIx/ObjectMapper/SQL/Delete.pm
- lib/DBIx/ObjectMapper/SQL/Insert.pm
- lib/DBIx/ObjectMapper/SQL/Select.pm
- lib/DBIx/ObjectMapper/SQL/Set.pm
- lib/DBIx/ObjectMapper/SQL/Update.pm
- lib/DBIx/ObjectMapper/Session.pm
- lib/DBIx/ObjectMapper/Session/Array.pm
- lib/DBIx/ObjectMapper/Session/Cache.pm
- lib/DBIx/ObjectMapper/Session/ObjectChangeChecker.pm
- lib/DBIx/ObjectMapper/Session/Search.pm
- lib/DBIx/ObjectMapper/Session/UnitOfWork.pm
- lib/DBIx/ObjectMapper/Utils.pm
- lib/DateTime/Format/DBIMAPPER_MySQL.pm
- t/00_compile.t
- t/01_sql.t
- t/03_utils.t
- t/05_engine/000_interface.t
- t/05_engine/010_dbi.t
- t/05_engine/011_dbi_query_cache.t
- t/09_query/000_basic.t
- t/09_query/100_insert_multi.t
- t/10_meta/000_column_type.t
- t/10_meta/000_sugar.t
- t/10_meta/001_column.t
- t/10_meta/002_table.t
- t/10_meta/003_metadata.t
- t/10_meta/004_query.t
- t/10_meta/005_cast_column_type.t
- t/10_meta/006_default_and_on_update.t
- t/10_meta/007_declare.t
- t/10_meta/008_insert_skip_default_value.t
- t/11_mapper/000_mapper.t
- t/11_mapper/001_inherit_mapper_config.t
- t/11_mapper/002_replace_method.t
- t/11_mapper/300_moose.t
- t/11_mapper/310_mouse.t
- t/11_mapper/lib/MyTest/AO/Artist.pm
- t/11_mapper/lib/MyTest/Basic/ArrayRefArtist.pm
- t/11_mapper/lib/MyTest/Basic/Artist.pm
- t/11_mapper/lib/MyTest/Basic/ArtistArray.pm
- t/11_mapper/lib/MyTest/Basic/ArtistArray2.pm
- t/11_mapper/lib/MyTest/Basic/ArtistCompileError.pm
- t/11_mapper/lib/MyTest/Basic/GenericAccessorArtist.pm
- t/11_mapper/lib/MyTest/CO/Artist.pm
- t/12_session/000_array.t
- t/12_session/000_basic.t
- t/12_session/001_query.t
- t/12_session/010_relation_basic.t
- t/12_session/011_relation_search.t
- t/12_session/012_self_relation.t
- t/12_session/013_lazyload.t
- t/12_session/014_cascade.t
- t/12_session/015_default_condition.t
- t/12_session/016_belongs_to_cascade.t
- t/12_session/017_default_value.t
- t/12_session/018_no_cache.t
- t/12_session/019_transaction.t
- t/12_session/020_share_object.t
- t/12_session/021_validation.t
- t/12_session/022_change_checker.t
- t/12_session/023_arrayref_obj.t
- t/12_session/024_has_one_foreign_key.t
- t/12_session/025_differ_prop_name_and_col_name.t
- t/12_session/026_init_using_accessor_object.t
- t/12_session/027_no_data_rel.t
- t/12_session/028_single_table_inheritance.t
- t/12_session/029_class_table_inheritance.t
- t/12_session/030_inherit_polymorphic_tree.t
- t/12_session/031_pager.t
- t/12_session/032_class_table_inheritance_with_relation.t
- t/12_session/033_earger_search_with_default_condition.t
- t/12_session/100_many_to_many.t
- t/12_session/200_die.t
- t/12_session/lib/MyTest11.pm
- t/20_misc/001_meta_query.t
- t/20_misc/002_pg.t
- t/20_misc/003_mysql.t
- t/20_misc/004_fork.t
- t/20_misc/005_thread.t
- t/20_misc/006_meta_query_with_func.t
- t/20_misc/007_load_pg.t
- t/21_example/class_table_inheritance.t
- t/21_example/lib/MapperExample/Product.pm
- t/21_example/lib/MapperExample/ShoppingCart.pm
- t/21_example/shopping_cart.t
- t/21_example/single_table_inheritance.t
- xt/01_pod.t
- xt/02_podcoverage.t
- xt/03_kwalitee.t
- xt/99_perlcritic.t
- xt/perlcriticrc