Merge branch '2.3' into develop

This commit is contained in:
Markus Mäkelä
2019-05-10 09:28:39 +03:00
7 changed files with 76 additions and 18 deletions

View File

@ -6,6 +6,3 @@ insert into masking_mxs1733 values ("john@example.com");
select * from masking_mxs1733;
email
****************
select * from masking_mxs1733 UNION select * from masking_mxs1733;
email
****************

View File

@ -14,4 +14,3 @@ create table masking_mxs1733 (email TEXT);
insert into masking_mxs1733 values ("john@example.com");
select * from masking_mxs1733;
select * from masking_mxs1733 UNION select * from masking_mxs1733;