Release notes
*Sourced from [dreamfactory/df-database's releases](https://github.com/dreamfactorysoftware/df-database/releases).*
> ## 0.9.6
> - [DP-59](https://dreamfactory.atlassian.net/browse/DP-59) Configure Dependabot
Changelog
*Sourced from [dreamfactory/df-database's changelog](https://github.com/dreamfactorysoftware/df-database/blob/master/CHANGELOG.md).*
> # Change Log
> All notable changes to this project will be documented in this file.
> This project adheres to [Semantic Versioning](http://semver.org/).
>
> ## [Unreleased]
>
> ## [0.9.3] - 2018-11-27
> - DF-1411 Incorrect column name casing comparison in nested insert involving non-standard primary key name
>
> ## [0.9.2] - 2018-02-25
> - DF-1303 Oracle all caps data types are not getting caught for type simplification
> - DF-1288 Disable datetime types formatting when there is no translations configured
>
> ## [0.9.1] - 2018-01-25
> ### Added
> - DF-1275 Initial support for multi-column constraints
>
> ## [0.9.0] - 2017-12-26
> ### Added
> - DF-1252 GraphQL support
> - DF-1224 Added ability to set different default limits (max_records_returned) per service
> - DF-1186 Add exceptions for missing data when generating relationships
> - Added package discovery
> ### Changed
> - DF-1150 Update copyright and support email
> - Correct designation for HAS_ONE relationship
> - Cleanup use of checkServicePermission, use ServiceManager where applicable
>
> ## [0.8.1] - 2017-11-21
> ### Fixed
> - Correct designation for HAS_ONE relationship
>
> ## [0.8.0] - 2017-11-03
> ### Changed
> - Change getNativeDateTimeFormat to handle column schema to detect detailed datetime format
> - Upgraded Swagger to OpenAPI 3.0 specification
> - Reduced repeated method calls
> - DF-1184 Limit schema object displayed fields when discovery is not complete
>
> ## [0.7.0] - 2017-09-15
> ### Added
> - DF-1060 Support for data retrieval (GET) caching and configuration
> - Add new support for HAS_ONE relationship to schema management
> ### Fixed
> - DF-1160 Correct resource name usage for procedures and functions when pulling parameters
> - Allow refresh request option to pass down through the layers
> - Cleanup primary and unique key handling
>
> ## [0.6.1] - 2017-08-30
> ### Added
> ... (truncated)
Commits
- [`49a9235`](https://github.com/dreamfactorysoftware/df-database/commit/49a9235b576727fc90bf95f4025074e73b40263d) Merge pull request [#14](https://github-redirect.dependabot.com/dreamfactorysoftware/df-database/issues/14) from dreamfactorysoftware/dependabot/composer/master/d...
- [`ed6d668`](https://github.com/dreamfactorysoftware/df-database/commit/ed6d66839f49c993e991860d32986523112d54ec) Update dreamfactory/df-core requirement from ~0.15.1 to ~0.15.2
- [`266db13`](https://github.com/dreamfactorysoftware/df-database/commit/266db13a4a04459fdf09b317fe8ace94f059eabd) Merge pull request [#13](https://github-redirect.dependabot.com/dreamfactorysoftware/df-database/issues/13) from dreamfactorysoftware/configure-dependabot
- [`e530d57`](https://github.com/dreamfactorysoftware/df-database/commit/e530d57923cd917cc34afabe4ff7022dab8013ff) Add Dependabot config file
- See full diff in [compare view](https://github.com/dreamfactorysoftware/df-database/compare/0.9.5...0.9.6)
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.
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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on dreamfactory/df-database to permit the latest version.
Release notes
*Sourced from [dreamfactory/df-database's releases](https://github.com/dreamfactorysoftware/df-database/releases).* > ## 0.9.6 > - [DP-59](https://dreamfactory.atlassian.net/browse/DP-59) Configure DependabotChangelog
*Sourced from [dreamfactory/df-database's changelog](https://github.com/dreamfactorysoftware/df-database/blob/master/CHANGELOG.md).* > # Change Log > All notable changes to this project will be documented in this file. > This project adheres to [Semantic Versioning](http://semver.org/). > > ## [Unreleased] > > ## [0.9.3] - 2018-11-27 > - DF-1411 Incorrect column name casing comparison in nested insert involving non-standard primary key name > > ## [0.9.2] - 2018-02-25 > - DF-1303 Oracle all caps data types are not getting caught for type simplification > - DF-1288 Disable datetime types formatting when there is no translations configured > > ## [0.9.1] - 2018-01-25 > ### Added > - DF-1275 Initial support for multi-column constraints > > ## [0.9.0] - 2017-12-26 > ### Added > - DF-1252 GraphQL support > - DF-1224 Added ability to set different default limits (max_records_returned) per service > - DF-1186 Add exceptions for missing data when generating relationships > - Added package discovery > ### Changed > - DF-1150 Update copyright and support email > - Correct designation for HAS_ONE relationship > - Cleanup use of checkServicePermission, use ServiceManager where applicable > > ## [0.8.1] - 2017-11-21 > ### Fixed > - Correct designation for HAS_ONE relationship > > ## [0.8.0] - 2017-11-03 > ### Changed > - Change getNativeDateTimeFormat to handle column schema to detect detailed datetime format > - Upgraded Swagger to OpenAPI 3.0 specification > - Reduced repeated method calls > - DF-1184 Limit schema object displayed fields when discovery is not complete > > ## [0.7.0] - 2017-09-15 > ### Added > - DF-1060 Support for data retrieval (GET) caching and configuration > - Add new support for HAS_ONE relationship to schema management > ### Fixed > - DF-1160 Correct resource name usage for procedures and functions when pulling parameters > - Allow refresh request option to pass down through the layers > - Cleanup primary and unique key handling > > ## [0.6.1] - 2017-08-30 > ### Added > ... (truncated)Commits
- [`49a9235`](https://github.com/dreamfactorysoftware/df-database/commit/49a9235b576727fc90bf95f4025074e73b40263d) Merge pull request [#14](https://github-redirect.dependabot.com/dreamfactorysoftware/df-database/issues/14) from dreamfactorysoftware/dependabot/composer/master/d... - [`ed6d668`](https://github.com/dreamfactorysoftware/df-database/commit/ed6d66839f49c993e991860d32986523112d54ec) Update dreamfactory/df-core requirement from ~0.15.1 to ~0.15.2 - [`266db13`](https://github.com/dreamfactorysoftware/df-database/commit/266db13a4a04459fdf09b317fe8ace94f059eabd) Merge pull request [#13](https://github-redirect.dependabot.com/dreamfactorysoftware/df-database/issues/13) from dreamfactorysoftware/configure-dependabot - [`e530d57`](https://github.com/dreamfactorysoftware/df-database/commit/e530d57923cd917cc34afabe4ff7022dab8013ff) Add Dependabot config file - See full diff in [compare view](https://github.com/dreamfactorysoftware/df-database/compare/0.9.5...0.9.6)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
.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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)