Commit 4e15c7e
committed
Add phone codes to countries seed data and fix empty string vs NULL
- Populate phone_code column in countries.csv with ITU-T E.164 codes
- Convert empty strings to NULL for nullable fields in CountriesSeed
- Fix EmptyValuesTestFilterCollection callback to return bool
The phone_code column was empty for all countries, making the
empty-values search demo non-functional. The seed also inserted empty
strings instead of NULL, so IS NULL filters never matched.1 parent 9196be4 commit 4e15c7e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
0 commit comments