X-Git-Url: https://fbox.kageds.com/gitweb/NEATEST.git/blobdiff_plain/0db63183acd08a45ae907a2adedf10e4cb7ce09b..20dbf92bc0579668c40523cd06f2add91ddf9b98:/NEA/NEADataSet.xsd diff --git a/NEA/NEADataSet.xsd b/NEA/NEADataSet.xsd index 9b98cc1..daef810 100644 --- a/NEA/NEADataSet.xsd +++ b/NEA/NEADataSet.xsd @@ -209,7 +209,7 @@ - INSERT INTO `Games` (`Name`, `Price`, `Rating`, `Certificate`, `Dev`, `Publisher`, `Icon`, `Tags`, `Theme Colour`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) + INSERT INTO `Games` (`Name`, `Price`, `Rating`, `Certificate`, `Dev`, `Publisher`, `Tags`, `Theme Colour`, `Icon`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) @@ -217,21 +217,21 @@ - + - - SELECT GameID, Name, Price, Rating, Certificate, Dev, Publisher, Icon, Tags, [Theme Colour] FROM Games + + SELECT GameID, Name, Price, Rating, Certificate, Dev, Publisher, Tags, [Theme Colour], Icon FROM Games - UPDATE `Games` SET `Name` = ?, `Price` = ?, `Rating` = ?, `Certificate` = ?, `Dev` = ?, `Publisher` = ?, `Icon` = ?, `Tags` = ?, `Theme Colour` = ? WHERE ((`GameID` = ?) AND ((? = 1 AND `Price` IS NULL) OR (`Price` = ?)) AND ((? = 1 AND `Rating` IS NULL) OR (`Rating` = ?)) AND ((? = 1 AND `Certificate` IS NULL) OR (`Certificate` = ?)) AND ((? = 1 AND `Theme Colour` IS NULL) OR (`Theme Colour` = ?))) + UPDATE `Games` SET `Name` = ?, `Price` = ?, `Rating` = ?, `Certificate` = ?, `Dev` = ?, `Publisher` = ?, `Tags` = ?, `Theme Colour` = ?, `Icon` = ? WHERE ((`GameID` = ?) AND ((? = 1 AND `Price` IS NULL) OR (`Price` = ?)) AND ((? = 1 AND `Rating` IS NULL) OR (`Rating` = ?)) AND ((? = 1 AND `Certificate` IS NULL) OR (`Certificate` = ?)) AND ((? = 1 AND `Theme Colour` IS NULL) OR (`Theme Colour` = ?))) @@ -239,9 +239,9 @@ - + @@ -264,9 +264,9 @@ - + @@ -604,7 +604,7 @@ - + @@ -648,7 +648,7 @@ - + @@ -658,7 +658,7 @@ - + @@ -667,7 +667,7 @@ - + @@ -695,13 +695,6 @@ - - - - - - - @@ -710,10 +703,11 @@ + - + @@ -722,7 +716,7 @@ - + @@ -737,14 +731,14 @@ - + - + @@ -803,7 +797,7 @@ - + @@ -825,7 +819,7 @@ - + @@ -879,12 +873,12 @@ - - - - - - + + + + + + \ No newline at end of file