Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Updates the requirements on dreamfactory/df-sqldb to permit the latest version.

Release notes

Sourced from dreamfactory/df-sqldb's releases.

1.0.0

DP-460 Upgrade to PHP 8.1 / Laravel 9

  • Resolve conflict with db.schema component
Changelog

Sourced from dreamfactory/df-sqldb's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[0.15.4] - 2018-04-03

Changed

  • Updated order by behavior

[0.15.3] - 2018-02-25

Changed

  • Made it easier to extend existing SQL Database classes
  • No need to include the identifying fields in update request

[0.15.2] - 2018-01-29

Fixed

  • Allow for old SQLite pragma for index_list which does not include origin column

[0.15.1] - 2018-01-25

Added

  • DF-1275 Initial support for multi-column constraints

[0.15.0] - 2017-12-26

Added

  • DF-1224 Added ability to set different default limits (max_records_returned) per service
  • Added package discovery
  • DF-1186 Added exceptions for missing data when generating relationships
  • Add GraphQL support

Changed

  • DF-1150 Update copyright and support email
  • Separate resources from resource handlers
  • Used new getPrimaryKey method for better multi-key handling

[0.14.0] - 2017-11-03

Changed

  • Change getNativeDateTimeFormat to handle column schema to detect detailed datetime format
  • DF-1184 Limit schema object displayed fields when discovery is not complete
  • Upgrade Swagger to OpenAPI 3.0 specification

[0.13.1] - 2017-10-30

Fixed

  • Fix typo for stored functions

[0.13.0] - 2017-09-18

Added

  • Support for HAS_ONE relationship in schema management and relationship handling
  • DF-1060 Support for data retrieval (GET) caching and configuration

Fixed

  • DF-1165 Only squelch empty row set (2053) general MySQL error, propagate others

... (truncated)

Commits
  • e5bbc86 DP-460 Upgrade to PHP 8.1 / Laravel 9
  • fd2c318 DP-557 update the regex pattern to match version number more generically
  • c7618fb DP-535 Fix comment classes
  • 532b6be DP-535 Add alloydb connector
  • ef004e4 Upgrade to GitHub-native Dependabot
  • 6107f3f DP-248 Confirm PostgreSQL 13 support
  • ce26bdc DP-209 ORA-06502: PL/SQL: numeric or value error: character string buffer too...
  • 5acadce DP-205 Simplify release process (composer files)
  • da87d80 DP-202 Add PostgreSQL materialized view support
  • 788256f Update dreamfactory/df-database requirement from ~0.11.1 to ~0.11.2
  • Additional commits viewable in compare view

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)

daniilly and others added 2 commits February 27, 2023 16:53
- Update dependencies
- Get rid of global helper functions
- Resolve conflict with db.schema component

App code used `db.schema` name for  `DbSchemaExtensions` component.
Starting from Laravel 9 this name is used internally
because of migration to string based accessor for Schema facade
laravel/framework@8059b39.
The cure is to use `df` prefix for app `db.schema` component.
Updates the requirements on [dreamfactory/df-sqldb](https://github.com/dreamfactorysoftware/df-sqldb) to permit the latest version.
- [Release notes](https://github.com/dreamfactorysoftware/df-sqldb/releases)
- [Changelog](https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md)
- [Commits](dreamfactorysoftware/df-sqldb@0.17.0...1.0.0)

---
updated-dependencies:
- dependency-name: dreamfactory/df-sqldb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Refers to Dependabot dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants