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

Update dependency sqflite to v2 - abandoned #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 11, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sqflite dependencies major ^0.8.7 -> ^2.0.0

Release Notes

tekartik/sqflite

v2.2.6

Compare Source

  • uri support for supported implementations.

v2.2.5

Compare Source

  • Fix concurrency issue in database worker pool (chriscui@google.com)
  • add android setLocale API call support.

v2.2.4+1

Compare Source

  • Experimental logger support.

v2.2.4

  • Experimental logger support.

v2.2.3

  • strict-casts and sdk 2.18 support

v2.2.2

Compare Source

  • Fix iOS/MacOS FMDB include for non-swift project

v2.2.1

Compare Source

  • Allow multiple threads on Android, thanks to zhenpingcui

v2.2.0+3

Compare Source

  • Implements Database.queryCursor() and Database.rawQueryCursor()
  • Dependency update
  • Initial support of cross isolate safe
  • Transaction v2 update

v2.2.0+2

Compare Source

v2.2.0+1

Compare Source

v2.2.0

Compare Source

  • Implements Database.queryCursor() and Database.rawQueryCursor()
  • Dependency update
  • Initial support of cross isolate safe
  • Transaction v2 update

v2.1.0+1

Compare Source

  • Android: fix parameter binding for non string parameters
  • Android: fix unit test

v2.1.0

Compare Source

  • Android: fix parameter binding for non string parameters
  • Android: fix unit test

v2.0.3+1

Compare Source

  • MacOS: Fix crash when an invalid number of parameters is specified in the query

v2.0.3

Compare Source

  • MacOS: Fix crash when an invalid number of parameters is specified in the query

v2.0.2+1

Compare Source

  • Android build: remove jcenter, compile sdk set to 31

v2.0.2

Compare Source

  • Android build: remove jcenter, compile sdk set to 31

v2.0.1

Compare Source

  • Bump default android thread priority to THREAD_PRIORITY_DEFAULT

v2.0.0+4

Compare Source

  • nnbd support

v2.0.0+3

Compare Source

v2.0.0+2

Compare Source

v2.0.0+1

Compare Source

v2.0.0

Compare Source

  • nnbd support

v1.3.2+4

Compare Source

v1.3.2+3

Compare Source

  • iOS/macOS: Update FMDB to 2.7.5+
  • android: Update gradle to 6.5
  • fix logs on iOS

v1.3.2+2

Compare Source

v1.3.2+1

Compare Source

v1.3.2

Compare Source

  • iOS/macOS: Update FMDB to 2.7.5+
  • android: Update gradle to 6.5
  • fix logs on iOS

v1.3.1+2

Compare Source

  • add databaseFactory setter to change the default sqflite factory.
  • Fix empty Blob returned as null on MacOS/iOS
  • Test using integration_test

v1.3.1+1

Compare Source

v1.3.1

Compare Source

  • add databaseFactory setter to change the default sqflite factory.
  • Fix empty Blob returned as null on MacOS/iOS
  • Test using integration_test

v1.3.0+2

Compare Source

  • Add sqflite_common dependency

v1.3.0+1

Compare Source

v1.3.0

Compare Source

  • Add sqflite_common dependency

v1.2.2+1

Compare Source

  • Fix iOS warning on FMDB import
  • Support pedantic 1.9
  • Check arguments in debug mode (print errors only)

v1.2.2

Compare Source

  • Fix iOS warning on FMDB import
  • Support pedantic 1.9
  • Check arguments in debug mode (print errors only)

v1.2.1

Compare Source

  • Support Android embedding v2
  • Add private mixin
  • Support iOS/MacOS incremental build

v1.2.0

Compare Source

  • Add MacOS support

v1.1.8

Compare Source

  • support deleteDatabase after hot-restart. Existing, if any, single instance database ìs closed
    before deletion

v1.1.7+3

Compare Source

  • Bump flutter/dart dependency version (1.9.1/2.5.0)
  • Fix hot and warm restart for opened databases on Android
  • Add code documentation, code coverage and build badges
  • Fix ios example build

v1.1.7+2

Compare Source

v1.1.7+1

Compare Source

v1.1.7

  • Bump flutter/dart dependency version (1.9.1/2.5.0)
  • Fix hot and warm restart for opened databases on Android
  • Add code documentation, code coverage and build badges
  • Fix ios example build

v1.1.6+5

  • Open database in a background thread on Android.
  • Prevent database deletion on Android when opening a corrupted database in read-only.
  • Fix hot restart ROLLBACK warning
  • Fix indexed parameter binding on iOS

v1.1.6

  • Open database in a background thread on Android.
  • Prevent database deletion on Android when opening a corrupted database in read-only.
  • Fix hot restart ROLLBACK warning
  • Fix indexed parameter binding on iOS

v1.1.5

  • Add databaseExists as a top level function
  • handle relative path in databaseExists and deleteDatabase
  • Supports hot-restart while in a transaction on iOS and Android by recovering the database from the
    native world and executing ROLLBACK to prevent SQLITE_BUSY error
  • If in a transaction, execute ROLLBACK before closing to prevent SQLITE_BUSY error

v1.1.3

  • Fix deadlock issue on iOS when using isolates

v1.1.2

  • Sqflite now uses a thread handler with a background thread priority by default on Android

v1.1.1

  • Use mixin and extract non flutter code into sqlite_api.dart
  • Deprecate SqfliteOptions which is only used internally

v1.1.0

  • Breaking change. Migrate from the deprecated original Android Support
    Library to AndroidX. This shouldn't result in any functional changes, but it
    requires any Android apps using this plugin to also
    migrate
    if they're
    using the original support library.

    You might say thay version should be bumped to 2.0.0, however it is just a tooling issue, code is not changed.
    This is a copy of the changes made in the flutter plugins

v1.0.0

  • Upgrade 0.13.0 version as 1.0.0
  • Remove deprecated API (applyBatch, apply)

v0.13.0

  • Add support for continueOrError for batches

v0.12.0

  • iOS objective C prefix added to prevent conflict
  • on iOS create the directory of the database if it does not exist

v0.11.2

  • add Database.isOpen which becomes false once the database is closed

v0.11.1

  • add Sqflite.hex to allow querying on blob fields

v0.11.0

  • add getDatabasesPath to use as the base location to create a database
  • Warning: database are now single instance by default (based on path), to use the
    old behavior use singleInstance = false when opening a database
  • dart2 stable support

v0.10.0

  • Preparing for 1.0
  • Remove deprecated methods (re-entrant transactions)
  • Add Transaction.batch
  • Show developer warning to prevent deadlock

v0.9.0

  • Support for in-memory database (:memory: path)
  • Support for single instance
  • new database factory for handling the new options

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency sqflite to v2 Update dependency sqflite to v2 - abandoned Aug 15, 2023
@renovate
Copy link
Author

renovate bot commented Aug 15, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant