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

[PECO-930] Add parameterized query support. #162

Merged
merged 11 commits into from
Sep 6, 2023

Commits on Aug 17, 2023

  1. Initial commit

    nithinkdb committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    abaec8f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Aug 21, 2023

  1. Fixed comments

    nithinkdb committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dd093e0 View commit details
    Browse the repository at this point in the history
  2. Reverted change

    nithinkdb committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ffb817c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Updated to new standard

    nithinkdb committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6382686 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Revert irrelevant changes

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7d90fb4 View commit details
    Browse the repository at this point in the history
  2. Refactoring + improve tests

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6b28a0d View commit details
    Browse the repository at this point in the history
  3. Removed void pointers

    nithinkdb committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ea8e415 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Remove leftovers from removing VOID

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4d6de9d View commit details
    Browse the repository at this point in the history
  2. Add Date/Time parameters support

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a426928 View commit details
    Browse the repository at this point in the history
  3. Support primitive values as named parameters

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9d2fbe6 View commit details
    Browse the repository at this point in the history