Skip to content

Conversation

@dalehhirt
Copy link

V2, incorporating feedback so that encrypt_option comes through additional_info column.

@dalehhirt
Copy link
Author

#79

COALESCE(r.ansi_nulls, s.ansi_nulls) AS ansi_nulls,
COALESCE(r.concat_null_yields_null, s.concat_null_yields_null) AS concat_null_yields_null,
COALESCE(r.transaction_isolation_level, s.transaction_isolation_level) AS transaction_isolation_level,
c.encrypt_option,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do the following instead?

Suggested change
c.encrypt_option,
COALESCE(c.encrypt_option, 'FALSE') as encrypt_option,

COALESCE(r.ansi_nulls, s.ansi_nulls) AS ansi_nulls,
COALESCE(r.concat_null_yields_null, s.concat_null_yields_null) AS concat_null_yields_null,
COALESCE(r.transaction_isolation_level, s.transaction_isolation_level) AS transaction_isolation_level,
c.encrypt_option,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do the following instead?

Suggested change
c.encrypt_option,
COALESCE(c.encrypt_option, 'FALSE') as encrypt_option,

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.

1 participant