[CONJ-1043] DatabaseMetaData#getFunctions' result contains null REMARKS Created: 2023-01-27  Updated: 2023-02-28  Resolved: 2023-02-28

Status: Closed
Project: MariaDB Connector/J
Component/s: JDBC compatibility
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Jin Kwon Assignee: Diego Dupin
Resolution: Not a Bug Votes: 0
Labels: databasemetadata
Environment:

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#getFunctions`s result contains a row whose `REMARKS` column is `null`.

No other databases has this problem.



 Comments   
Comment by Jin Kwon [ 2023-01-27 ]

Sorry wrong issue. Please close this issue.

Comment by Diego Dupin [ 2023-02-28 ]

closing as requested

Generated at Thu Feb 08 03:20:12 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.