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

MS SQL Connection Options: same as JDBC #975

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

tsegismont
Copy link
Contributor

@tsegismont tsegismont commented Jun 9, 2021

Fixes #963

In particular, ODBC_ON implies ANSI_DEFAULTS which activates the following ISO behaviors:

  • ANSI_NULLS
  • CURSOR_CLOSE_ON_COMMIT
  • ANSI_NULL_DFLT_ON
  • IMPLICIT_TRANSACTIONS
  • ANSI_PADDING
  • QUOTED_IDENTIFIER
  • ANSI_WARNINGS

Fixes eclipse-vertx#963

In particular, ODBC_ON implies ANSI_DEFAULTS which activates the following ISO behaviors:

- ANSI_NULLS
- CURSOR_CLOSE_ON_COMMIT
- ANSI_NULL_DFLT_ON
- IMPLICIT_TRANSACTIONS
- ANSI_PADDING
- QUOTED_IDENTIFIER
- ANSI_WARNINGS

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit efebfec into eclipse-vertx:master Jun 9, 2021
@tsegismont tsegismont deleted the use_jdbc_options branch June 9, 2021 15:15
@gavinking
Copy link

Excellent.

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

Successfully merging this pull request may close these issues.

Table created with non-nullable column even without NOT NULL in column definition
2 participants