dmdv
dmdv
Same issue for me Using this toml ```toml [dependencies] telegram-bot = "0.8.0" tokio = { version = "1.26.0", features = ["fs", "rt", "macros", "rt-multi-thread"]} futures = { version = "0.3.26",...
Hi everyone This error persist since 2022. Can someone ping the pull request https://github.com/sqlc-dev/sqlc/pull/3220 How one can possibly work without CTE or joins? Is SQLC only for primitive cases? Please,...
When is the merge?
> We dont recommend querying all events in this fashion instead we would recommend putting the data into a database like postgres and then querying from there. If you have...