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

[breaking] API redesign #5

Merged
merged 53 commits into from
Aug 14, 2024
Merged

[breaking] API redesign #5

merged 53 commits into from
Aug 14, 2024

Commits on Aug 6, 2024

  1. build: fix old pkg name

    cztomsik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c261205 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. update README

    cztomsik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d4ed0d9 View commit details
    Browse the repository at this point in the history
  2. util: move/update/refactor

    cztomsik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e58a0ea View commit details
    Browse the repository at this point in the history
  3. WIP: new API design

    cztomsik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    af3e5b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. remove dsl.zig

    cztomsik committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6f4d0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a6a71 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    ed37879 View commit details
    Browse the repository at this point in the history
  2. add Connection

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    531f9b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0eab13 View commit details
    Browse the repository at this point in the history
  4. util: add upcast()

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    273d6ae View commit details
    Browse the repository at this point in the history
  5. add Statement

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    105ba64 View commit details
    Browse the repository at this point in the history
  6. sqlite: update for new api

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c58b944 View commit details
    Browse the repository at this point in the history
  7. session: new, simpler api

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a3e79db View commit details
    Browse the repository at this point in the history
  8. restore fr.migrate()

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    40d4cd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e8c919 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9716e96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b3c0d1 View commit details
    Browse the repository at this point in the history
  12. util: add optionals

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2e3833c View commit details
    Browse the repository at this point in the history
  13. statement: fix exec()

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    638d0eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f077d2 View commit details
    Browse the repository at this point in the history
  15. sqlite: read string

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    49f5fef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ff3519 View commit details
    Browse the repository at this point in the history
  17. session: bring back insert()

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    de2b07b View commit details
    Browse the repository at this point in the history
  18. statement: refactor

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fad42fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7577fff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9c8ee18 View commit details
    Browse the repository at this point in the history
  21. query: fix binding order

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a1c95a6 View commit details
    Browse the repository at this point in the history
  22. query: fix valueRaw()

    cztomsik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4fc1cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. value: refactor, keep mapping in one place

    statement/sqlite: read generic Value for now
    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    454d7e6 View commit details
    Browse the repository at this point in the history
  2. pool: update api

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    483a186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b038f2 View commit details
    Browse the repository at this point in the history
  4. migrate: update for new api

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5371944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5b79a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a80acc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d94aed View commit details
    Browse the repository at this point in the history
  8. query: add q.joinRaw()

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9216956 View commit details
    Browse the repository at this point in the history
  9. query: fix q.as(T)

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    28fffb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47353d1 View commit details
    Browse the repository at this point in the history
  11. value: fix into() JSON

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    917bf62 View commit details
    Browse the repository at this point in the history
  12. query: simplify exclusion

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c23291f View commit details
    Browse the repository at this point in the history
  13. query: fix q.as()

    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    533d405 View commit details
    Browse the repository at this point in the history
  14. pool: add basic test, fix restore session auto-closing/releasing, but…

    … only for owned/pooled connections
    cztomsik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    be5ad97 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68fa91f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. query: add exec shorthands for insert/update/delete, rename prev buil…

    …der methods to asXxx()
    cztomsik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e55d780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7535c View commit details
    Browse the repository at this point in the history
  3. ci: maybe fix linux?

    cztomsik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    333c4fe View commit details
    Browse the repository at this point in the history
  4. session: fix typo

    cztomsik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1ed9326 View commit details
    Browse the repository at this point in the history
  5. sqlite: read blob types

    cztomsik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f5eeb54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87fedb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e069327 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    138c810 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6db1d1 View commit details
    Browse the repository at this point in the history
  10. update README

    cztomsik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    73950d3 View commit details
    Browse the repository at this point in the history