Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
Running `/Users/onacit/gitcl/github.com/jinahya/database-metadata-bind/mvnw`...
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /Users/onacit/.m2/wrapper/dists/apache-maven-3.8.7-bin/1ktonn2lleg549uah6ngl1r74r/apache-maven-3.8.7
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
Default locale: en_KR, platform encoding: UTF-8
OS name: "mac os x", version: "13.1", arch: "aarch64", family: "mac"
Running `/Users/onacit/gitcl/github.com/jinahya/database-metadata-bind/mvnw`... Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29) Maven home: /Users/onacit/.m2/wrapper/dists/apache-maven-3.8.7-bin/1ktonn2lleg549uah6ngl1r74r/apache-maven-3.8.7 Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home Default locale: en_KR, platform encoding: UTF-8 OS name: "mac os x", version: "13.1", arch: "aarch64", family: "mac"
Description
```
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - databaseProductName: PostgreSQL
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - databaseProductVersion: 15.1 (Debian 15.1-1.pgdg110+1)
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - databaseMajorVersion: 15
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - databaseMinorVersion: 1
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - driverName: PostgreSQL JDBC Driver
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - driverVersion: 42.5.1
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - driverMajorVersion: 42
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - driverMinorVersion: 5
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - catalogSeparator: .
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - catalogTerm: database
2453 [main] DEBUG com.github.jinahya.database.metadata.bind.ContextTests - schemaTerm: schema
2480 [main] ERROR com.github.jinahya.database.metadata.bind.ContextTests - failed; getAttributes
```
`DatabaseMetaData#getUDTs`s result contains a row whose `REMARKS` column is `null`.
No other databases has this problem.