View Revisions: Issue #6945

Summary 0006945: Add overrides for isBlob and isClob for AseDatabasePlatform
Revision 2025-06-16 16:52 by cquamme
Steps To Reproduce 1. Setup Postgres -> Sybase ASE
2. Have a table with a primary key that is a UNIVARCHAR on the Sybase side
3. Do an update on Postgres side with "All SQL Statement" logging on, and notice that the update will not the UNIVARCHAR PK on the update for Sybase.
Revision 2025-06-16 16:51 by cquamme
Steps To Reproduce 1. Setup Postgres -> Sybase
2. Have a table with a primary key that is a UNIVARCHAR on the Sybase side
3. Do an update on Postgres side with "All SQL Statement" logging on, and notice that the update will not the UNIVARCHAR PK on the update for Sybase.
Revision 2025-06-16 16:08 by cquamme
Steps To Reproduce