Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

09d_init_data_taxonomie.sql : cd_nom négatifs #31

Open
blaisegeo opened this issue Dec 2, 2024 · 0 comments
Open

09d_init_data_taxonomie.sql : cd_nom négatifs #31

blaisegeo opened this issue Dec 2, 2024 · 0 comments

Comments

@blaisegeo
Copy link

What is the bug or the crash?

Dans ce script 09d_init_data_taxonomie.sql il y a plusieurs valeurs de cd_nom négatives, come par exemple à la ligne 1165 :

, (1165 , -3420 , '2022-09-21 12:04:15.440454' , '2023-01-31 08:21:33.750316')

J'en ai compté 56. Ces cd_nom négatifs font planter le script de cette manière :

SQL Error [23503]: ERREUR: une instruction insert ou update sur la table « cor_c_vn_taxref » viole la contrainte de clé
étrangère « cor_c_vn_taxref_cd_nom_fkey »
Détail : La clé (cd_nom)=(-3420) n'est pas présente dans la table « taxref »

En supprimant le signe moins, cela supprime les erreurs.

Dans ce script il y a également de nombreux cd_nom qui ne sont pas dans le taxref v16 et v17, comme par exemple : 965240, 456615 ou encore 753341. Il faut commenter ces lignes sinon cela déclenche une erreur de ce type :

SQL Error [23503]: ERREUR: une instruction insert ou update sur la table « cor_c_vn_taxref » viole la contrainte de clé
étrangère « cor_c_vn_taxref_cd_nom_fkey »
Détail : La clé (cd_nom)=(753341) n'est pas présente dans la table « taxref »

Steps to reproduce the issue

Exécuter le script.

Versions

1.4.1

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant