Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlancer/sqlancer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: feldera/sqlancer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 41 files changed
  • 1 contributor

Commits on Oct 23, 2024

  1. [feldera] first commit: add preliminary support

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63dd94a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. [feldera] create table and update schema

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    990e152 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. [feldera] add support for simple insert statements

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    22ede58 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. add support for create view with randomized select statements

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    38739a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. first working implementation with NoREC oracle

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8c9bfe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. implement more of feldera's AST

    * also use the blackbox method for non optimizing query in NoREC
    
    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7edc244 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. apply code review suggestions; refactor http felderaclient

    Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
    abhizer committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    289a68b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Merge pull request #1 from feldera/feldera

    [feldera] first commit: add preliminary support
    abhizer authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    23b8b43 View commit details
    Browse the repository at this point in the history
Loading