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

Custom File Path to store database file for Android #933

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2021

  1. Android File Path [ COMPLETED ]

    Provides the user with the ability to pass in a file path instead of the database name only and creates the *.db file under a 'databases' sub-folder under the provided path.
    Avinash Lingaloo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6478016 View commit details
    Browse the repository at this point in the history
  2. Delete workspace.xml

    avinashlng1080 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3973983 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Replaced .contains with .startsWith

    Avinash Lingaloo committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8c19eb0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature_android_file_path' of https://github.com/avinas…

    …hlng1080/WatermelonDB into feature_android_file_path
    Avinash Lingaloo committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    afc5694 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG-Unreleased.md

    Avinash Lingaloo committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    02688f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Merge pull request #1 from Nozbe/master

    update from main repo
    avinashlng1080 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    61d6063 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merging master into fork (#2)

    * feat(TS): add unsafeExecute method
    
    * feat(TS): add sql migration step
    
    * [loki] improved diagnostic
    
    * add {sqlString:} option to sqliteAdapter.unsafeExecute
    
    * v0.24.1-2
    
    * v0.24.1-3
    
    * makeDispatcher error diagnostics
    
    * v0.24.1-4
    
    * v0.24.1-5
    
    Co-authored-by: Mickael Lecoq <mickael@lecoq.me>
    Co-authored-by: Radek Pietruszewski <radexpl@gmail.com>
    3 people committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    6f0d4f1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    79da167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66e963 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    f547296 View commit details
    Browse the repository at this point in the history
  2. Update Database.kt

    avinashlng1080 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4ed6c41 View commit details
    Browse the repository at this point in the history
  3. Update Database.kt

    avinashlng1080 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    57a2281 View commit details
    Browse the repository at this point in the history