File tree
Expand file treeCollapse file tree
4 files changed
+14
-2
lines changedFilter options
- src
- NHibernate/SqlCommand
- NHibernate.Test/SqlCommandTest
Expand file treeCollapse file tree
4 files changed
+14
-2
lines changedsrc/NHibernate.Test/SqlCommandTest/SqlInsertBuilderFixture.cs
Copy file name to clipboardExpand all lines: src/NHibernate.Test/SqlCommandTest/SqlInsertBuilderFixture.cs+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| ||
53 | 55 |
|
54 | 56 |
|
55 | 57 |
|
| 58 | + |
56 | 59 |
|
| 60 | + |
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
| ||
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
| 78 | + |
74 | 79 |
|
| 80 | + |
75 | 81 |
|
76 | 82 |
|
77 | 83 |
|
| ||
89 | 95 |
|
90 | 96 |
|
91 | 97 |
|
92 |
| - |
| 98 | + |
src/NHibernate.Test/SqlCommandTest/SqlUpdateBuilderFixture.cs
Copy file name to clipboardExpand all lines: src/NHibernate.Test/SqlCommandTest/SqlUpdateBuilderFixture.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
| 33 | + |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
| ||
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
63 |
| - |
| 65 | + |
src/NHibernate/SqlCommand/SqlInsertBuilder.cs
Copy file name to clipboardExpand all lines: src/NHibernate/SqlCommand/SqlInsertBuilder.cs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
|
src/NHibernate/SqlCommand/SqlUpdateBuilder.cs
Copy file name to clipboardExpand all lines: src/NHibernate/SqlCommand/SqlUpdateBuilder.cs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
|
0 commit comments