mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 17:01:07 -04:00
8ed3922805
Extended :class:`_oracle.VECTOR` to support sparse vectors. This update introduces :class:_oracle.VectorStorageType to specify sparse or dense storage and added :class:`_oracle.SparseVector`. Pull request courtesy Suraj Shaw. Fixes: #12711 Closes: #12712 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12712 Pull-request-sha:5a4199de1eChange-Id: Icdda9520a5f752e923f087edb166b4032f5bfd21 (cherry picked from commitd8e6654427)