Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: siara-cc/esp32_arduino_sqlite3_lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2
Choose a base ref
...
head repository: siara-cc/esp32_arduino_sqlite3_lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 8, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2c31179 View commit details

Commits on Mar 10, 2020

  1. Fix memory issues

    siara-cc committed Mar 10, 2020
    Copy the full SHA
    fe151fb View commit details

Commits on May 31, 2020

  1. Update README.md

    siara-cc authored May 31, 2020
    Copy the full SHA
    b6e3475 View commit details

Commits on May 4, 2022

  1. Create CMakeLists

    This will allow users using CMake toolchains (like myself) to include this as a component.
    jojo2357 authored May 4, 2022
    Copy the full SHA
    98740e3 View commit details

Commits on May 21, 2022

  1. Merge pull request #57 from jojo2357/master

    Create CMakeLists.txt
    siara-cc authored May 21, 2022
    Copy the full SHA
    7e9f58e View commit details

Commits on Jul 4, 2022

  1. Fix for LittleFS and add example

    siara-cc authored and Arundale Ramanathan committed Jul 4, 2022
    Copy the full SHA
    0850945 View commit details

Commits on Nov 25, 2022

  1. Copy the full SHA
    8435103 View commit details
  2. Copy the full SHA
    cbc4447 View commit details
  3. Copy the full SHA
    caf273d View commit details
  4. Copy the full SHA
    9f35709 View commit details

Commits on Oct 1, 2023

  1. Update library.properties

    siara-cc authored Oct 1, 2023
    Copy the full SHA
    f4f401f View commit details

Commits on Oct 12, 2023

  1. Fix for compilation error

    ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp: In function 'int ESP32Open(sqlite3_vfs*, const char*, sqlite3_file*, int, int*)':
    ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp:457:12: error: ordered comparison of pointer with integer zero ('FILE*' and 'int')
      457 |   if( p->fp<=0){
          |       ~~~~~^~~
    ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp: In function 'int ESP32Delete(sqlite3_vfs*, const char*, int)':
    ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp:499:12: error: ordered comparison of pointer with integer zero ('FILE*' and 'int')
      499 |     if( dfd<=0 ){
          |         ~~~^~~
    tobozo authored Oct 12, 2023
    Copy the full SHA
    49555ec View commit details
  2. Fix for compilation error

    xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(unishox1.c.o):~/Arduino/libraries/Sqlite3Esp32/src/unishox1.c:60: multiple definition of `c_95'; /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(shox96_0_2.cpp.o):~/Arduino/libraries/Sqlite3Esp32/src/shox96_0_2.cpp:36: first defined here
    xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(unishox1.c.o):~/Arduino/libraries/Sqlite3Esp32/src/unishox1.c:61: multiple definition of `l_95'; /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(shox96_0_2.cpp.o):~/Arduino/libraries/Sqlite3Esp32/src/shox96_0_2.cpp:37: first defined here
    collect2: error: ld returned 1 exit status
    tobozo authored Oct 12, 2023
    Copy the full SHA
    9b85a1d View commit details

Commits on Oct 13, 2023

  1. Merge pull request #77 from tobozo/master

    Fix for compilation errors with esp32-arduino 3.x.x
    siara-cc authored Oct 13, 2023
    Copy the full SHA
    d723213 View commit details

Commits on Oct 14, 2023

  1. Upgrade to Sqlite 3.43.2

    siara-cc committed Oct 14, 2023
    Copy the full SHA
    15b74c0 View commit details

Commits on Dec 31, 2023

  1. Copy the full SHA
    f5f02d4 View commit details

Commits on Feb 13, 2024

  1. fix type error on comparison

    Michael Haberler committed Feb 13, 2024
    Copy the full SHA
    23f22e1 View commit details

Commits on Feb 14, 2024

  1. Merge pull request #87 from mhaberler/master

    fix type error on comparison
    siara-cc authored Feb 14, 2024
    Copy the full SHA
    d0b26f5 View commit details

Commits on Jun 12, 2024

  1. Update library.properties

    siara-cc authored Jun 12, 2024
    Copy the full SHA
    1cba6e2 View commit details
  2. Default enable foreign keys

    siara-cc authored Jun 12, 2024
    Copy the full SHA
    10fb9cf View commit details
Loading