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 Serialize and Deserialize support #1089

Merged
merged 38 commits into from
Nov 17, 2022

Commits on Sep 6, 2022

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

Commits on Sep 11, 2022

  1. Merge pull request #1 from mattn/master

    Merge upstream
    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ecd2680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    613b879 View commit details
    Browse the repository at this point in the history
  3. Fix up imports

    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    7069591 View commit details
    Browse the repository at this point in the history
  4. Add missing import

    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0cc635c View commit details
    Browse the repository at this point in the history
  5. go fmt fixes

    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    17653b6 View commit details
    Browse the repository at this point in the history
  6. Use existing build tag style

    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b3777b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a594404 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4d2212 View commit details
    Browse the repository at this point in the history
  9. More libsqlite3 test fixups

    otoolep committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d607e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Update expected test output

    Broken in mattn#1085
    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    596960a View commit details
    Browse the repository at this point in the history
  2. Fix up build tags

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    21b8dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ba6ac View commit details
    Browse the repository at this point in the history
  4. Add missing rows.Close()

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    464b7f3 View commit details
    Browse the repository at this point in the history
  5. More build tag fixes

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7035040 View commit details
    Browse the repository at this point in the history
  6. Update build tags

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ba8ffa0 View commit details
    Browse the repository at this point in the history
  7. Update README for build tags

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    270263f View commit details
    Browse the repository at this point in the history
  8. AND logic for build tags

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    491eab1 View commit details
    Browse the repository at this point in the history
  9. Remove blank line

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ac1d03c View commit details
    Browse the repository at this point in the history
  10. More memory management fixes

    otoolep committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c6d6296 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update sqlite3_opt_serialize.go

    Co-authored-by: rittneje <[email protected]>
    otoolep and rittneje committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    99fe433 View commit details
    Browse the repository at this point in the history
  2. Update sqlite3_opt_serialize_omit.go

    Co-authored-by: rittneje <[email protected]>
    otoolep and rittneje committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    7ed94a9 View commit details
    Browse the repository at this point in the history
  3. More fixes

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    03bb574 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add-serialize-deserialize' of github.com:otoolep/go-sql…

    …ite3 into add-serialize-deserialize
    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9dd368b View commit details
    Browse the repository at this point in the history
  5. Remove unused const

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d2e464d View commit details
    Browse the repository at this point in the history
  6. Update sqlite3_opt_serialize_omit.go

    Co-authored-by: rittneje <[email protected]>
    otoolep and rittneje committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    469d82c View commit details
    Browse the repository at this point in the history
  7. Fix up build tags

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a404658 View commit details
    Browse the repository at this point in the history
  8. Fix error messages

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0740ee9 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4516d61 View commit details
    Browse the repository at this point in the history
  10. Import "errors"

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a0dc1ef View commit details
    Browse the repository at this point in the history
  11. go fmt

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f1d96d7 View commit details
    Browse the repository at this point in the history
  12. Fix copy 'n' paste error

    otoolep committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ec6e50d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Address latest comments

    otoolep committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3bbd5c1 View commit details
    Browse the repository at this point in the history
  2. Correct typo

    otoolep committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    96afe68 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    6b69194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8873883 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    2f60ff2 View commit details
    Browse the repository at this point in the history
  2. Fix up Serialize unit test

    otoolep committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9ec6bc6 View commit details
    Browse the repository at this point in the history