Release notes
*Sourced from [Effort.EF6's releases](https://github.com/zzzprojects/effort/releases).*
> ## v2.2.4
> **FIXED:** Load CSV data for same table name (different structure) in different schema [#178](https://github-redirect.dependabot.com/zzzprojects/effort/issues/178)
>
> ## v2.2.3
> **FIXED:** Add Oracle number [#179](https://github-redirect.dependabot.com/zzzprojects/effort/issues/179)
>
> ## v2.2.2
> **FIXED:** Issue with Case Insensitive and method such as `StartsWith`, `Like`, `EndsWith`
>
> ## v2.2.1
> **ADDED:** Added support to EF6 6.3-Preview7 with .NET Standard 2.1
>
> ## v2.1.1
> - **MERGED:** fixes [#169](https://github-redirect.dependabot.com/zzzprojects/effort/issues/169) by adding oracle XMLTYPE to provider manifest [#170](https://github-redirect.dependabot.com/zzzprojects/effort/issues/170)
>
> ## v2.1.0.1
> - **MERGED:** feat: add schema to filename export [#167](https://github-redirect.dependabot.com/zzzprojects/effort/issues/167)
Commits
- [`9b1dbd6`](https://github.com/zzzprojects/EntityFramework-Effort/commit/9b1dbd67000c58850b29a6483554d995d38ff713) Update assembly version
- [`02c39d0`](https://github.com/zzzprojects/EntityFramework-Effort/commit/02c39d09a4a3ddeb342f1d14647727ff38f97232) Merge pull request [#182](https://github-redirect.dependabot.com/zzzprojects/effort/issues/182) from Lempireqc/master
- [`1ddbe3d`](https://github.com/zzzprojects/EntityFramework-Effort/commit/1ddbe3de3d3fc58452c3e5a3f336375321c65ac8) Update CachingTableDataLoaderFactory.cs
- [`41f9e11`](https://github.com/zzzprojects/EntityFramework-Effort/commit/41f9e1149d74e4ebe842fb86480dcb3d3b69e5ed) Save
- [`e3df04b`](https://github.com/zzzprojects/EntityFramework-Effort/commit/e3df04b35651c0d9a2a094c855bcdbe1e7045e3b) Update assembly version
- [`be62074`](https://github.com/zzzprojects/EntityFramework-Effort/commit/be62074ccb1e2c15328d1051c084900c378f6878) Merge pull request [#179](https://github-redirect.dependabot.com/zzzprojects/effort/issues/179) from kubabuda/add_oracle_number_type
- [`7960bd8`](https://github.com/zzzprojects/EntityFramework-Effort/commit/7960bd83e15f657bea61fef95ba860391083cd4c) Oracle type Number is provided as Decimal, as done in Oracle EF provider
- [`4a605b9`](https://github.com/zzzprojects/EntityFramework-Effort/commit/4a605b99169496fe75df5f56829785958b9b61a4) Add Oracle number
- [`86381f7`](https://github.com/zzzprojects/EntityFramework-Effort/commit/86381f73cb685077069ddfa04b5e1b05dff3754e) Update assembly version
- [`aeafd23`](https://github.com/zzzprojects/EntityFramework-Effort/commit/aeafd236ef66baba6fde98367a6c91cd347942d2) Merge pull request [#175](https://github-redirect.dependabot.com/zzzprojects/effort/issues/175) from Lempireqc/master
- Additional commits viewable in [compare view](https://github.com/zzzprojects/effort/compare/v2.1.0...v2.2.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps Effort.EF6 from 2.1.0 to 2.2.4.
Release notes
*Sourced from [Effort.EF6's releases](https://github.com/zzzprojects/effort/releases).* > ## v2.2.4 > **FIXED:** Load CSV data for same table name (different structure) in different schema [#178](https://github-redirect.dependabot.com/zzzprojects/effort/issues/178) > > ## v2.2.3 > **FIXED:** Add Oracle number [#179](https://github-redirect.dependabot.com/zzzprojects/effort/issues/179) > > ## v2.2.2 > **FIXED:** Issue with Case Insensitive and method such as `StartsWith`, `Like`, `EndsWith` > > ## v2.2.1 > **ADDED:** Added support to EF6 6.3-Preview7 with .NET Standard 2.1 > > ## v2.1.1 > - **MERGED:** fixes [#169](https://github-redirect.dependabot.com/zzzprojects/effort/issues/169) by adding oracle XMLTYPE to provider manifest [#170](https://github-redirect.dependabot.com/zzzprojects/effort/issues/170) > > ## v2.1.0.1 > - **MERGED:** feat: add schema to filename export [#167](https://github-redirect.dependabot.com/zzzprojects/effort/issues/167)Commits
- [`9b1dbd6`](https://github.com/zzzprojects/EntityFramework-Effort/commit/9b1dbd67000c58850b29a6483554d995d38ff713) Update assembly version - [`02c39d0`](https://github.com/zzzprojects/EntityFramework-Effort/commit/02c39d09a4a3ddeb342f1d14647727ff38f97232) Merge pull request [#182](https://github-redirect.dependabot.com/zzzprojects/effort/issues/182) from Lempireqc/master - [`1ddbe3d`](https://github.com/zzzprojects/EntityFramework-Effort/commit/1ddbe3de3d3fc58452c3e5a3f336375321c65ac8) Update CachingTableDataLoaderFactory.cs - [`41f9e11`](https://github.com/zzzprojects/EntityFramework-Effort/commit/41f9e1149d74e4ebe842fb86480dcb3d3b69e5ed) Save - [`e3df04b`](https://github.com/zzzprojects/EntityFramework-Effort/commit/e3df04b35651c0d9a2a094c855bcdbe1e7045e3b) Update assembly version - [`be62074`](https://github.com/zzzprojects/EntityFramework-Effort/commit/be62074ccb1e2c15328d1051c084900c378f6878) Merge pull request [#179](https://github-redirect.dependabot.com/zzzprojects/effort/issues/179) from kubabuda/add_oracle_number_type - [`7960bd8`](https://github.com/zzzprojects/EntityFramework-Effort/commit/7960bd83e15f657bea61fef95ba860391083cd4c) Oracle type Number is provided as Decimal, as done in Oracle EF provider - [`4a605b9`](https://github.com/zzzprojects/EntityFramework-Effort/commit/4a605b99169496fe75df5f56829785958b9b61a4) Add Oracle number - [`86381f7`](https://github.com/zzzprojects/EntityFramework-Effort/commit/86381f73cb685077069ddfa04b5e1b05dff3754e) Update assembly version - [`aeafd23`](https://github.com/zzzprojects/EntityFramework-Effort/commit/aeafd236ef66baba6fde98367a6c91cd347942d2) Merge pull request [#175](https://github-redirect.dependabot.com/zzzprojects/effort/issues/175) from Lempireqc/master - Additional commits viewable in [compare view](https://github.com/zzzprojects/effort/compare/v2.1.0...v2.2.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)