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

refactor: move to iterators #58

Merged
merged 10 commits into from
Nov 13, 2024
Merged

refactor: move to iterators #58

merged 10 commits into from
Nov 13, 2024

Commits on Nov 12, 2024

  1. refactor: move typ to data package

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bf6922d View commit details
    Browse the repository at this point in the history
  2. refactor: move general log reading to iterator style

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    03b4009 View commit details
    Browse the repository at this point in the history
  3. refactor: change iterator style to be interface instead of just funct…

    …ions
    
    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    29c6ce5 View commit details
    Browse the repository at this point in the history
  4. add test

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f7e3dbb View commit details
    Browse the repository at this point in the history
  5. refactor: move interface

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    595c626 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. refactor: move vtgate log reader to iterator

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d3a45a7 View commit details
    Browse the repository at this point in the history
  2. refactor: clean up sql_script_loader

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    63aa1e8 View commit details
    Browse the repository at this point in the history
  3. Implement sqlLogReaderState

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    19391a9 View commit details
    Browse the repository at this point in the history
  4. Allow comments in the middle of a query

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c3cb690 View commit details
    Browse the repository at this point in the history
  5. Use IteratorLoader to process queries

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    35d933c View commit details
    Browse the repository at this point in the history