Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3046 Vistas

hello guys. i want to ask some questions about SQL constraints when importing data in odoo

let's say i have 1 field (name) and I've added SQL constraints unique to that field.. what happens if we importing 2 rows with the same name?


for example:
rows 1: test123
rows 2: test123


do the validation sql constraints pop up shows or we keep importing the data but only the last row (row 2)? thanks


Avatar
Descartar
Mejor respuesta

Hi,
The SQL constraints do work while importing data.
Regards

Avatar
Descartar
Mejor respuesta

You can check importing with sample date.

I think import will fail due to constraint error. Once remove duplicate row, then only import success.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 23
2948
0
jun 21
2479
1
nov 20
4320
2
mar 24
5431
1
jul 23
1480