Micha(el) Bladowski

Results 36 comments of Micha(el) Bladowski

and yes, i can confirm, if I use my own "custom Cast" like this: ```php protected $casts = [ 'body' => Json::class, ]; // Casts/Json.php class Json implements CastsAttributes {...

after testing some more, i start thinking, that singlestore only supports "UNESCAPED UNICODE", because inserting a string like this: ```json {"SubTitle":"TOP PREIS \u2757\ufe0f BESTE QUALIT\u00c4T \ud83d\ude0d KOSTENLOSE LIEFERUNG \u2714"} ```...

If people start asking this question, the answer usually is: no.

hey @cerbero90 thanks for your quick response. please don't feel pushed to do anything. I am just investigating some packages and found this one and asked myself, how it could...

thanks for your feedback. don't worry, there is nothing urgent right now. I guess this would definitely be a good feature for this project 😏

sad, because it´s the most important functionality that a plugin like this needs to work with 😏 even if you do "copy & paste" and write something above the code...