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

Fix Transactions in sql-libsql #3720

Merged
merged 18 commits into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    29a0734 View commit details
    Browse the repository at this point in the history
  2. use libsql container in resolver tests; run tests sequentially so the…

    … database can be cleaned/reused between runs
    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0169cb6 View commit details
    Browse the repository at this point in the history
  3. use live libsql in client test

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    654f4a0 View commit details
    Browse the repository at this point in the history
  4. transactions should defect

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5c68596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb86053 View commit details
    Browse the repository at this point in the history
  6. add changeset

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4673b9e View commit details
    Browse the repository at this point in the history
  7. Revert "transactions should defect"

    This reverts commit 72eadfd.
    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bf93b2d View commit details
    Browse the repository at this point in the history
  8. fixing transactions

    thewilkybarkid authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a670f10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    987cf4e View commit details
    Browse the repository at this point in the history
  10. add rollback test

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    929e7f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6ce009 View commit details
    Browse the repository at this point in the history
  12. add savepoint rollback test

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4d54b5a View commit details
    Browse the repository at this point in the history
  13. expose sdk via LibsqlClient

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bacc41b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc6e93d View commit details
    Browse the repository at this point in the history
  15. update changeset

    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8a50abd View commit details
    Browse the repository at this point in the history
  16. Revert "remove migrator, as transactions do not work" - transactions …

    …now fixed
    
    This reverts commit 2654eb4.
    jkonowitch authored and tim-smart committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    743a098 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    126e1f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e9727ca View commit details
    Browse the repository at this point in the history