Babelfish returns 2601 - Cannot insert duplicate key row in object '%.*ls' with unique index '%.*ls'.

0

I'm receiving this error when I should get a 2627 for unique constraints violation. Please help.

AWS
light
preguntada hace 2 años262 visualizaciones
1 Respuesta
0
Respuesta aceptada

With SQL Server there are 2 distinct errors for uniqueness violation, 2601 for unique index violation and 2627 for unique constraint violation. PostgreSQL don't have different error codes for unique index vs unique constraint violations, that's why, currently, in Babelfish both are mapped to SQL error 2627, as of June 30, 2022. As Babelfish is improved, correct mapping of both errors will be added. The recommended approach is to catch both errors: 2627 and 2601 so that your code will work with future versions of Babelfish.

AWS
light
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas