Implicit Conversion and SQL Server Today, I spent most of my worktime analyzing a bug, where for a larger than normal number of input rows an SQL query would take longer than 30 seconds (default timeout duration) and the request would fail. After understanding the data flow and validating that the data itself shouldn’t cause […]
Tag: Clang
TIL: Ninja & MSYS2 Clang
Ninja Continuing my quest of compiling SFML with all the flavors of Clang on Windows, I tried out the build system Ninja for the first time. It’s well-known, has its own CMake generator for a very long time and compared to a normal Visual Studio build it’s quite fast. There honestly isn’t too much to […]
TIL: CPM, Clang & iOS on Windows
In this Today I Learned (TIL) format, I want to very briefly share things I’ve come across and learned from today. CMake Package Manager Someone on the SFML Discord was trying to get SFML to play nice with their CMake script which uses CMake Package Manager (CPM). CPM is not a built-in functionality or officially […]