From 8326007a15c7d9263e5b99ee67140888a0755349 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 5 Jul 2024 18:28:52 +0200 Subject: [PATCH] updated NOTES.txt --- NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NOTES.txt b/NOTES.txt index a11d8db97..5373a11cf 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -3500,5 +3500,7 @@ somewhere else. I didn't know that this can happen and discovered it after whole library is practically finished. And because of this all code has to be revisited what is practically impossible and has to be fixed or I have to find all places where is this happening. +Because of this there is a change that TinyORM will never correctly support /MTd. 🥲 But it's not +impossible to fix it, it will only cost a lot of effort. This bug isn't happening with in Release mode with /MT because asserts are disabled.