globalis-ms / mysql-data-anonymizer

GNU General Public License v3.0
31 stars 7 forks source link

Array to string conversion #2

Open amondi-media opened 2 years ago

amondi-media commented 2 years ago

https://github.com/globalis-ms/mysql-data-anonymizer/blob/fee08d6b9e9826a1b20d3950c21dfb7835e30ea5/src/Anonymizer.php#L313

Here we need to have foreach loop:

foreach($blueprint->globalWhere as $globalWhere) {
    $sql .= " WHERE " . $globalWhere;
}
vinodkumar704 commented 1 year ago

k

vinodkumar704 commented 1 year ago

k