From 50d4f317f412a1a9aacf4285dc19dd736165b313 Mon Sep 17 00:00:00 2001 From: "D.J Amarasinghe" <74134064+Deshan555@users.noreply.github.com> Date: Wed, 27 Jul 2022 23:23:16 +0530 Subject: [PATCH] remove unwanted .dat files from project dir --- IOT_Farm_V.2/2022-04-23Bugs.dat | 2 -- IOT_Farm_V.2/2022-04-25Bugs.dat | 14 -------------- IOT_Farm_V.2/2022-04-28Bugs.dat | 10 ---------- IOT_Farm_V.2/2022-04-30Bugs.dat | 22 ---------------------- IOT_Farm_V.2/2022-05-01Bugs.dat | 20 -------------------- IOT_Farm_V.2/2022-05-06Bugs.dat | 10 ---------- IOT_Farm_V.2/2022-05-14Bugs.dat | 4 ---- IOT_Farm_V.2/2022-05-15Bugs.dat | 16 ---------------- IOT_Farm_V.2/2022-05-18Bugs.dat | 6 ------ IOT_Farm_V.2/2022-07-25Bugs.dat | 2 -- 10 files changed, 106 deletions(-) delete mode 100644 IOT_Farm_V.2/2022-04-23Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-04-25Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-04-28Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-04-30Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-05-01Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-05-06Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-05-14Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-05-15Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-05-18Bugs.dat delete mode 100644 IOT_Farm_V.2/2022-07-25Bugs.dat diff --git a/IOT_Farm_V.2/2022-04-23Bugs.dat b/IOT_Farm_V.2/2022-04-23Bugs.dat deleted file mode 100644 index 95ea8e3..0000000 --- a/IOT_Farm_V.2/2022-04-23Bugs.dat +++ /dev/null @@ -1,2 +0,0 @@ -2022-04-23[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ] - diff --git a/IOT_Farm_V.2/2022-04-25Bugs.dat b/IOT_Farm_V.2/2022-04-25Bugs.dat deleted file mode 100644 index 1035623..0000000 --- a/IOT_Farm_V.2/2022-04-25Bugs.dat +++ /dev/null @@ -1,14 +0,0 @@ -2022-04-25[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'mobile_number' at row 1 ] - -2022-04-25[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'mobile_number' at row 1 ] - -2022-04-25[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'mobile_number' at row 1 ] - -2022-04-25[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID (SMART CARD),'EMPLOYER NAME','NIC NUMBER','MOBILE NUMBER','PERMANENT EMPLOYEE' at line 1 ] - -2022-04-25[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''','','','PERMANENT EMPLOYEE','MALE','GREEN HOUSE','false','false','false','fals' at line 1 ] - -2022-04-25[ java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2944799' for key 'PRIMARY' ] - -2022-04-25[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'employee' at line 1 ] - diff --git a/IOT_Farm_V.2/2022-04-28Bugs.dat b/IOT_Farm_V.2/2022-04-28Bugs.dat deleted file mode 100644 index 94f521d..0000000 --- a/IOT_Farm_V.2/2022-04-28Bugs.dat +++ /dev/null @@ -1,10 +0,0 @@ -2022-04-28[ SELECT TOP 3 * FROM sensor_box_01; ] - -2022-04-28[ SELECT * FROM sensor_box_01; ] - -2022-04-28[ SELECT MAX(humidity) FROM sensor_box_01; ] - -2022-04-28[ SELECT MAX(humidity) FROM sensor_box_01; ] - -2022-04-28[ SELECT MAX(humidity) FROM sensor_box_01; ] - diff --git a/IOT_Farm_V.2/2022-04-30Bugs.dat b/IOT_Farm_V.2/2022-04-30Bugs.dat deleted file mode 100644 index 66395cc..0000000 --- a/IOT_Farm_V.2/2022-04-30Bugs.dat +++ /dev/null @@ -1,22 +0,0 @@ -2022-04-30[ SELECT Record_time, MIN(temperature) FROM sensor_box_01 WHERE Record_date = '2022-04-30'; ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ java.lang.NumberFormatException: For input string: "nan" ] - -2022-04-30[ SELECT MAX(water_level) FROM sensor_box_02 WHERE Record_date = '2022-04-30'; ] - -2022-04-30[ SELECT MAX(water_level) FROM sensor_box_02 WHERE Record_date = '2022-04-30'; ] - -2022-04-30[ SELECT MAX(water_level) FROM sensor_box_02 WHERE Record_date = '2022-04-30'; ] - -2022-04-30[ SELECT MAX(water_level) FROM sensor_box_02 WHERE Record_date = '2022-04-30'; ] - diff --git a/IOT_Farm_V.2/2022-05-01Bugs.dat b/IOT_Farm_V.2/2022-05-01Bugs.dat deleted file mode 100644 index c4e68ad..0000000 --- a/IOT_Farm_V.2/2022-05-01Bugs.dat +++ /dev/null @@ -1,20 +0,0 @@ -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - -2022-05-01[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'Activity' at row 1 ] - diff --git a/IOT_Farm_V.2/2022-05-06Bugs.dat b/IOT_Farm_V.2/2022-05-06Bugs.dat deleted file mode 100644 index 24c3fd5..0000000 --- a/IOT_Farm_V.2/2022-05-06Bugs.dat +++ /dev/null @@ -1,10 +0,0 @@ -2022-05-06[ java.sql.SQLSyntaxErrorException: Unknown column 'LOCATION_datas' in 'field list' ] - -2022-05-06[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID : 96009' at line 1 ] - -2022-05-06[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID : 96009' at line 1 ] - -2022-05-06[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID : 45195' at line 1 ] - -2022-05-06[ com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'TASK_DATE' at row 1 ] - diff --git a/IOT_Farm_V.2/2022-05-14Bugs.dat b/IOT_Farm_V.2/2022-05-14Bugs.dat deleted file mode 100644 index 9fec9b4..0000000 --- a/IOT_Farm_V.2/2022-05-14Bugs.dat +++ /dev/null @@ -1,4 +0,0 @@ -2022-05-14[ SELECT Tomato FROM crops WHERE crop_name = 'min_temp' ] - -2022-05-14[ SELECT Tomato FROM crops WHERE crop_name = 'min_temp' ] - diff --git a/IOT_Farm_V.2/2022-05-15Bugs.dat b/IOT_Farm_V.2/2022-05-15Bugs.dat deleted file mode 100644 index 6831de5..0000000 --- a/IOT_Farm_V.2/2022-05-15Bugs.dat +++ /dev/null @@ -1,16 +0,0 @@ -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - -2022-05-15[ java.sql.SQLException: no such column: 'VALUE' ] - diff --git a/IOT_Farm_V.2/2022-05-18Bugs.dat b/IOT_Farm_V.2/2022-05-18Bugs.dat deleted file mode 100644 index f85928e..0000000 --- a/IOT_Farm_V.2/2022-05-18Bugs.dat +++ /dev/null @@ -1,6 +0,0 @@ -2022-05-18[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Animal By Tag ID..' at line 1 ] - -2022-05-18[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ] - -2022-05-18[ java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ] - diff --git a/IOT_Farm_V.2/2022-07-25Bugs.dat b/IOT_Farm_V.2/2022-07-25Bugs.dat deleted file mode 100644 index 1d53684..0000000 --- a/IOT_Farm_V.2/2022-07-25Bugs.dat +++ /dev/null @@ -1,2 +0,0 @@ -2022-07-25[ java.lang.NumberFormatException: null ] -