Skip to content

jdbc: metadata: database properties #112

Open
@Totktonada

Description

@Totktonada

DatabaseMetaData.

Methods:

  • autoCommitFailureClosesAllResultSets
  • dataDefinitionCausesTransactionCommit
    • should be false I guess
    • ddl raises the multi-engine usage error, but a) don't sure it always so; b)
      txn left alive
    • need to check: create table/index/trigger, alter table rename, truncate
      table, alter table add constraint (foreign key), drop
      table/index/trigger/constraint
  • dataDefinitionIgnoredInTransactions
    • should be true I guess
  • generatedKeyAlwaysReturned

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions