DOC, STY: in code documentation and styling for readablility
All threads resolved!
All threads resolved!
Compare changes
+ 23
− 4
@@ -34,13 +34,16 @@ DELIMITER //
@@ -81,6 +84,10 @@ POV_LABEL: BEGIN
@@ -229,6 +236,8 @@ POV_LABEL: BEGIN
@@ -243,6 +252,8 @@ POV_LABEL: BEGIN
@@ -259,6 +270,7 @@ POV_LABEL: BEGIN
@@ -299,7 +311,14 @@ POV_LABEL: BEGIN
SET @stmtPOVkeepTblStr = CONCAT('INSERT IGNORE INTO `', keepTabl, '` (id) SELECT DISTINCT entity_id AS id FROM ', data, ' as data', IF(propertiesTable IS NULL, '', CONCAT(' WHERE EXISTS (Select 1 from `', propertiesTable, '` AS prop WHERE prop.id = data.property_id AND (prop.id2=data.entity_id OR prop.id2=0))')));