Skip to content

bug: fix to JobExecutionDaoImpl to allow for both ms and pg sql#28

Open
kibo-thomasphipps wants to merge 3 commits intomasterfrom
bug/select_top
Open

bug: fix to JobExecutionDaoImpl to allow for both ms and pg sql#28
kibo-thomasphipps wants to merge 3 commits intomasterfrom
bug/select_top

Conversation

@kibo-thomasphipps
Copy link
Copy Markdown

added isSqlServer method to use for branching in the sql statements that use either "select top x" or "limit x"

String statement = isSqlServer(getJdbcTemplate()) ? LAST_SUCCESSFUL_EXECUTION_DATE_BY_SITE_MS : LAST_SUCCESSFUL_EXECUTION_DATE_BY_SITE_PG;

Copy link
Copy Markdown
Collaborator

@kibo-kellytaylor kibo-kellytaylor left a comment

Choose a reason for hiding this comment

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

not that you need it, but in case you want it for the PR process thing...

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