Michael

Results 3 comments of Michael

@shadcn any news about it? Saw your teaser on X a few weeks before.

Just do what @TheQuantumPhysicist told you - which can be also found in the [official documentation](https://developer.samsung.com/smarttv/develop/getting-started/using-sdk/tv-device.html#Connecting-the-TV-and-SDK). I also had to adjust the parameters for `docker run` otherwise the installation crashed...

https://github.com/six-ddc/sql-builder/blob/master/README.md?plain=1#L69 ```C++ // Update with positional parameters UpdateModel uP; Param mark = "?"; uP.update("user") .set("name", mark) ("age", mark) ("score", mark) ("address", mark) .where(column("id").in(a)); assert(uP.str() == "update user set name =...