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

Support filtering of time fields for sql server #684

Closed
wants to merge 1 commit into from

Conversation

@labkey-adam
Copy link
Contributor

@XingY this will work for devs, but it means that clients and our sys eng team will have to configure this property. We have a way to supply connection properties that we require. Override prepare(LabKeyDataSource) in the SQL Server dialect and call dataSource.setConnectionProperty(). Then you shouldn't need this change and no one will have to configure the new property.

@XingY
Copy link
Contributor Author

XingY commented Jan 23, 2024

@XingY this will work for devs, but it means that clients and our sys eng team will have to configure this property. We have a way to supply connection properties that we require. Override prepare(LabKeyDataSource) in the SQL Server dialect and call dataSource.setConnectionProperty(). Then you shouldn't need this change and no one will have to configure the new property.

Great. I'll try that out. Thanks!

@XingY XingY closed this Jan 24, 2024
@XingY XingY deleted the fb_timeFields branch January 24, 2024 15:00
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.

2 participants