Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 658 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 658 Bytes

Android SQLite support library

See the main repo for the latest README (https://github.com/requery/sqlite-android).

Why this fork is needed

This forks bumps the maximum # of host parameters in a single SQL statement to 32768 (up from the default 999).See requery#125 PR for some background info. This fork can be deleted if that PR is merged into requery/sqlite-android.

Deployment

  1. Update the library
  2. Increase the version number in sqlite-android/build.gradle
  3. Run https://jenkins.planfront.net/job/Custom-Deploy-Tasks/job/DEPLOY-Android-SQLite-Requery-Fork/ to deploy a new version of the artifact.