-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit 161cb8c
PHPORM-369: Fix ID handling when using insert method instead of save (#3429)
* Fix ID handling when using insert method instead of save
* Add test with non-incrementing model1 parent 1bb06ec commit 161cb8c
File tree
4 files changed
+68
-1
lines changed- src/Query
- tests
- Models
4 files changed
+68
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
748 | - | ||
748 | + | ||
749 | + | ||
750 | + | ||
751 | + | ||
749 | 752 | | |
750 | 753 | | |
751 | 754 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | + | ||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
60 | + | ||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
109 | 131 | | |
110 | 132 | | |
111 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
| |||
0 commit comments