-
-
Notifications
You must be signed in to change notification settings - Fork 791
Comparing changes
Open a pull request
base repository: fastapi/sqlmodel
base: main
head repository: macrosfirst/sqlmodel
compare: main
- 11 commits
- 4 files changed
- 6 contributors
Commits on Aug 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b59d91d - Browse repository at this point
Copy the full SHA b59d91dView commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b64d2dd - Browse repository at this point
Copy the full SHA b64d2ddView commit details -
Update GUID handling use stdlib UUID.hex
Rather than integer based serialization grandfathered in from sqlalchemy, use the stdlib [`UUID.hex`](https://docs.python.org/3/library/uuid.html#uuid.UUID.hex) method. This also fixes #25
Configuration menu - View commit details
-
Copy full SHA for 959f380 - Browse repository at this point
Copy the full SHA 959f380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19805e9 - Browse repository at this point
Copy the full SHA 19805e9View commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 83870d1 - Browse repository at this point
Copy the full SHA 83870d1View commit details -
Merge pull request #1 from van51/bugfix/nullable_field
🎨 Fix nullable property of Fields
Configuration menu - View commit details
-
Copy full SHA for af7b7ac - Browse repository at this point
Copy the full SHA af7b7acView commit details -
Merge pull request #2 from andrewbolster/patch-1
Update GUID handling use stdlib UUID.hex
Configuration menu - View commit details
-
Copy full SHA for cbb8271 - Browse repository at this point
Copy the full SHA cbb8271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df9923 - Browse repository at this point
Copy the full SHA 9df9923View commit details -
Merge pull request #4 from CaselIT/main
fix: by default columns should not have indexes
Configuration menu - View commit details
-
Copy full SHA for ffc9457 - Browse repository at this point
Copy the full SHA ffc9457View commit details
Commits on Sep 7, 2021
-
feat: add unique constraint param to Field function
Raphael Gibson committedSep 7, 2021 Configuration menu - View commit details
-
Copy full SHA for dd9dc12 - Browse repository at this point
Copy the full SHA dd9dc12View commit details
Commits on Sep 29, 2021
-
Merge pull request #5 from raphaelgibson/feature/unique-constraint
feat: add unique constraint param to Field function
Configuration menu - View commit details
-
Copy full SHA for bda2e28 - Browse repository at this point
Copy the full SHA bda2e28View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main