Skip to content
  1. Jul 10, 2024
    • 1582130940's avatar
      dist: Tune flags from SQLite Compile-time Options · 0df87ca4
      1582130940 authored
      
      
      * Tune flags according to docs
      Andrzej Perczak <linux@andrzejperczak.com>
      
      Co-authored-by: default avatarAndrzej Perczak <linux@andrzejperczak.com>
      0df87ca4
    • Colin Cross's avatar
      dist: Update sqlite cflags · c84b7fea
      Colin Cross authored
      Always set HAVE_POSIX_FALLOCATE=1, it is present on all supported
      platforms (glibc, musl and bionic).
      
      Set SQLITE_ENABLE_DBSTAT_VTAB=1 and SQLITE_ENABLE_ICU=1, etc. instead
      of just defining SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_ICU.
      sqlite uses a mixture of #if and #if defined on most of the configuration
      variables, and defining them without setting them to atrue value is
      treating them as partially enabled.
      
      This reapplies Ibf648e7cedf27912dc4b025eebcb8c02a3daf1cd with a fix for mac builds.
      
      Bug: 223257095
      Change-Id: I4c6df2e9bb65773d3a33ab89956ca8fca072a3dd
      Test: atest SQLiteSecurityTest
      Test: forrest mac build
      c84b7fea
    • Jinguang Dong's avatar
      android: Fix parameter checking logic error in tokenize · bbf5558f
      Jinguang Dong authored
      
      
      Tokenize requires 4 to 6 arguments. If this condition is not met,
      the program will return. But the judgment logic is always false.
      It should to change the '||' to '&&' operation.
      
      Bug: none
      Test: sqlite unit tests
      
      Change-Id: Id4238ee2ac0b8f3fde1eedaa09d5340b5937fde1
      Signed-off-by: default avatarJizhong Wang <wangjizhong@huawei.com>
      Signed-off-by: default avatarmydongistiny <jaysonedson@gmail.com>
      bbf5558f
    • Lee Shombert's avatar
      sqlite: Upgrade sqlite to release 3.44.2 · 6c71dcd1
      Lee Shombert authored
      3.44.2 fixes a performance regression that was found in 3.42.0.  The
      3.44.2 release has had no performances regressions reported to
      sqlite.org in the three months is has been active.
      
      Test: atest
       * FrameworksCoreTests:android.database
       * CtsDatabaseTestCases
      
      Bug: 307790408
      Bug: 322547687
      Change-Id: Ie5e704ce8e92ebad35c33ee332b96da148f3db7b
      6c71dcd1
  2. Feb 22, 2024
  3. Feb 21, 2024
  4. Feb 19, 2024
    • David Drysdale's avatar
      Make SQLite apex-available · 88576418
      David Drysdale authored
      Also bpfmt so presubmit passes.
      
      Bug: 294177871
      Test: build virtualizationservice using rusqlite
      Change-Id: I54b1a263c264dbf93be58a3710c37126f280ce50
      88576418
  5. Feb 14, 2024
  6. Feb 13, 2024
  7. Feb 12, 2024
  8. Feb 10, 2024
  9. Feb 09, 2024
  10. Feb 08, 2024
  11. Feb 07, 2024
  12. Feb 06, 2024
  13. Feb 01, 2024
  14. Jan 31, 2024
  15. Jan 29, 2024
    • Shai Barack's avatar
      [sqlite] Add SQLite 3.42.0 · bd34590a
      Shai Barack authored
      Now dist-3.42.0/ is same as dist/ basically.
      In the future this could change.
      
      Also moved some top-level version-specific metadata files into dist/ to
      reflect that dist/ is currently snapped to 3.42.0.
      
      Test: presubmit
      Bug: 322547687
      Change-Id: Ifad0207b6f6e521f6e13d491a7d9d5f8b54b89c5
      bd34590a
    • Shai Barack's avatar
      [sqlite] Allow multiple source versions · 40495500
      Shai Barack authored
      Bug: 322547687
      Test: ran and generated new 3.42.0 dir
      Change-Id: Ie5de16330418dc538eb5fd0fdc80052409607e5e
      40495500
    • Shai Barack's avatar
      [sqlite] Allow multiple versions · 989ee924
      Shai Barack authored
      Make external/sqlite/dist a symlink.
      Move current sqlite to a versioned path.
      Change update scripts to support multiple versions.
      Update instructions accordingly.
      
      Test: build & presubmit
      Change-Id: I33d55a95be6bee294f866c55fc04288fc28cf357
      989ee924
  16. Jan 18, 2024
  17. Jan 09, 2024
  18. Jan 08, 2024
Loading