Files
sqlalchemy/test/sql
Federico Caselli 3a998cbb52 Default python_type impl now returns object
The default implementation of :attr:`_sql.TypeEngine.python_type` now
returns ``object`` instead of ``NotImplementedError``, since that's the
base for all types in Python3.
The ``python_type`` of :class:`_sql.JSON` no longer returns ``dict``,
but instead fallbacks to the generic implementation.

Fixes: #10646
Change-Id: I2233e4a3d35a67b520a860d70afba8e5b22fd72d
2025-02-12 21:42:41 +01:00
..
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00
2024-12-09 14:29:26 -05:00
2024-12-09 14:29:26 -05:00
2024-01-31 21:54:59 +01:00
2024-01-31 21:54:59 +01:00