Piyush Mudgal
Results
1
issues of
Piyush Mudgal
This PR fixes how Connection.get_uri() handles extras with non-string values (floats, booleans, nested dicts). Extras are now stringified before encoding to produce valid, SQLAlchemy-compatible URIs. Added a unit test test_get_uri_with_non_string_extras...