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

Fix Dapper Provider #4998

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Fix Dapper Provider #4998

merged 2 commits into from
Feb 25, 2024

Commits on Feb 25, 2024

  1. Update Dapper for better support and pagination

    The update includes a significant enhancement to the Dapper module. Improvements were made to support SQL Server and enhanced SQL query pagination. Additionally, table column size was increased for various fields to handle more extensive data. Minor refactoring was also done to improve code readability.
    sfmskywalker committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    bc962ac View commit details
    Browse the repository at this point in the history
  2. Toggle SQL Server usage in Elsa Server

    The previous setting had SQL Server usage in Elsa server enabled by default. This commit changes the useSqlServer constant in Elsa.Server.Web to false, effectively switching SQL Server off unless manually activated.
    sfmskywalker committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9c98e77 View commit details
    Browse the repository at this point in the history