Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reported data types does not match supported data types #7

Open
bobstarbird opened this issue Feb 11, 2019 · 1 comment
Open

Reported data types does not match supported data types #7

bobstarbird opened this issue Feb 11, 2019 · 1 comment

Comments

@bobstarbird
Copy link
Collaborator

bobstarbird commented Feb 11, 2019

MarkLogic TDE supports a subset of XML xsd data types (Modules/MarkLogic/tde.xsd). pg_type_id supports a subset of TDE data types (sql:pg_type_id). The documented MarkLogic SQL data types (http://docs.marklogic.com/guide/sql/SQLqueries#id_32736) is a super set of types supported by the driver. TypeInfoCache.java has typeAliases HashMap for some aliases. The critical mapping of pg_type_id(type) to OID is missing some types.

@bobstarbird
Copy link
Collaborator Author

Remove bytea and uuid data types from PgDatabaseMetaData since these are not supported by MarkLogic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant