We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa55354 commit c9d28fbCopy full SHA for c9d28fb
src/google/adk/sessions/database_session_service.py
@@ -112,6 +112,8 @@ class DynamicPickleType(TypeDecorator):
112
impl = PickleType
113
114
def load_dialect_impl(self, dialect):
115
+ if dialect.name == "mysql":
116
+ return dialect.type_descriptor(mysql.LONGBLOB)
117
if dialect.name == "spanner+spanner":
118
from google.cloud.sqlalchemy_spanner.sqlalchemy_spanner import SpannerPickleType
119
0 commit comments