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

DOPE-242: feature use index #49

Merged
merged 19 commits into from
Sep 18, 2024
Merged

DOPE-242: feature use index #49

merged 19 commits into from
Sep 18, 2024

Commits on Aug 14, 2024

  1. DOPE-242: feature use index

    Added interface IBucket. This Interface is used everywhere you can use a normal Bucket (UnaliasedBucket/AliasedBucket) and the UseIndex and UseKeys.
    jansigi committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6890e7d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge branch 'refs/heads/main' into feature/dope-242-use-index

    # Conflicts:
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/JoinClause.kt
    jansigi committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1eee0a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    d23cc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7dac5d View commit details
    Browse the repository at this point in the history
  3. DOPE-242: renaming

    jansigi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b44697b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a001d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4494902 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    14fe0e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4d1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a46b95 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. DOPE-242: renaming jvmName

    jansigi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3404721 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    2c5da18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6965fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into feature/dope-242-use-index

    # Conflicts:
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/DeleteClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/JoinClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/UpdateClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/UseKeysClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/expression/unaliased/type/function/stringfunction/TokensExpression.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/fromable/AliasedSelectClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/fromable/Bucket.kt
    #	core/src/test/kotlin/ch/ergon/dope/buildTest/UseTest.kt
    #	core/src/test/kotlin/ch/ergon/dope/resolvable/clause/UseKeysClauseTest.kt
    #	crystal-map-connector/src/test/kotlin/ch/ergon/dope/extensions/clause/DeleteClauseTest.kt
    #	crystal-map-connector/src/test/kotlin/ch/ergon/dope/extensions/clause/SelectClauseTest.kt
    #	crystal-map-connector/src/test/kotlin/ch/ergon/dope/extensions/clause/UpdateClauseTest.kt
    jansigi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e981bdd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    e948e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb34382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13aacb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge branch 'refs/heads/main' into feature/dope-242-use-index

    # Conflicts:
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/DeleteClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/JoinClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/clause/model/UpdateClause.kt
    #	core/src/main/kotlin/ch/ergon/dope/resolvable/fromable/Bucket.kt
    #	crystal-map-connector/src/main/kotlin/ch/ergon/dope/extension/clause/DeleteClause.kt
    #	crystal-map-connector/src/main/kotlin/ch/ergon/dope/extension/clause/SelectClause.kt
    #	crystal-map-connector/src/main/kotlin/ch/ergon/dope/extension/clause/UpdateClause.kt
    #	crystal-map-connector/src/test/kotlin/ch/ergon/dope/extensions/clause/UpdateClauseTest.kt
    jansigi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3534d69 View commit details
    Browse the repository at this point in the history
  2. DOPE-242: fix merge

    jansigi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7ace994 View commit details
    Browse the repository at this point in the history