mifos-mobile
mifos-mobile copied to clipboard
chore(deps): bump rootProject.dbflowVersion from 4.1.2 to 4.2.4
Bumps rootProject.dbflowVersion from 4.1.2 to 4.2.4.
Updates dbflow-processor from 4.1.2 to 4.2.4
Release notes
Sourced from dbflow-processor's releases.
4.2.4
dropTriggerfromSqlUtilstakes in aDatabaseWrapper.- Fix broken annotation processor code output tests. #1437
- Fix issues where
DatabaseStatementin library in wrapper statements were not closed properly. #1497- Fix issue where single reference (non table object) used wrong name for property in the primary condition clause, causing compile issue. #1504
4.2.3
- update Issue template
- fix pom file generation on jitpack #1487
- fix issue where
save(DatabaseWrapper)would leave open insert or update statment. #1496- Allow (but still warn) about autoincrementing ids being null. if null, they are treated as if they are 0 meaning that they will get inserted rather than updated in the DB during a save operation. #1490
- Update warning on wrong type passed in operator class for value #1488
4.2.2
Fix critical issue where TypeConverter always appear as
SQLiteType.TEXTin the DB even if its type did not match up.Adds a test to ensure it stays true.
4.2.1
Add
FlowQueryList.Builder.contentAuthority()parameter to go in conjunction with 4.2.0 changes.4.2.0
Support for Android O Content Providers. Simply add this line to your
AndroidManifest.xml:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.dbflow.authority"/>Which will allow normal content observing to continue. It is highly recommended to supply your own
authority: use your own package name. so forcom.grosner.exampleapp I would add:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.grosner.example"/>FlowManager.init(FlowConfig.Builder(context) .addDatabaseConfig(DatabaseConfig.Builder(MyDatabase.class) .modelNotifier(new ContentResolverNotifier("com.grosner.example")) .build()).build());
Commits
0e06ea8Merge pull request #1505 from Raizlabs/develope8330fcMerge branch 'saschpe-deletetrigger' into develop7ff338dMerge branch 'develop' into deletetriggerdb2caadMerge pull request #1437 from danvwells/testsc6decde[version] 4.2.4904a667[foreign key] fix issue where single reference non table column definition is...3f3d0b4[query] fix issue where sqlitestatement werre not closed internally.eb5ed84Merge pull request #1498 from Raizlabs/develop1175f66[version] 4.2.361e7a65[readme] update issue template.- Additional commits viewable in compare view
Updates dbflow-core from 4.1.2 to 4.2.4
Release notes
Sourced from dbflow-core's releases.
4.2.4
dropTriggerfromSqlUtilstakes in aDatabaseWrapper.- Fix broken annotation processor code output tests. #1437
- Fix issues where
DatabaseStatementin library in wrapper statements were not closed properly. #1497- Fix issue where single reference (non table object) used wrong name for property in the primary condition clause, causing compile issue. #1504
4.2.3
- update Issue template
- fix pom file generation on jitpack #1487
- fix issue where
save(DatabaseWrapper)would leave open insert or update statment. #1496- Allow (but still warn) about autoincrementing ids being null. if null, they are treated as if they are 0 meaning that they will get inserted rather than updated in the DB during a save operation. #1490
- Update warning on wrong type passed in operator class for value #1488
4.2.2
Fix critical issue where TypeConverter always appear as
SQLiteType.TEXTin the DB even if its type did not match up.Adds a test to ensure it stays true.
4.2.1
Add
FlowQueryList.Builder.contentAuthority()parameter to go in conjunction with 4.2.0 changes.4.2.0
Support for Android O Content Providers. Simply add this line to your
AndroidManifest.xml:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.dbflow.authority"/>Which will allow normal content observing to continue. It is highly recommended to supply your own
authority: use your own package name. so forcom.grosner.exampleapp I would add:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.grosner.example"/>FlowManager.init(FlowConfig.Builder(context) .addDatabaseConfig(DatabaseConfig.Builder(MyDatabase.class) .modelNotifier(new ContentResolverNotifier("com.grosner.example")) .build()).build());
Commits
0e06ea8Merge pull request #1505 from Raizlabs/develope8330fcMerge branch 'saschpe-deletetrigger' into develop7ff338dMerge branch 'develop' into deletetriggerdb2caadMerge pull request #1437 from danvwells/testsc6decde[version] 4.2.4904a667[foreign key] fix issue where single reference non table column definition is...3f3d0b4[query] fix issue where sqlitestatement werre not closed internally.eb5ed84Merge pull request #1498 from Raizlabs/develop1175f66[version] 4.2.361e7a65[readme] update issue template.- Additional commits viewable in compare view
Updates dbflow from 4.1.2 to 4.2.4
Release notes
Sourced from dbflow's releases.
4.2.4
dropTriggerfromSqlUtilstakes in aDatabaseWrapper.- Fix broken annotation processor code output tests. #1437
- Fix issues where
DatabaseStatementin library in wrapper statements were not closed properly. #1497- Fix issue where single reference (non table object) used wrong name for property in the primary condition clause, causing compile issue. #1504
4.2.3
- update Issue template
- fix pom file generation on jitpack #1487
- fix issue where
save(DatabaseWrapper)would leave open insert or update statment. #1496- Allow (but still warn) about autoincrementing ids being null. if null, they are treated as if they are 0 meaning that they will get inserted rather than updated in the DB during a save operation. #1490
- Update warning on wrong type passed in operator class for value #1488
4.2.2
Fix critical issue where TypeConverter always appear as
SQLiteType.TEXTin the DB even if its type did not match up.Adds a test to ensure it stays true.
4.2.1
Add
FlowQueryList.Builder.contentAuthority()parameter to go in conjunction with 4.2.0 changes.4.2.0
Support for Android O Content Providers. Simply add this line to your
AndroidManifest.xml:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.dbflow.authority"/>Which will allow normal content observing to continue. It is highly recommended to supply your own
authority: use your own package name. so forcom.grosner.exampleapp I would add:<provider android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider" android:authorities="com.grosner.example"/>FlowManager.init(FlowConfig.Builder(context) .addDatabaseConfig(DatabaseConfig.Builder(MyDatabase.class) .modelNotifier(new ContentResolverNotifier("com.grosner.example")) .build()).build());
Commits
0e06ea8Merge pull request #1505 from Raizlabs/develope8330fcMerge branch 'saschpe-deletetrigger' into develop7ff338dMerge branch 'develop' into deletetriggerdb2caadMerge pull request #1437 from danvwells/testsc6decde[version] 4.2.4904a667[foreign key] fix issue where single reference non table column definition is...3f3d0b4[query] fix issue where sqlitestatement werre not closed internally.eb5ed84Merge pull request #1498 from Raizlabs/develop1175f66[version] 4.2.361e7a65[readme] update issue template.- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)