Thanks to visit codestin.com
Credit goes to github.com

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.4
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: 2.5
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

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
    Configuration menu
    Copy the full SHA
    49555ec View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    9b85a1d View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    d723213 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Upgrade to Sqlite 3.43.2

    siara-cc committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    15b74c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    f5f02d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    23f22e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #87 from mhaberler/master

    fix type error on comparison
    siara-cc authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d0b26f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update library.properties

    siara-cc authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1cba6e2 View commit details
    Browse the repository at this point in the history
  2. Default enable foreign keys

    siara-cc authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    10fb9cf View commit details
    Browse the repository at this point in the history
Loading