Git Product home page Git Product logo

Comments (6)

yanchenko avatar yanchenko commented on May 25, 2024

Привет.
Из какого места бросается Exception? Из какого-то EntityManager? Если да, то после замены базы его нужно пересоздать, т.к. существующий ссылается на старую (закрытую) базу.
Если нет, то что если в наследнике AbstractDependencyProvider вызвать close() и заменить базу? Injector не трогать.

from droidparts.

vovan888 avatar vovan888 commented on May 25, 2024

Exception возникает в EntityManager.
Я пока сделал доп метод: DependencyProvider.updateDBOpenHelper(Context ctx) в котором пересоздаю DBOpenHelper и во всех наследниках EntityManager заменяю текущую базу доп методом EntityManager.setDB(SQLiteDatabase db). Вызываю это все через доп метод DependencyReader.updateDB(context)
Но как-то это громоздко получается...

from droidparts.

yanchenko avatar yanchenko commented on May 25, 2024

В общем, да, как-то так. Суть в том, что нужно заменять базу до создания EntityManagers или же пересоздавать их, т.к. внутри ссылка на старую базу.

from droidparts.

vovan888 avatar vovan888 commented on May 25, 2024

Есть смысл делать пул-реквест с остальными моими изменениями для замены БД на лету ?

from droidparts.

yanchenko avatar yanchenko commented on May 25, 2024

Привет, я думаю, что это очень частный случай, чтобы добавлять в основной проект.
Но буду очень благодарен, если добавишь описание процесса, возможно, с примером кода в https://github.com/yanchenko/droidparts.org/blob/master/orm.rst
Спасибо за фикс.

from droidparts.

vovan888 avatar vovan888 commented on May 25, 2024

Ок, это тебе спасибо за супер фреймворк!

from droidparts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.