You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/sa-column.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,6 @@ This allows you to use advanced SQLAlchemy features and third‑party column typ
20
20
21
21
Use a third‑party SQLAlchemy type from `sqlalchemy-utils` to encrypt a string field. The key idea is that the field uses a full SQLAlchemy `Column(...)` via `sa_column`.
22
22
23
-
/// warning | Deprecation
24
-
25
-
`EncryptedType` is deprecated in SQLAlchemy‑Utils since version `0.36.6`. Use `StringEncryptedType` instead.
26
-
27
-
<ahref="https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#encryptedtype"class="external-link"target="_blank">See the upstream deprecation note</a>.
28
-
29
-
///
30
-
31
-
Note: `StringEncryptedType` provides explicit string type handling and better compatibility with SQLAlchemy 2.x.
0 commit comments