mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 06:28:23 +00:00
b1c2a6384a
Old coding here ignored non-wildcard common names and passed None instead. With my recent changes I started throwing an error in that case. Old logic doesn't seem to be a great choice, so instead of passing None I actually set non-wildcard common names too. That way it is possible to avoid handling cases with None in downstream code.