Skip to content

Tags: cajuncoding/GraphQL.RepoDB

Tags

v1.13.1.3

Toggle v1.13.1.3's commit message
Fix bug with Pagination not properly running Raw Sql that has a Where…

…/Join clause in some use cases.

v1.13.1.2

Toggle v1.13.1.2's commit message
Udpdate to fix Nuget publish actions to consistently use RepoDbExtens…

…ions prefix now.

v1.13.1.1

Toggle v1.13.1.1's commit message
Fix Nuget Publish Action to use new Project Names.

v1.1.5.6

Toggle v1.1.5.6's commit message
- Fix bug with in-memory cursor paging logic incorrectly indexing the…

… results resulting in invalid page results.

- Removed unnecessary class constraint for both cursor and offset in-memory paging extensions making them more flexible.
- Improved Unit test naming for async methods.
- Fixed method comments for in-memory extensions.

v1.1.5.5

Toggle v1.1.5.5's commit message
- Improve flexibility of base interface support for cursor navigation…

… with non-generic ICursorPageNavigationInfo.

v1.1.5.4

Toggle v1.1.5.4's commit message
- Simplify RetrieveTotalCount param name on ICursorParams.

v1.1.5.3

Toggle v1.1.5.3's commit message
- Fix SQL building bug not using Raw SQL as specified; improved integ…

…ration tests to validate this better.

- Improved raw sql parameter name to be more consistent with RepDb naming conventions.

v1.1.5.2

Toggle v1.1.5.2's commit message
- Fix Raw SQL validation logic to handle SQL that has been formatted …

…with line breaks.

v1.1.5.1

Toggle v1.1.5.1's commit message
Increment version to republish to Nuget due to latest code not being …

…committed for initial publish.

v1.1.5.0

Toggle v1.1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from cajuncoding/feature/factor_out_repodb_pag…

…ing_extensions_for_non_graphql_use

Updates to simplify naming to be more consistent with RepoDb conventi…