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

Java-API implementation #1650

Merged
merged 14 commits into from
Jun 22, 2023
Merged

Java-API implementation #1650

merged 14 commits into from
Jun 22, 2023

Commits on May 10, 2023

  1. First example for JNI

    KasunaStony committed May 10, 2023
    Configuration menu
    Copy the full SHA
    73a607f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 23, 2023

  1. KuzuConnection implemented

    Skipped functions that require prepared statements.
    Need to test after KuzuQueryResult is implemented.
    KasunaStony committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9e511af View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on May 29, 2023

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

Commits on May 31, 2023

  1. FlatTuple and DataType done

    Changed binding logic for PreparedStatement
    Note: the c++ implementation of FlatTuple also returns one Value at a time
    KasunaStony committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6bc94da View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. KuzuValue done

    Need to review use of generics
    KasunaStony committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    282a2f2 View commit details
    Browse the repository at this point in the history
  2. NodeVal implemented

    KasunaStony committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    89d0198 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 17, 2023

  1. Added tests for Java API

    KasunaStony committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    741147a View commit details
    Browse the repository at this point in the history
  2. Removing extra class

    KasunaStony committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1f58065 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Removing commented code

    KasunaStony committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7d01d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0679ad8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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