Closed BlancaCC closed 2 years ago
There is an error in multiple tags preprocessing. If I write Aa; ; 11; a The expected behavior is:
Aa; ; 11; a
the following insertion is done:
INSERT OR REPLACE INTO Tags (tag, cardID) values ('aa', 13) ,('', 13) ,('11', 13) ,('a', 13) ;
so there is a problem with tags preprocessing and filtration
There is an error in multiple tags preprocessing. If I write
Aa; ; 11; a
The expected behavior is:the following insertion is done:
so there is a problem with tags preprocessing and filtration