Skip to content

Exclude Mapping Columns if they are defined as computed columns in the database schema#23

Merged
bytefish merged 1 commit into
bytefish:masterfrom
chaks7:master
Mar 12, 2024
Merged

Exclude Mapping Columns if they are defined as computed columns in the database schema#23
bytefish merged 1 commit into
bytefish:masterfrom
chaks7:master

Conversation

@chaks7

@chaks7 chaks7 commented Mar 11, 2024

Copy link
Copy Markdown
Contributor

Updated mssql-jdbc to 12.6.1.jre11.
Fix for excluding computed columns in the column mapping collection.

@bytefish

Copy link
Copy Markdown
Owner

@vslee Looks good to me. What do you think?

@vslee vslee left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM too

@bytefish bytefish merged commit f36d91b into bytefish:master Mar 12, 2024
@bytefish

Copy link
Copy Markdown
Owner

@chaks7 Thanks for improving the library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please exclude computed columns before adding the column to List<SchemaMetaData.ColumnInformation>

3 participants