Thread: [pgjdbc/pgjdbc] 50f6d5: fix: Throw an exception if the driver cannot parse...

[pgjdbc/pgjdbc] 50f6d5: fix: Throw an exception if the driver cannot parse...

From
Dave Cramer
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 50f6d510a882e5350afc4304b15d33e8ca33867b
      https://github.com/pgjdbc/pgjdbc/commit/50f6d510a882e5350afc4304b15d33e8ca33867b
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/Driver.java

  Log Message:
  -----------
  fix: Throw an exception if the driver cannot parse the URL instead of returning NULL fixes Issue #2421 (#2441)