LICENSE
README.md
pyproject.toml
src/velocity/__init__.py
src/velocity/app/__init__.py
src/velocity/app/invoices.py
src/velocity/app/orders.py
src/velocity/app/payments.py
src/velocity/app/purchase_orders.py
src/velocity/app/tests/__init__.py
src/velocity/app/tests/test_email_processing.py
src/velocity/app/tests/test_payment_profile_sorting.py
src/velocity/app/tests/test_spreadsheet_functions.py
src/velocity/aws/__init__.py
src/velocity/aws/amplify.py
src/velocity/aws/handlers/__init__.py
src/velocity/aws/handlers/base_handler.py
src/velocity/aws/handlers/context.py
src/velocity/aws/handlers/exceptions.py
src/velocity/aws/handlers/lambda_handler.py
src/velocity/aws/handlers/response.py
src/velocity/aws/handlers/sqs_handler.py
src/velocity/aws/handlers/mixins/__init__.py
src/velocity/aws/handlers/mixins/activity_tracker.py
src/velocity/aws/handlers/mixins/aws_session_mixin.py
src/velocity/aws/handlers/mixins/error_handler.py
src/velocity/aws/handlers/mixins/legacy_mixin.py
src/velocity/aws/handlers/mixins/standard_mixin.py
src/velocity/aws/tests/__init__.py
src/velocity/aws/tests/test_lambda_handler_json_serialization.py
src/velocity/aws/tests/test_response.py
src/velocity/db/__init__.py
src/velocity/db/exceptions.py
src/velocity/db/utils.py
src/velocity/db/core/__init__.py
src/velocity/db/core/column.py
src/velocity/db/core/database.py
src/velocity/db/core/decorators.py
src/velocity/db/core/engine.py
src/velocity/db/core/result.py
src/velocity/db/core/row.py
src/velocity/db/core/sequence.py
src/velocity/db/core/table.py
src/velocity/db/core/transaction.py
src/velocity/db/servers/__init__.py
src/velocity/db/servers/tablehelper.py
src/velocity/db/servers/base/__init__.py
src/velocity/db/servers/base/initializer.py
src/velocity/db/servers/base/operators.py
src/velocity/db/servers/base/sql.py
src/velocity/db/servers/base/types.py
src/velocity/db/servers/mysql/__init__.py
src/velocity/db/servers/mysql/operators.py
src/velocity/db/servers/mysql/reserved.py
src/velocity/db/servers/mysql/sql.py
src/velocity/db/servers/mysql/types.py
src/velocity/db/servers/postgres/__init__.py
src/velocity/db/servers/postgres/operators.py
src/velocity/db/servers/postgres/reserved.py
src/velocity/db/servers/postgres/sql.py
src/velocity/db/servers/postgres/types.py
src/velocity/db/servers/sqlite/__init__.py
src/velocity/db/servers/sqlite/operators.py
src/velocity/db/servers/sqlite/reserved.py
src/velocity/db/servers/sqlite/sql.py
src/velocity/db/servers/sqlite/types.py
src/velocity/db/servers/sqlserver/__init__.py
src/velocity/db/servers/sqlserver/operators.py
src/velocity/db/servers/sqlserver/reserved.py
src/velocity/db/servers/sqlserver/sql.py
src/velocity/db/servers/sqlserver/types.py
src/velocity/db/tests/__init__.py
src/velocity/db/tests/common_db_test.py
src/velocity/db/tests/test_cursor_rowcount_fix.py
src/velocity/db/tests/test_db_utils.py
src/velocity/db/tests/test_postgres.py
src/velocity/db/tests/test_postgres_unchanged.py
src/velocity/db/tests/test_process_error_robustness.py
src/velocity/db/tests/test_result_caching.py
src/velocity/db/tests/test_result_sql_aware.py
src/velocity/db/tests/test_row_get_missing_column.py
src/velocity/db/tests/test_schema_locking_initializers.py
src/velocity/db/tests/test_schema_locking_simple.py
src/velocity/db/tests/test_sql_builder.py
src/velocity/db/tests/test_tablehelper.py
src/velocity/db/tests/postgres/__init__.py
src/velocity/db/tests/postgres/common.py
src/velocity/db/tests/postgres/test_column.py
src/velocity/db/tests/postgres/test_connections.py
src/velocity/db/tests/postgres/test_database.py
src/velocity/db/tests/postgres/test_engine.py
src/velocity/db/tests/postgres/test_general_usage.py
src/velocity/db/tests/postgres/test_imports.py
src/velocity/db/tests/postgres/test_result.py
src/velocity/db/tests/postgres/test_row.py
src/velocity/db/tests/postgres/test_row_comprehensive.py
src/velocity/db/tests/postgres/test_schema_locking.py
src/velocity/db/tests/postgres/test_schema_locking_unit.py
src/velocity/db/tests/postgres/test_sequence.py
src/velocity/db/tests/postgres/test_sql_comprehensive.py
src/velocity/db/tests/postgres/test_table.py
src/velocity/db/tests/postgres/test_table_comprehensive.py
src/velocity/db/tests/postgres/test_transaction.py
src/velocity/db/tests/sql/__init__.py
src/velocity/db/tests/sql/common.py
src/velocity/db/tests/sql/test_postgres_select_advanced.py
src/velocity/db/tests/sql/test_postgres_select_variances.py
src/velocity/misc/__init__.py
src/velocity/misc/db.py
src/velocity/misc/export.py
src/velocity/misc/format.py
src/velocity/misc/mail.py
src/velocity/misc/merge.py
src/velocity/misc/timer.py
src/velocity/misc/tools.py
src/velocity/misc/conv/__init__.py
src/velocity/misc/conv/iconv.py
src/velocity/misc/conv/oconv.py
src/velocity/misc/tests/__init__.py
src/velocity/misc/tests/test_db.py
src/velocity/misc/tests/test_fix.py
src/velocity/misc/tests/test_format.py
src/velocity/misc/tests/test_iconv.py
src/velocity/misc/tests/test_merge.py
src/velocity/misc/tests/test_oconv.py
src/velocity/misc/tests/test_original_error.py
src/velocity/misc/tests/test_timer.py
src/velocity_python.egg-info/PKG-INFO
src/velocity_python.egg-info/SOURCES.txt
src/velocity_python.egg-info/dependency_links.txt
src/velocity_python.egg-info/requires.txt
src/velocity_python.egg-info/top_level.txt
tests/test_sys_modified_count_postgres_demo.py
tests/test_where_clause_validation.py