Commit 3f43fa4
committed
Use null catalog when catalog is empty in TableColumnTypeValidationTest
This aligns with other places in our production code where we only use the provided catalog value if it is not empty.
There has been a change in Postgres in how it handles catalog with empty value.
See pgjdbc/pgjdbc#33901 parent 052da7f commit 3f43fa4
1 file changed
Lines changed: 5 additions & 8 deletions
File tree
- modules/flowable-app-rest/src/test/java/org/flowable/test/persistence
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 211 | | |
215 | 212 | | |
216 | 213 | | |
| |||
0 commit comments