sqlmodel/tests
Anton De Meester a7f8a27c20 Upgrade to Pydantic 2
Change imports
Undefined => PydanticUndefined
Update SQLModelMetaclass and SQLModel __init__ and __new__ functions
Update SQL Alchemy type inference
2023-08-06 08:01:04 +00:00
..
test_advanced Add support for Decimal fields from Pydantic and SQLAlchemy (#103) 2021-12-13 12:30:20 +01:00
test_tutorial fix some linting errors 2023-08-06 07:58:43 +00:00
__init__.py Add tests 2021-08-24 15:15:26 +02:00
conftest.py 🎨 Format tests, sort and remove unused imports 2021-08-24 15:41:03 +02:00
test_default.py Add tests 2021-08-24 15:15:26 +02:00
test_enums.py 🐛 Fix Enum handling in SQLAlchemy (#165) 2022-08-28 00:48:44 +02:00
test_fields_set.py 🐛 Fix fields marked as "set" in models (#117) 2022-08-27 22:59:09 +00:00
test_instance_no_args.py Upgrade to Pydantic 2 2023-08-06 08:01:04 +00:00
test_main.py Allow setting unique in Field() for a column (#83) 2022-08-28 01:49:29 +02:00
test_missing_type.py Upgrade to Pydantic 2 2023-08-06 08:01:04 +00:00
test_nullable.py 🐛 Fix auto detecting and setting nullable, allowing overrides in field (#423) 2022-08-30 18:18:32 +02:00
test_query.py Add tests 2021-08-24 15:15:26 +02:00
test_validation.py Upgrade to Pydantic 2 2023-08-06 08:01:04 +00:00