Commit bad6717
authored
Interpret full-supported UUID type correctly in JDBC server (#3515)
This PR (1) adds the missing support in `DataType` and gRPC-related
classes for the future UUID type. This is needed to maintain
compatibility in mixed-mode testing with the future full-support
version.
It is relatively difficult to test this on the `main` as we cannot bring
in the support in the current PR. However, here is the PR for
re-introducing the full support:
#3510 (2). I have
tested that (2) is backward compatible with fixes in (1). Hence, if (1)
releases first, and then we bring in (2) we will maintain compatibility
to "older" version JDBC servers.1 parent 80d5e7c commit bad6717
File tree
3 files changed
+90
-0
lines changed- fdb-relational-api/src/main/java/com/apple/foundationdb/relational/api/metadata
- fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/metadata
- fdb-relational-grpc/src/main/java/com/apple/foundationdb/relational/jdbc
3 files changed
+90
-0
lines changedLines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
801 | 802 | | |
802 | 803 | | |
803 | 804 | | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
804 | 878 | | |
805 | 879 | | |
806 | 880 | | |
| |||
1426 | 1500 | | |
1427 | 1501 | | |
1428 | 1502 | | |
| 1503 | + | |
1429 | 1504 | | |
1430 | 1505 | | |
1431 | 1506 | | |
| |||
1443 | 1518 | | |
1444 | 1519 | | |
1445 | 1520 | | |
| 1521 | + | |
1446 | 1522 | | |
1447 | 1523 | | |
1448 | 1524 | | |
| |||
1451 | 1527 | | |
1452 | 1528 | | |
1453 | 1529 | | |
| 1530 | + | |
1454 | 1531 | | |
1455 | 1532 | | |
1456 | 1533 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
| 231 | + | |
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
| |||
462 | 465 | | |
463 | 466 | | |
464 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
465 | 475 | | |
466 | 476 | | |
467 | 477 | | |
| |||
0 commit comments