DBIO-SQLite 0.900000 Latest
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- cpanfile
- dist.ini
- docs/adr/0001-native-schema-management-no-sql-translator.md
- docs/adr/0002-in-memory-test-deploy-and-compare-upgrades.md
- docs/adr/0003-column-alter-via-whole-table-rebuild.md
- docs/adr/0004-plain-integer-primary-key-not-autoincrement.md
- docs/adr/0005-pragma-table-info-authority-for-is-nullable.md
- lib/DBIO/SQLite.pm
- lib/DBIO/SQLite/Adapter.pm
- lib/DBIO/SQLite/DDL.pm
- lib/DBIO/SQLite/Deploy.pm
- lib/DBIO/SQLite/Diff.pm
- lib/DBIO/SQLite/Diff/Column.pm
- lib/DBIO/SQLite/Diff/Index.pm
- lib/DBIO/SQLite/Diff/Rebuild.pm
- lib/DBIO/SQLite/Diff/Table.pm
- lib/DBIO/SQLite/Introspect.pm
- lib/DBIO/SQLite/Introspect/Columns.pm
- lib/DBIO/SQLite/Introspect/ForeignKeys.pm
- lib/DBIO/SQLite/Introspect/Indexes.pm
- lib/DBIO/SQLite/Introspect/Tables.pm
- lib/DBIO/SQLite/Result.pm
- lib/DBIO/SQLite/SQLMaker.pm
- lib/DBIO/SQLite/Storage.pm
- lib/DBIO/SQLite/Test.pm
- lib/DBIO/SQLite/Util.pm
- lib/DBIO/Shortcut/sqlite.pm
- share/skills/dbio-sqlite-database/SKILL.md
- share/skills/dbio-sqlite/SKILL.md
- t/00-load.t
- t/01-access-broker-api.t
- t/05-use-dbio-schema.t
- t/08-shortcut.t
- t/10-sqlite.t
- t/100populate.t
- t/101populate_rs.t
- t/104view.t
- t/11-sqlite-scalar-ref-warning.t
- t/12-sqlite-deadlock.t
- t/13-sqlite-deferred-fk.t
- t/15-backup.t
- t/16-util.t
- t/18insert_default.t
- t/19retrieve_on_insert.t
- t/20-sqlmaker-sqlite.t
- t/22-replicated.t
- t/30-introspect.t
- t/31-diff.t
- t/32-deploy.t
- t/33-introspect-contract.t
- t/34-diff-column-changed.t
- t/35-adapter.t
- t/35exception_inaction.t
- t/36-roundtrip-base-types.t
- t/37-rebuild.t
- t/46where_attribute.t
- t/52leaks.t
- t/53lean_startup.t
- t/60core.t
- t/61findnot.t
- t/64db.t
- t/65multipk.t
- t/69update.t
- t/76joins.t
- t/76select.t
- t/78self_referencial.t
- t/79aliasing.t
- t/80unique.t
- t/82cascade_copy.t
- t/83cache.t
- t/86sqlt.t
- t/87ordered.t
- t/88result_set_column.t
- t/90join_torture.t
- t/93autocast.t
- t/93single_accessor_object.t
- t/94pk_mutation.t
- t/96_is_deteministic_value.t
- t/97result_class.t
- t/99dbic_sqlt_parser.t
- t/count/count_rs.t
- t/count/distinct.t
- t/count/group_by_func.t
- t/count/grouped_pager.t
- t/count/in_subquery.t
- t/count/joined.t
- t/count/prefetch.t
- t/count/search_related.t
- t/debug/core.t
- t/debug/pretty.t
- t/delete/cascade_missing.t
- t/delete/complex.t
- t/delete/m2m.t
- t/delete/related.t
- t/discard_changes_in_DESTROY.t
- t/helpers/resultset_shortcuts.t
- t/helpers/row_helpers.t
- t/helpers/schema_helpers.t
- t/inflate/core.t
- t/inflate/datetime.t
- t/inflate/datetime_determine_parser.t
- t/inflate/datetime_method_names.t
- t/inflate/datetime_missing_deps.t
- t/inflate/hri.t
- t/inflate/hri_torture.t
- t/inflate/undef.t
- t/lib/DBIONSTest/Bogus/A.pm
- t/lib/DBIONSTest/Bogus/B.pm
- t/lib/DBIONSTest/Bogus/Bigos.pm
- t/lib/DBIONSTest/OtherRslt/D.pm
- t/lib/DBIONSTest/RSBase.pm
- t/lib/DBIONSTest/RSet/A.pm
- t/lib/DBIONSTest/RSet/C.pm
- t/lib/DBIONSTest/Result/A.pm
- t/lib/DBIONSTest/Result/B.pm
- t/lib/DBIONSTest/Result/D.pm
- t/lib/DBIONSTest/ResultSet/A.pm
- t/lib/DBIONSTest/ResultSet/C.pm
- t/lib/DBIONSTest/ResultSet/D.pm
- t/lib/DBIONSTest/Rslt/A.pm
- t/lib/DBIONSTest/Rslt/B.pm
- t/lib/DBIONSTest/RtBug41083/Result/Foo.pm
- t/lib/DBIONSTest/RtBug41083/Result/Foo/Sub.pm
- t/lib/DBIONSTest/RtBug41083/ResultSet.pm
- t/lib/DBIONSTest/RtBug41083/ResultSet/Foo.pm
- t/lib/DBIONSTest/RtBug41083/ResultSet_A/A.pm
- t/lib/DBIONSTest/RtBug41083/Result_A/A.pm
- t/lib/DBIONSTest/RtBug41083/Result_A/A/Sub.pm
- t/lib/DBIOVersion_v1.pm
- t/lib/DBIOVersion_v2.pm
- t/lib/DBIOVersion_v3.pm
- t/lib/ViewDeps.pm
- t/lib/ViewDeps/Result/ANameArtists.pm
- t/lib/ViewDeps/Result/AbNameArtists.pm
- t/lib/ViewDeps/Result/AbaNameArtists.pm
- t/lib/ViewDeps/Result/AbaNameArtistsAnd2010CDsWithManyTracks.pm
- t/lib/ViewDeps/Result/Artist.pm
- t/lib/ViewDeps/Result/Artwork.pm
- t/lib/ViewDeps/Result/CD.pm
- t/lib/ViewDeps/Result/Track.pm
- t/lib/ViewDeps/Result/TrackNumberFives.pm
- t/lib/ViewDeps/Result/Year2010CDs.pm
- t/lib/ViewDeps/Result/Year2010CDsWithManyTracks.pm
- t/lib/ViewDepsBad.pm
- t/lib/ViewDepsBad/Result/ANameArtists.pm
- t/lib/ViewDepsBad/Result/AbNameArtists.pm
- t/lib/ViewDepsBad/Result/AbaNameArtists.pm
- t/lib/ViewDepsBad/Result/AbaNameArtistsAnd2010CDsWithManyTracks.pm
- t/lib/ViewDepsBad/Result/Artist.pm
- t/lib/ViewDepsBad/Result/Artwork.pm
- t/lib/ViewDepsBad/Result/CD.pm
- t/lib/ViewDepsBad/Result/Track.pm
- t/lib/ViewDepsBad/Result/TrackNumberFives.pm
- t/lib/ViewDepsBad/Result/Year2010CDs.pm
- t/lib/ViewDepsBad/Result/Year2010CDsWithManyTracks.pm
- t/lib/awesome.json
- t/lib/sqlite.sql
- t/moo-cake.t
- t/moose-moose.t
- t/moose-sugar.t
- t/multi_create/cd_single.t
- t/multi_create/diamond.t
- t/multi_create/existing_in_chain.t
- t/multi_create/find_or_multicreate.t
- t/multi_create/has_many.t
- t/multi_create/in_memory.t
- t/multi_create/insert_defaults.t
- t/multi_create/m2m.t
- t/multi_create/multilev_single_PKeqFK.t
- t/multi_create/reentrance_count.t
- t/multi_create/standard.t
- t/multi_create/torture.t
- t/ordered/cascade_delete.t
- t/ordered/unordered_movement.t
- t/pager/dbic_core.t
- t/populate_more.t
- t/prefetch/attrs_untouched.t
- t/prefetch/correlated.t
- t/prefetch/count.t
- t/prefetch/diamond.t
- t/prefetch/double_prefetch.t
- t/prefetch/empty_cache.t
- t/prefetch/false_colvalues.t
- t/prefetch/grouped.t
- t/prefetch/incomplete.t
- t/prefetch/join_type.t
- t/prefetch/lazy_cursor.t
- t/prefetch/manual.t
- t/prefetch/multiple_hasmany.t
- t/prefetch/multiple_hasmany_torture.t
- t/prefetch/o2m_o2m_order_by_with_limit.t
- t/prefetch/one_to_many_to_one.t
- t/prefetch/refined_search_on_relation.t
- t/prefetch/restricted_children_set.t
- t/prefetch/standard.t
- t/prefetch/via_search_related.t
- t/prefetch/with_limit.t
- t/relationship/after_update.t
- t/relationship/core.t
- t/relationship/custom.t
- t/relationship/custom_opaque.t
- t/relationship/custom_with_null_in_cond.t
- t/relationship/doesnt_exist.t
- t/relationship/dynamic_foreign_columns.t
- t/relationship/info.t
- t/relationship/malformed_declaration.t
- t/relationship/proxy.t
- t/relationship/set_column_on_fk.t
- t/relationship/unresolvable.t
- t/relationship/update_or_create_multi.t
- t/relationship/update_or_create_single.t
- t/relationship/virtual_columns.t
- t/resultset/as_query.t
- t/resultset/as_subselect_rs.t
- t/resultset/bind_attr.t
- t/resultset/cache.t
- t/resultset/column_name_spaces.t
- t/resultset/condition_helpers.t
- t/resultset/correlate_explain.t
- t/resultset/count_literal.t
- t/resultset/find_on_subquery_cond.t
- t/resultset/inflate_result_api.t
- t/resultset/inflatemap_abuse.t
- t/resultset/is_ordered.t
- t/resultset/is_paged.t
- t/resultset/nulls_only.t
- t/resultset/plus_select.t
- t/resultset/query_state.t
- t/resultset/rowparser_internals.t
- t/resultset/set_operations.t
- t/resultset/update_delete.t
- t/resultset_overload.t
- t/resultsource/bare_resultclass_exception.t
- t/resultsource/column_management.t
- t/resultsource/set_primary_key.t
- t/row/copy_with_extra_selection.t
- t/row/filter_column.t
- t/row/find_one_has_many.t
- t/row/inflate_result.t
- t/row/pkless.t
- t/row/set_extra_column.t
- t/schema/anon.t
- t/schema/clone.t
- t/search/auto_join.t
- t/search/deprecated_attributes.t
- t/search/distinct.t
- t/search/empty_attrs.t
- t/search/having_bind.t
- t/search/preserve_original_rs.t
- t/search/reentrancy.t
- t/search/related_has_many.t
- t/search/related_strip_prefetch.t
- t/search/select_chains.t
- t/search/select_chains_unbalanced.t
- t/search/stack_cond.t
- t/search/subquery.t
- t/search/void.t
- t/sqlmaker/bind_transport.t
- t/sqlmaker/core.t
- t/sqlmaker/core_quoted.t
- t/sqlmaker/dbihacks_internals.t
- t/sqlmaker/legacy_joins.t
- t/sqlmaker/limit_dialects/basic.t
- t/sqlmaker/literal_with_bind.t
- t/sqlmaker/nest_deprec.t
- t/sqlmaker/order_by_bindtransport.t
- t/sqlmaker/order_by_func.t
- t/sqlmaker/quotes.t
- t/sqlmaker/rebase.t
- t/storage/base.t
- t/storage/cursor.t
- t/storage/dbh_do.t
- t/storage/dbi_coderef.t
- t/storage/dbi_env.t
- t/storage/deploy.t
- t/storage/deprecated_exception_source_bind_attrs.t
- t/storage/disable_sth_caching.t
- t/storage/error.t
- t/storage/exception.t
- t/storage/global_destruction.t
- t/storage/nobindvars.t
- t/storage/on_connect_call.t
- t/storage/on_connect_do.t
- t/storage/ping_count.t
- t/storage/prefer_stringification.t
- t/storage/quote_names.t
- t/storage/reconnect.t
- t/storage/savepoints.t
- t/storage/stats.t
- t/storage/txn.t
- t/storage/txn_scope_guard.t
- t/timestamp.t
- t/unlink_guard.t
- t/update/all.t
- t/update/ident_cond.t
- t/update/type_aware.t
- t/uuid_columns.t
- t/zzzzzzz_perl_perf_bug.t