Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sqlite3 targets #393

Merged
merged 89 commits into from
Dec 10, 2023
Merged

add sqlite3 targets #393

merged 89 commits into from
Dec 10, 2023

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. get basic inserts working

    goatshriek committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    35e665e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    7c35cda View commit details
    Browse the repository at this point in the history
  2. fix spelling errors

    goatshriek committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e69d599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc3991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a36725 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93df813 View commit details
    Browse the repository at this point in the history
  6. fixed addition and checks

    goatshriek committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7e80900 View commit details
    Browse the repository at this point in the history
  7. add stub wrapture template

    goatshriek committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    4347e39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afbf7dd View commit details
    Browse the repository at this point in the history
  9. add lock to entry

    goatshriek committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    de09a30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    415c598 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    51dbe83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9706c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. refactor RFC tests for C++

    goatshriek committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ebd6c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeae2a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6832e39 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 4, 2023

  1. remove unneeded parens

    goatshriek committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3224635 View commit details
    Browse the repository at this point in the history
  2. add missing header

    goatshriek committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9590859 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    85a3b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6a210 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix test failures

    goatshriek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    822eee3 View commit details
    Browse the repository at this point in the history
  2. add get prepare and tests

    goatshriek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    afff3f3 View commit details
    Browse the repository at this point in the history
  3. fix other ansi failure

    goatshriek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2087103 View commit details
    Browse the repository at this point in the history
  4. alphabetize function

    goatshriek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    eb41684 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix sqlite retry loop

    goatshriek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    190b06c View commit details
    Browse the repository at this point in the history
  2. refactor loop further

    goatshriek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4a4cab4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. enhance sqlite3 retry

    goatshriek committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c40e478 View commit details
    Browse the repository at this point in the history
  2. add bad sql test

    goatshriek committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ec0cc7b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. refactor and add tests

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9df0937 View commit details
    Browse the repository at this point in the history
  2. remove trailing whitespace

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d98d0b4 View commit details
    Browse the repository at this point in the history
  3. code smell cleanup

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    74b0f82 View commit details
    Browse the repository at this point in the history
  4. add failing prepare test

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    64be756 View commit details
    Browse the repository at this point in the history
  5. add nil entry test

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b924533 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b71ba View commit details
    Browse the repository at this point in the history
  7. start adding example

    goatshriek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f34b529 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    4d05387 View commit details
    Browse the repository at this point in the history
  2. fix memory leak

    goatshriek committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    24c353c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1911df7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. add more detail to example

    goatshriek committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    1677dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1cb34c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f163215 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. fix thread safety test

    goatshriek committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    28fcf82 View commit details
    Browse the repository at this point in the history
  2. add malloc failure test

    goatshriek committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f199522 View commit details
    Browse the repository at this point in the history
  3. add close target only test

    goatshriek committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    84a1cdd View commit details
    Browse the repository at this point in the history
  4. add some documentation

    goatshriek committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    cd09337 View commit details
    Browse the repository at this point in the history
  5. add const qualifier

    goatshriek committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    475f4c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix example

    goatshriek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7cb815c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1fb85e View commit details
    Browse the repository at this point in the history
  3. add missing headers

    goatshriek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3533842 View commit details
    Browse the repository at this point in the history
  4. add documentation

    goatshriek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8503f3a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    bb7cc38 View commit details
    Browse the repository at this point in the history
  2. fix c++ binding issue

    goatshriek committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    74ee27e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4811ab0 View commit details
    Browse the repository at this point in the history
  4. remove todo

    goatshriek committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6f83a3a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    9ee1fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed2a7a View commit details
    Browse the repository at this point in the history
  3. address remaining todos

    goatshriek committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    82a229e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b600b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix ci issues

    goatshriek committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c221f3e View commit details
    Browse the repository at this point in the history
  2. fix error shadowing issue

    goatshriek committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    91ce96c View commit details
    Browse the repository at this point in the history
  3. fix sonarcloud issues

    goatshriek committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    70ef031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    033a24c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    1fc74f9 View commit details
    Browse the repository at this point in the history
  2. refactor performance test

    goatshriek committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    be6ddf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    ef3d14d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625b326 View commit details
    Browse the repository at this point in the history
  3. cleanup performance tests

    goatshriek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1a8cb85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4c5180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2bf704 View commit details
    Browse the repository at this point in the history
  6. fix path error

    goatshriek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3cc2cdf View commit details
    Browse the repository at this point in the history
  7. add debug prints

    goatshriek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b7c1e63 View commit details
    Browse the repository at this point in the history
  8. make paths absolute

    goatshriek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    445885e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d14610 View commit details
    Browse the repository at this point in the history
  10. clean windows ci

    goatshriek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fa8595e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    8cdb684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ecaa8 View commit details
    Browse the repository at this point in the history
  3. cleanup

    goatshriek committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    574be8a View commit details
    Browse the repository at this point in the history
  4. minor fixes

    goatshriek committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    36624d9 View commit details
    Browse the repository at this point in the history
  5. remove whitespace

    goatshriek committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e255f80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f18e0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a6c07d View commit details
    Browse the repository at this point in the history
  8. add missing header

    goatshriek committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    10a1620 View commit details
    Browse the repository at this point in the history