Skip to content

Commit

Permalink
little bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhuron committed Jan 17, 2016
1 parent f55ef58 commit 6f298b1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTROLLER/LOG/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,6 @@ Une donnée ayant l'id N° 4, dans la table S_SCORE, dans la base compared à é
Une donnée à été ajoutée dans la table S_SCORE de la base de données compared
Une donnée à été ajoutée dans la table S_SCORE de la base de données compared
Une donnée à été changé : 55, d'Id : 85, dans la table S_SCORE, dans la base compared
Une donnée à été changé : Vehiculesucedrgdgrjbjb, d'Id : 1, dans la table categorie, dans la base anaxago
La base de données marmiton a été créé
Une donnée à été changé : Plat sucré, d'Id : 1, dans la table category, dans la base marmiton
22 changes: 22 additions & 0 deletions CONTROLLER/LOG/log_sql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,25 @@ SELECT * FROM compared.S_SCORE;
SELECT * FROM compared.S_SCORE;
UPDATE compared.S_SCORE SET scoreValue = 55 WHERE S_SCORE.idSScore = 85;
SELECT * FROM compared.S_SCORE;
SELECT * FROM anaxago.categorie;
UPDATE anaxago.categorie SET nomC = Vehiculesucedrgdgrjbjb WHERE categorie.idc = 1;
SELECT * FROM anaxago.categorie;
select * from anaxago.categorie
select * from anaxago.categor
SELECT * FROM db563094984.acces;
CREATE DATABASE marmiton;
SELECT * FROM marmiton.category;
SELECT * FROM marmiton.category_recette;
SELECT * FROM marmiton.recette;
SELECT * FROM marmiton.recette;
SELECT * FROM marmiton.category;
SELECT * FROM marmiton.category_recette;
SELECT * FROM marmiton.category;
SELECT * FROM marmiton.recette;
SELECT * FROM marmiton.category_recette;
SELECT * FROM marmiton.category;
SELECT * FROM marmiton.category_recette;
SELECT * FROM marmiton.category;
UPDATE marmiton.category SET name_c = Plat sucré WHERE category.id_c = 1;
SELECT * FROM marmiton.category;
SELECT * FROM marmiton.category;
2 changes: 1 addition & 1 deletion VIEWS/table_view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="alert alert-success" role="alert">
<p><span class="text-danger"><strong>SELECT</strong></span> *
<span class="text-danger"><strong>FROM</strong></span>
<span class="text-info">{{ dbname }}.{{ t_name }}</span>;</p>
<span class="text-info-table">{{ dbname }}.{{ t_name }}</span>;</p>
</div>
</div>
<div class="panel panel-info panel-full">
Expand Down

0 comments on commit 6f298b1

Please sign in to comment.