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

lib/db: Fix copy into fixed size buffer issue in SQLite driver #4255

Merged
merged 9 commits into from
Sep 12, 2024

Commits on Aug 29, 2024

  1. drivers: copy into fixed size buffer issue

    Shubham Vasudeo Desai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6da8d84 View commit details
    Browse the repository at this point in the history
  2. drivers: copy into fixed size buffer issue

    Shubham Vasudeo Desai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    63a8d1d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Requested changes

    Shubham Vasudeo Desai committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ce40494 View commit details
    Browse the repository at this point in the history
  2. Update db/drivers/sqlite/db.c

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    ShubhamDesai and github-actions[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f980a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. without variable

    Shubham Vasudeo Desai committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f5a1b5a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/issue_40' into issue_40

    Shubham Vasudeo Desai committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    95bd681 View commit details
    Browse the repository at this point in the history
  3. Update db/drivers/sqlite/db.c

    Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
    ShubhamDesai and nilason authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a0c230d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Use Db statements

    Shubham Vasudeo Desai committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a63df9a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/issue_40' into issue_40

    Shubham Vasudeo Desai committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7e9cc70 View commit details
    Browse the repository at this point in the history