.gitignore
.pre-commit-config.yaml
.ruff.toml
CHANGES.rst
CONTRIBUTING.md
LICENSE
MANIFEST.in
benchmark.py
mkdocs.yml
pyproject.toml
tox.ini
uv.lock
.github/workflows/main.yml
.github/workflows/pages.yml
.github/workflows/publish.yml
SQLAlchemy_History.egg-info/PKG-INFO
SQLAlchemy_History.egg-info/SOURCES.txt
SQLAlchemy_History.egg-info/dependency_links.txt
SQLAlchemy_History.egg-info/requires.txt
SQLAlchemy_History.egg-info/top_level.txt
docs/README.md
docs/alembic.md
docs/api.md
docs/configuration.md
docs/plugins.md
docs/queries.md
docs/revert.md
docs/schema.md
docs/transactions.md
docs/tutorials.md
docs/utilities.md
docs/version_objects.md
sqlalchemy_history/__init__.py
sqlalchemy_history/builder.py
sqlalchemy_history/exc.py
sqlalchemy_history/expression_reflector.py
sqlalchemy_history/factory.py
sqlalchemy_history/fetcher.py
sqlalchemy_history/manager.py
sqlalchemy_history/model_builder.py
sqlalchemy_history/operation.py
sqlalchemy_history/relationship_builder.py
sqlalchemy_history/reverter.py
sqlalchemy_history/schema.py
sqlalchemy_history/table_builder.py
sqlalchemy_history/transaction.py
sqlalchemy_history/unit_of_work.py
sqlalchemy_history/utils.py
sqlalchemy_history/version.py
sqlalchemy_history/plugins/__init__.py
sqlalchemy_history/plugins/activity.py
sqlalchemy_history/plugins/base.py
sqlalchemy_history/plugins/null_delete.py
sqlalchemy_history/plugins/property_mod_tracker.py
sqlalchemy_history/plugins/transaction_changes.py
sqlalchemy_history/plugins/transaction_meta.py
tests/__init__.py
tests/test_accessors.py
tests/test_association_proxy.py
tests/test_changeset.py
tests/test_column_aliases.py
tests/test_column_inclusion_and_exclusion.py
tests/test_composite_primary_key.py
tests/test_configuration.py
tests/test_custom_schema.py
tests/test_custom_version_base_class.py
tests/test_delete.py
tests/test_exotic_listener_chaining.py
tests/test_exotic_operation_combos.py
tests/test_hybrid_property.py
tests/test_i18n.py
tests/test_insert.py
tests/test_mapper_args.py
tests/test_revert.py
tests/test_savepoints.py
tests/test_sessions.py
tests/test_transaction.py
tests/test_update.py
tests/test_vacuum.py
tests/test_validity_strategy.py
tests/test_versions.py
tests/builders/__init__.py
tests/builders/test_model_builder.py
tests/builders/test_relationship_builder.py
tests/builders/test_table_builder.py
tests/databases/README.md
tests/databases/docker-compose.mssql.yml
tests/databases/docker-compose.oracle.yml
tests/databases/docker-compose.postgresql.yml
tests/inheritance/__init__.py
tests/inheritance/test_common_base_class.py
tests/inheritance/test_concrete_inheritance.py
tests/inheritance/test_join_table_inheritance.py
tests/inheritance/test_multi_level_inheritance.py
tests/inheritance/test_single_table_inheritance.py
tests/plugins/__init__.py
tests/plugins/test_activity.py
tests/plugins/test_null_delete.py
tests/plugins/test_plugin_collection.py
tests/plugins/test_property_mod_tracker.py
tests/plugins/test_transaction_changes.py
tests/plugins/test_transaction_meta.py
tests/relationships/__init__.py
tests/relationships/test_association_table_relations.py
tests/relationships/test_custom_condition_relations.py
tests/relationships/test_dynamic_relationships.py
tests/relationships/test_many_to_many_relations.py
tests/relationships/test_non_versioned_classes.py
tests/relationships/test_one_to_many_relations.py
tests/relationships/test_one_to_one_relations.py
tests/relationships/test_write_only_relationships.py
tests/reported_bugs/__init__.py
tests/reported_bugs/test_bug_141_after_flush_postexec_op_type_issue.py
tests/reported_bugs/test_bug_27_datetime_insertion_issue.py
tests/reported_bugs/test_bug_97_default_values_in_version_table.py
tests/revert/__init__.py
tests/revert/test_deep_relationships.py
tests/revert/test_many_to_many_relationships.py
tests/revert/test_one_to_one_relationship.py
tests/revert/test_one_to_one_with_secondary_table.py
tests/revert/test_polymorphic_relationship.py
tests/schema/__init__.py
tests/schema/test_update_end_transaction_id.py
tests/schema/test_update_property_mod_flags.py
tests/utils/__init__.py
tests/utils/test_changeset.py
tests/utils/test_count_versions.py
tests/utils/test_is_modified.py
tests/utils/test_option.py
tests/utils/test_parent_class.py
tests/utils/test_parent_table.py
tests/utils/test_transaction_class.py
tests/utils/test_tx_column_name.py
tests/utils/test_version_class.py
tests/utils/test_version_table.py
tests/utils/test_versioning_manager.py