From ef60fff059a64e68936cf465de7a2540398e653c Mon Sep 17 00:00:00 2001 From: Koen Date: Sun, 5 Sep 2021 05:44:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6b2c1..89657b8 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Essentially there are 2 components: We have a source generator that is able to w ### FAQ #### Are there currently any known limitations? -There is currently no support for overloaded methods. Each method name needs to be unique within a given type. This is something that will be fixed before a proper v1 release. +There is currently no support for overloaded methods. Each method name needs to be unique within a given type. #### Is this specific to a database provider? No; The runtime component injects itself within the EFCore query compilation pipeline and thus has no impact on the database provider used. Of course you're still limited to whatever your database provider can do.