You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+45-45Lines changed: 45 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,51 +182,6 @@ We've also added a
182
182
as it's a common use-case to swapout to use Sqlite's in-memory provider for faster tests.
183
183
But as Sqlite doesn't provide async API's under-the-hood we fallback to *pseudo async* support where we just wrap its synchronous responses in `Task` results.
184
184
185
-
## Dynamic Result Sets
186
-
187
-
There's new support for returning unstructured resultsets letting you Select `List<object>` instead of having results mapped to a concrete Poco class, e.g:
The `Sql.In()` API supports nesting and combining of multiple Typed SQL Expressions together
@@ -865,6 +820,51 @@ The mapping also includes a fallback for referencing fully-qualified names in th
865
820
-`CustomerName` => "Customer"."Name"
866
821
-`OrderCost` => "Order"."Cost"
867
822
823
+
## Dynamic Result Sets
824
+
825
+
There's new support for returning unstructured resultsets letting you Select `List<object>` instead of having results mapped to a concrete Poco class, e.g:
0 commit comments