mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-23 00:51:43 -04:00
6652f72352
Made further fixes to the :class:`.ARRAY` class in conjunction with COLLATE, as the fix made in 🎫`4006` failed to accommodate for a multidimentional array. Change-Id: If3e438f8ce94ebae2196671c88a4914f3b743e60 Fixes: #4006