Taken your work around a step further so you don't have to manually rerun your fix everytime someone sends you one of these combinations again.
Taken your work around a step further so you don't have to manually rerun your fix everytime someone sends you one of these combinations again.
Code:CREATE TRIGGER insert_Ff AFTER INSERT ON ZWAMESSAGE BEGIN UPDATE ZWAMESSAGE SET ZTEXT = replace( ZTEXT, 'ff', 'f f') WHERE ZWAMESSAGE.ZTEXT like '%ff%'; END; CREATE TRIGGER insert_Fi AFTER INSERT ON ZWAMESSAGE BEGIN UPDATE ZWAMESSAGE SET ZTEXT = replace( ZTEXT, 'fi', 'f i') WHERE ZWAMESSAGE.ZTEXT like '%fi%'; END; CREATE TRIGGER insert_Fl AFTER INSERT ON ZWAMESSAGE BEGIN UPDATE ZWAMESSAGE SET ZTEXT = replace( ZTEXT, 'fl', 'f l') WHERE ZWAMESSAGE.ZTEXT like '%fl%'; END;
wanted a quick fix and it works well for me but if you can improve it fork away https://gist.github.com/jonathan-wheeler/0f8235f5904365e3c75a
WhatsApp 2.11.9.3033
Push dont work.
Guys, u are using "Explicit" or "WildCard" App ID to create a Identifiers?
-----------------------
WhatsApp 2.11.9.3043 is out!
Let's try!
Push works for me if I install the Whatsapp beta over the one in the App Store, like an update
Not via the App Store. Maybe manually thru iTunes. I just deleted and reinstalled
Did you loose chats?
Is it possible to upgrade beta to final?
Worked fine for me - I just downloaded the prod version from AppStore and it updated fine. No chats lost.