-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
$ node index
Serveur démarré (http://localhost:3000/) !
Connexion réussie à la base de données 'apptest.db'
Création réussie de la table 'Livres'
SQLITE_CONSTRAINT: UNIQUE constraint failed: Livres.Livre_ID
please in
index.js line 36
const sql_insert = `INSERT INTO Livres (Livre_ID, Titre, Auteur, Commentaires) VALUES
change to
const sql_insert = `INSERT or IGNORE INTO Livres (Livre_ID, Titre, Auteur, Commentaires) VALUES
Metadata
Metadata
Assignees
Labels
No labels