Commit 19a93da
Fix NpgsqlOptionsExtension losing ParameterizedCollectionMode between clones
Add _parameterizedCollectionMode to the copy constructor so the value
is preserved when Clone() is called by any WithXyz method.
Add test verifying the mode survives a subsequent UsePostgresVersion call.
Agent-Logs-Url: https://github.com/npgsql/efcore.pg/sessions/6210ab26-9cbe-4297-b483-d782610e68e9
Co-authored-by: roji <1862641+roji@users.noreply.github.com>1 parent ce8718c commit 19a93da
File tree
2 files changed
+16
-0
lines changed- src/EFCore.PG/Infrastructure/Internal
- test/EFCore.PG.Tests
2 files changed
+16
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
| |||
0 commit comments