-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bb9794
commit 4cd0608
Showing
24 changed files
with
117 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
... INTO actor (first_name, last_name) VALUES (-, -)_parameters=System.Object[].verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
| ||
+-------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------+------------+-----------+-------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------+------------+-----------+-------------+ | ||
| default | MORRIS | BABO | default | | ||
+-------------------------------------------------+ | ||
+-------------------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------------+------------+-----------+-------------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------------+------------+-----------+-------------------+ | ||
| AUTO_INCREMENT | MORRIS | BABO | CURRENT_TIMESTAMP | | ||
+-------------------------------------------------------------+ |
14 changes: 7 additions & 7 deletions
14
...SERT INTO actor SET first_name = -, last_name = -_parameters=System.Object[].verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
| ||
+-------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------+------------+-----------+-------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------+------------+-----------+-------------+ | ||
| default | MORRIS | BABO | default | | ||
+-------------------------------------------------+ | ||
+-------------------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------------+------------+-----------+-------------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------------+------------+-----------+-------------------+ | ||
| AUTO_INCREMENT | MORRIS | BABO | CURRENT_TIMESTAMP | | ||
+-------------------------------------------------------------+ |
9 changes: 9 additions & 0 deletions
9
...ctor_id, first_name, last_name) SELECT city_id, city, city FROM city LIMIT 2.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
| ||
+------------------------------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------+--------------------+--------------------+-------------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------+--------------------+--------------------+-------------------+ | ||
| 1 | A Corua (La Corua) | A Corua (La Corua) | CURRENT_TIMESTAMP | | ||
| 2 | Abha | Abha | CURRENT_TIMESTAMP | | ||
+------------------------------------------------------------------------+ |
9 changes: 0 additions & 9 deletions
9
...SERT INTO actor (actor_id, last_name) SELECT city_id, city FROM city LIMIT 2.verified.txt
This file was deleted.
Oops, something went wrong.
14 changes: 7 additions & 7 deletions
14
...rint_sql=INSERT INTO actor (first_name, last_name) VALUES ('MORRIS', 'BABO').verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
| ||
+-------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------+------------+-----------+-------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------+------------+-----------+-------------+ | ||
| default | MORRIS | BABO | default | | ||
+-------------------------------------------------+ | ||
+-------------------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------------+------------+-----------+-------------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------------+------------+-----------+-------------------+ | ||
| AUTO_INCREMENT | MORRIS | BABO | CURRENT_TIMESTAMP | | ||
+-------------------------------------------------------------+ |
14 changes: 7 additions & 7 deletions
14
...st_Print_sql=INSERT INTO actor SET first_name = 'MORRIS', last_name = 'BABO'.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
| ||
+-------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------+------------+-----------+-------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------+------------+-----------+-------------+ | ||
| default | MORRIS | BABO | default | | ||
+-------------------------------------------------+ | ||
+-------------------------------------------------------------+ | ||
| qsi_unit_tests.actor - INSERT | | ||
+----------------+------------+-----------+-------------------+ | ||
| actor_id | first_name | last_name | last_update | | ||
+----------------+------------+-----------+-------------------+ | ||
| AUTO_INCREMENT | MORRIS | BABO | CURRENT_TIMESTAMP | | ||
+-------------------------------------------------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.