Commit bd9e262
authored
Better Validation (#495)
No need to require a host or username in database URL, both are optional
in the standard.
Also remove code that emits warnings if a function not marked as a
coroutine is called from an event loop, as it emits false positives when
using non-asyncio event loops.1 parent 4eed711 commit bd9e262
3 files changed
+0
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
856 | 848 | | |
857 | 849 | | |
858 | 850 | | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | 851 | | |
865 | 852 | | |
866 | 853 | | |
| |||
1046 | 1033 | | |
1047 | 1034 | | |
1048 | 1035 | | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | 1036 | | |
1054 | 1037 | | |
1055 | 1038 | | |
| |||
1194 | 1177 | | |
1195 | 1178 | | |
1196 | 1179 | | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | 1180 | | |
1202 | 1181 | | |
1203 | 1182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
482 | | - | |
483 | 481 | | |
484 | 482 | | |
485 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | 613 | | |
632 | 614 | | |
633 | 615 | | |
| |||
0 commit comments