-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit f2a5539
committed
EF Core 8 provider (and refactoring around).
1 parent 6bce4ed commit f2a5539
File tree
67 files changed
+1933
-278
lines changed- src
- EntityFramework.Firebird.Tests
- EntityFramework.Firebird
- FirebirdSql.Data.FirebirdClient
- FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests
- Helpers
- Query
- FirebirdSql.EntityFrameworkCore.Firebird.Tests
- Migrations
- FirebirdSql.EntityFrameworkCore.Firebird
- Extensions
- Migrations
- Query
- ExpressionTranslators/Internal
- Internal
- Storage/Internal
- ValueGeneration/Internal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1933
-278
lines changedLines changed: 19 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
32 | - | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
33 | 43 |
| |
34 | 44 |
| |
35 | 45 |
| |
36 | - | ||
37 | - | ||
38 | - | ||
46 | + | ||
47 | + | ||
48 | + | ||
39 | 49 |
| |
40 | - | ||
41 | - | ||
42 | - | ||
50 | + | ||
51 | + | ||
52 | + | ||
43 | 53 |
| |
44 | 54 |
| |
45 | 55 |
| |
46 | 56 |
| |
57 | + | ||
47 | 58 |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | 7 |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | - | ||
8 | - | ||
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 | - | ||
49 | + | ||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
56 | - | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
57 | 61 |
| |
58 | 62 |
| |
59 | 63 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | - | ||
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Lines changed: 23 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | - | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
34 | 55 |
| |
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
56 | + | ||
39 | 57 |
| |
40 | 58 |
| |
41 | 59 |
| |
|
Lines changed: 34 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
133 | - | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
| |||
324 | 326 |
| |
325 | 327 |
| |
326 | 328 |
| |
329 | + | ||
330 | + | ||
331 | + | ||
332 | + | ||
333 | + | ||
334 | + | ||
335 | + | ||
336 | + | ||
337 | + | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
345 | + | ||
346 | + | ||
347 | + | ||
348 | + | ||
349 | + | ||
350 | + | ||
351 | + | ||
352 | + | ||
353 | + | ||
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
327 | 359 |
| |
328 | 360 |
| |
329 | 361 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
149 | 156 |
|
0 commit comments