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

Proto Query Interface #494

Merged
merged 2,164 commits into from
Apr 19, 2024
Merged

Proto Query Interface #494

merged 2,164 commits into from
Apr 19, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 18, 2024

  1. add statement types to proto

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    20a22c9 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4c24c96 View commit details
    Browse the repository at this point in the history
  3. add frame, row and value

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    825c5dc View commit details
    Browse the repository at this point in the history
  4. remove unused value from logging

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cb7e2c9 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    80ba326 View commit details
    Browse the repository at this point in the history
  6. improve unparameterized query execution

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a453838 View commit details
    Browse the repository at this point in the history
  7. proto definition cleanup

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0f81c3e View commit details
    Browse the repository at this point in the history
  8. removing rebase artifacts

    datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c6aa9d9 View commit details
    Browse the repository at this point in the history
  9. proto refactor

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4806d26 View commit details
    Browse the repository at this point in the history
  10. now using string map proto for properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1973185 View commit details
    Browse the repository at this point in the history
  11. add frame building

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9d6edb6 View commit details
    Browse the repository at this point in the history
  12. add serialisation for most poly values

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    48d6d41 View commit details
    Browse the repository at this point in the history
  13. add serialisation for PolyValue

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    99ff05b View commit details
    Browse the repository at this point in the history
  14. implement frame building using lambda

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e15a324 View commit details
    Browse the repository at this point in the history
  15. add statement closing

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    43595a8 View commit details
    Browse the repository at this point in the history
  16. improved proto poly type conversion

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dab823a View commit details
    Browse the repository at this point in the history
  17. fix access to polyFloat and polyValue

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fc70b88 View commit details
    Browse the repository at this point in the history
  18. add status requests for running queries to protocol

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    24497f2 View commit details
    Browse the repository at this point in the history
  19. add periodic status update

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    59c8fe6 View commit details
    Browse the repository at this point in the history
  20. implement periodic status updates to service

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3915590 View commit details
    Browse the repository at this point in the history
  21. remove unused imports

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    64d64c9 View commit details
    Browse the repository at this point in the history
  22. allow user to disable status updates

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    53ef9e4 View commit details
    Browse the repository at this point in the history
  23. redesigned status update system

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af085cd View commit details
    Browse the repository at this point in the history
  24. remove unused field from statement status

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c8c5fbe View commit details
    Browse the repository at this point in the history
  25. add column meta data

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b8bda80 View commit details
    Browse the repository at this point in the history
  26. code formatting

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c577679 View commit details
    Browse the repository at this point in the history
  27. add last flag to frame

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    64815d9 View commit details
    Browse the repository at this point in the history
  28. add type to column meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2b6002c View commit details
    Browse the repository at this point in the history
  29. add fetch request

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e6138d0 View commit details
    Browse the repository at this point in the history
  30. add type to values

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1d119ed View commit details
    Browse the repository at this point in the history
  31. add BigDecimal Serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9fde581 View commit details
    Browse the repository at this point in the history
  32. remove unused string map from execute

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    aa5793a View commit details
    Browse the repository at this point in the history
  33. remove unused map unwrap

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ec2b1e3 View commit details
    Browse the repository at this point in the history
  34. now using string map directly

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2f5edc3 View commit details
    Browse the repository at this point in the history
  35. add own meta extraction

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dad8d95 View commit details
    Browse the repository at this point in the history
  36. refactor result protos

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    71d11ff View commit details
    Browse the repository at this point in the history
  37. refactor result protos

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a540484 View commit details
    Browse the repository at this point in the history
  38. refactor relational proto utils

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e3889bd View commit details
    Browse the repository at this point in the history
  39. add automatic frame types for fetch

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a9becbb View commit details
    Browse the repository at this point in the history
  40. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    543ace9 View commit details
    Browse the repository at this point in the history
  41. add long and big decimal serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1b20191 View commit details
    Browse the repository at this point in the history
  42. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    93348a2 View commit details
    Browse the repository at this point in the history
  43. add new row extraction

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f161619 View commit details
    Browse the repository at this point in the history
  44. fix client meta null pointer exception

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f48b743 View commit details
    Browse the repository at this point in the history
  45. add autocommit to statement

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6eba8d7 View commit details
    Browse the repository at this point in the history
  46. rename SupportedLanguages to LanguageResponse

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dd45d10 View commit details
    Browse the repository at this point in the history
  47. add commit call to protocol

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    75e7e26 View commit details
    Browse the repository at this point in the history
  48. handle autocommit property

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    721c5e3 View commit details
    Browse the repository at this point in the history
  49. fix user not recognized error

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    92193e9 View commit details
    Browse the repository at this point in the history
  50. add map for default properties and values

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e8eb34 View commit details
    Browse the repository at this point in the history
  51. add autocommit property

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bf8ccc5 View commit details
    Browse the repository at this point in the history
  52. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e2b51ff View commit details
    Browse the repository at this point in the history
  53. add rollback of current statement

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    28c832b View commit details
    Browse the repository at this point in the history
  54. add key for fetch size

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7c410c0 View commit details
    Browse the repository at this point in the history
  55. add frame fetch with size

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1405be View commit details
    Browse the repository at this point in the history
  56. implement fetch size

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d9af8e7 View commit details
    Browse the repository at this point in the history
  57. add fetch size to protocol

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ad0fb0f View commit details
    Browse the repository at this point in the history
  58. remove unused default value and field

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fcc3c2d View commit details
    Browse the repository at this point in the history
  59. rename to PropertyDefaults

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0e58e69 View commit details
    Browse the repository at this point in the history
  60. add update count to all frame types

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    11edff9 View commit details
    Browse the repository at this point in the history
  61. implement unparameterized statement batches

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ccd8133 View commit details
    Browse the repository at this point in the history
  62. make execute public in unparameterized statement batch

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8f96d4d View commit details
    Browse the repository at this point in the history
  63. rename scalar to scalars

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c04bf07 View commit details
    Browse the repository at this point in the history
  64. add namedIndexes and valueMap transformation

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e023e9e View commit details
    Browse the repository at this point in the history
  65. implement parameterized statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    043a797 View commit details
    Browse the repository at this point in the history
  66. add list serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8a85ad7 View commit details
    Browse the repository at this point in the history
  67. refactor relational utils

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af100c0 View commit details
    Browse the repository at this point in the history
  68. add parameter meta retrieval

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bc4e275 View commit details
    Browse the repository at this point in the history
  69. refactor

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6b91f59 View commit details
    Browse the repository at this point in the history
  70. add parameterized and prepared statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7b43916 View commit details
    Browse the repository at this point in the history
  71. implement deserialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0835939 View commit details
    Browse the repository at this point in the history
  72. add parameterized and prepared statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4ee23f3 View commit details
    Browse the repository at this point in the history
  73. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9ffa98e View commit details
    Browse the repository at this point in the history
  74. add prepared and parameterized statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8dbbc05 View commit details
    Browse the repository at this point in the history
  75. add connection check

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7207d0d View commit details
    Browse the repository at this point in the history
  76. refactor client properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5091e8b View commit details
    Browse the repository at this point in the history
  77. add dbms version request

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3737e50 View commit details
    Browse the repository at this point in the history
  78. implement version info request

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f52f719 View commit details
    Browse the repository at this point in the history
  79. fixed rebase conflicts

    datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5195c4b View commit details
    Browse the repository at this point in the history
  80. fix inappropriate call to getRowCount

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    91cc4db View commit details
    Browse the repository at this point in the history
  81. add dbms version retrieval

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bbc3946 View commit details
    Browse the repository at this point in the history
  82. fix openBatches null

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e0ece65 View commit details
    Browse the repository at this point in the history
  83. add meta message skeletons

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eaed241 View commit details
    Browse the repository at this point in the history
  84. add meta rpc calls

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    456b1d3 View commit details
    Browse the repository at this point in the history
  85. add table message

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    36d26ff View commit details
    Browse the repository at this point in the history
  86. add tables to table response

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b338f82 View commit details
    Browse the repository at this point in the history
  87. implement table meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ef9cda1 View commit details
    Browse the repository at this point in the history
  88. minor abjustement to result fetching and switched order of commit in …

    …proto to fix toGraph part
    datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    332d24e View commit details
    Browse the repository at this point in the history
  89. add filtering by table type

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    faa76f4 View commit details
    Browse the repository at this point in the history
  90. add table types to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2cfad5e View commit details
    Browse the repository at this point in the history
  91. rename schema to namespace

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    63924a4 View commit details
    Browse the repository at this point in the history
  92. add get namespaces

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4972bc4 View commit details
    Browse the repository at this point in the history
  93. make method static

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a2de23c View commit details
    Browse the repository at this point in the history
  94. refactor pattern creation to dedicated method

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2203ee3 View commit details
    Browse the repository at this point in the history
  95. add column meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a41541b View commit details
    Browse the repository at this point in the history
  96. add column meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    32bd046 View commit details
    Browse the repository at this point in the history
  97. add column meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f1a8082 View commit details
    Browse the repository at this point in the history
  98. add primary keys to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e1909f View commit details
    Browse the repository at this point in the history
  99. add catalogs to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    34e24cf View commit details
    Browse the repository at this point in the history
  100. add imported keys to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d166c16 View commit details
    Browse the repository at this point in the history
  101. add exported keys to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a61c7fb View commit details
    Browse the repository at this point in the history
  102. add types to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6445d35 View commit details
    Browse the repository at this point in the history
  103. add indexes to meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    284c80d View commit details
    Browse the repository at this point in the history
  104. refactor reorder methods

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e7058c View commit details
    Browse the repository at this point in the history
  105. refactor reorder methods

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3a45cf9 View commit details
    Browse the repository at this point in the history
  106. refactor named value processor

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b49aae3 View commit details
    Browse the repository at this point in the history
  107. discern indexed and named parameters

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    13d81db View commit details
    Browse the repository at this point in the history
  108. discern indexed and named parameters

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    798d7e0 View commit details
    Browse the repository at this point in the history
  109. add indexed statement batch to protocol

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    df98ba9 View commit details
    Browse the repository at this point in the history
  110. implement indexed value batches

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4f41cf6 View commit details
    Browse the repository at this point in the history
  111. implement indexed value batches

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9d47f8e View commit details
    Browse the repository at this point in the history
  112. implement indexed value batches

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    521abed View commit details
    Browse the repository at this point in the history
  113. tidy up type enum

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1109267 View commit details
    Browse the repository at this point in the history
  114. implement poly interval serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    539c40b View commit details
    Browse the repository at this point in the history
  115. add udt serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ac96269 View commit details
    Browse the repository at this point in the history
  116. add poly list serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6e1c385 View commit details
    Browse the repository at this point in the history
  117. add map and document serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a7464f7 View commit details
    Browse the repository at this point in the history
  118. add graph serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf82e66 View commit details
    Browse the repository at this point in the history
  119. add graph serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    23c4477 View commit details
    Browse the repository at this point in the history
  120. fix nullable of bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5a0fdb0 View commit details
    Browse the repository at this point in the history
  121. fix repeated frame bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    badda95 View commit details
    Browse the repository at this point in the history
  122. meta bugfix

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e9acd91 View commit details
    Browse the repository at this point in the history
  123. fix client properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e7c8b5c View commit details
    Browse the repository at this point in the history
  124. fix client properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ed4e66 View commit details
    Browse the repository at this point in the history
  125. refactor statement properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6618332 View commit details
    Browse the repository at this point in the history
  126. further property refactor

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cad8a1e View commit details
    Browse the repository at this point in the history
  127. add more meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dbdca18 View commit details
    Browse the repository at this point in the history
  128. refactor statement manager

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    287ba0b View commit details
    Browse the repository at this point in the history
  129. add todo

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fa170ab View commit details
    Browse the repository at this point in the history
  130. fix connection closing

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    556a4ba View commit details
    Browse the repository at this point in the history
  131. indexed parameters bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9f83fcb View commit details
    Browse the repository at this point in the history
  132. fix exception forwarding

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ea28ce View commit details
    Browse the repository at this point in the history
  133. add cancel flag to transaction

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4796eba View commit details
    Browse the repository at this point in the history
  134. remove cancel flag to transaction

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    873c593 View commit details
    Browse the repository at this point in the history
  135. add get procedures meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    20c1b9c View commit details
    Browse the repository at this point in the history
  136. add get procedure columns meta

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e2a0854 View commit details
    Browse the repository at this point in the history
  137. add new meta system

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a25a4a8 View commit details
    Browse the repository at this point in the history
  138. add client info properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e7e54ff View commit details
    Browse the repository at this point in the history
  139. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8392d6d View commit details
    Browse the repository at this point in the history
  140. rename proto interface plugin class

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    671e713 View commit details
    Browse the repository at this point in the history
  141. fix exception handling bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    57ad622 View commit details
    Browse the repository at this point in the history
  142. fix meta bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62cfd81 View commit details
    Browse the repository at this point in the history
  143. parameterized statement bugfix

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eafdfab View commit details
    Browse the repository at this point in the history
  144. add info to unregistered client exception

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3e55e83 View commit details
    Browse the repository at this point in the history
  145. cosmetics

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ce6b4c0 View commit details
    Browse the repository at this point in the history
  146. bugs for david

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1c5dc03 View commit details
    Browse the repository at this point in the history
  147. general bugfixing

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2b0c8bf View commit details
    Browse the repository at this point in the history
  148. ProcessorTest method

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bc8a657 View commit details
    Browse the repository at this point in the history
  149. add auto kick of inactive connections

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    57b04e9 View commit details
    Browse the repository at this point in the history
  150. added missing imports

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9bbef95 View commit details
    Browse the repository at this point in the history
  151. delete processor test class

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    55176e1 View commit details
    Browse the repository at this point in the history
  152. refactor statements not quite working yet

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    64d9d21 View commit details
    Browse the repository at this point in the history
  153. refactor fetching (needs further work to make continuous)

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e24e13f View commit details
    Browse the repository at this point in the history
  154. fix commit deadlock

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    56e1a18 View commit details
    Browse the repository at this point in the history
  155. remove redundant commit after ddl

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6709c24 View commit details
    Browse the repository at this point in the history
  156. refactor plugin server service structure

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    327cdd8 View commit details
    Browse the repository at this point in the history
  157. implement heartbeat

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ee1c09 View commit details
    Browse the repository at this point in the history
  158. implement heartbeat options to plugin settings

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e264f06 View commit details
    Browse the repository at this point in the history
  159. remove unused parameter form fetch request

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4d9de1c View commit details
    Browse the repository at this point in the history
  160. cleanup unsed message fields

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5a60a35 View commit details
    Browse the repository at this point in the history
  161. add document fetching and serialization

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b7061b8 View commit details
    Browse the repository at this point in the history
  162. implement fetch method based on language + codestyle

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    51621da View commit details
    Browse the repository at this point in the history
  163. prepare de(serialization) of row ids

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a4edad6 View commit details
    Browse the repository at this point in the history
  164. add protobuf messages for advanced error details

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eda3d33 View commit details
    Browse the repository at this point in the history
  165. add constructor from SQLException for ProtoInterfaceService Exception

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0b2ad4b View commit details
    Browse the repository at this point in the history
  166. sql exception used as cause of proto interface service exception

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4f8bf17 View commit details
    Browse the repository at this point in the history
  167. add exception handling using errorDetails

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2cc7e44 View commit details
    Browse the repository at this point in the history
  168. add unit tests for url args

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf5c4ec View commit details
    Browse the repository at this point in the history
  169. fix hertbeat interval bug

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e7904e7 View commit details
    Browse the repository at this point in the history
  170. fix typo in unit test

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    925ca3f View commit details
    Browse the repository at this point in the history
  171. add connection tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f6e8754 View commit details
    Browse the repository at this point in the history
  172. fix timestamp serialization error

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2326e4b View commit details
    Browse the repository at this point in the history
  173. add tests for statement

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c7e331a View commit details
    Browse the repository at this point in the history
  174. add statement integration tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5bdc77a View commit details
    Browse the repository at this point in the history
  175. addTimezoneTest

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ed6ab57 View commit details
    Browse the repository at this point in the history
  176. add meta unit tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f8b5bd0 View commit details
    Browse the repository at this point in the history
  177. add result set test

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1032504 View commit details
    Browse the repository at this point in the history
  178. add result set unit tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    59badf6 View commit details
    Browse the repository at this point in the history
  179. fix tests for result set

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a755e5e View commit details
    Browse the repository at this point in the history
  180. unit tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1da155d View commit details
    Browse the repository at this point in the history
  181. generify statement processing

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c49428d View commit details
    Browse the repository at this point in the history
  182. implement namespace handling

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e860c2c View commit details
    Browse the repository at this point in the history
  183. begin document implementation

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2d55b71 View commit details
    Browse the repository at this point in the history
  184. remove statement properties from PIStatement

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d6e6368 View commit details
    Browse the repository at this point in the history
  185. remove builder pattern from indexed statement

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0cf365d View commit details
    Browse the repository at this point in the history
  186. replace getters and setters with lombok ones

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cfbdff1 View commit details
    Browse the repository at this point in the history
  187. remove builder pattern from client

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    734e9ca View commit details
    Browse the repository at this point in the history
  188. clean up statement protocol files

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c461e29 View commit details
    Browse the repository at this point in the history
  189. clean up transaction and connection protocol files

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86f67c0 View commit details
    Browse the repository at this point in the history
  190. move frames and fetching to statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    35c0519 View commit details
    Browse the repository at this point in the history
  191. split meta.proto into different files

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bba4177 View commit details
    Browse the repository at this point in the history
  192. refactor protocol files

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9cfa6e1 View commit details
    Browse the repository at this point in the history
  193. clean up proto imports

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    db1f3c2 View commit details
    Browse the repository at this point in the history
  194. refactor statements

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    07485fd View commit details
    Browse the repository at this point in the history
  195. refactor for coherent field names

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    17ae6bb View commit details
    Browse the repository at this point in the history
  196. refactor statement properties

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3682979 View commit details
    Browse the repository at this point in the history
  197. refactor namespace meta messages into different files

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf0bff9 View commit details
    Browse the repository at this point in the history
  198. minor bugfixing

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    31016f4 View commit details
    Browse the repository at this point in the history
  199. remove unused imports

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e33f51f View commit details
    Browse the repository at this point in the history
  200. add serializer unit tests

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c1f7a9d View commit details
    Browse the repository at this point in the history
  201. bugfix

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6aae185 View commit details
    Browse the repository at this point in the history
  202. add continuous fetching using new functions to relational result retr…

    …iever
    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    567c47e View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    5620447 View commit details
    Browse the repository at this point in the history
  204. use new getter for column visibility (used for jdbc pseudo column flag)

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    104dc33 View commit details
    Browse the repository at this point in the history
  205. bugfix

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e32a83b View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    5dced65 View commit details
    Browse the repository at this point in the history
  207. add execute without fetch size

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    30de4c4 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    c0b2c4c View commit details
    Browse the repository at this point in the history
  209. add import

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ce294ae View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    9534295 View commit details
    Browse the repository at this point in the history
  211. new fetch size handling

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2d66cd4 View commit details
    Browse the repository at this point in the history
  212. code cleanup

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8f525b0 View commit details
    Browse the repository at this point in the history
  213. code cleanup

    TobiasHafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d6e52a8 View commit details
    Browse the repository at this point in the history
  214. bugfix

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    09f360a View commit details
    Browse the repository at this point in the history
  215. document executor fix

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    471c867 View commit details
    Browse the repository at this point in the history
  216. remove unused fields

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2285466 View commit details
    Browse the repository at this point in the history
  217. cleanup

    Tobias Hafner authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bb6bb7b View commit details
    Browse the repository at this point in the history
  218. Fix inconsistent field names

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6562ce5 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    06beb1c View commit details
    Browse the repository at this point in the history
  220. Only look up value once

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7fbd55b View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    f7c87f5 View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    f102a08 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    de74740 View commit details
    Browse the repository at this point in the history
  224. Remove objc_class_prefix option from value.proto

    This is the only .proto file where it is specified.
    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fceee2e View commit details
    Browse the repository at this point in the history
  225. Format the protobuf files

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7c72ea7 View commit details
    Browse the repository at this point in the history
  226. Remove duplicate line

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4275038 View commit details
    Browse the repository at this point in the history
  227. Start statement id counter with 1

    Default value for unset integers in protobuf is zero.  To prevent messages with uninitialized fields from causing problems, start the id counter with one.
    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    79c7f00 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    3394a53 View commit details
    Browse the repository at this point in the history
  229. Set the origin in the QueryContext

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86f0e19 View commit details
    Browse the repository at this point in the history
  230. Require named parameters to have a name

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62592af View commit details
    Browse the repository at this point in the history
  231. Reformat and fix one typo

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    15f7226 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    d61b83b View commit details
    Browse the repository at this point in the history
  233. Fix typo in field and reformat one line

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    43ce820 View commit details
    Browse the repository at this point in the history
  234. Fix setting name missed in last commit

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dace0eb View commit details
    Browse the repository at this point in the history
  235. Fix format of a log message

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c98f657 View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    4d4c787 View commit details
    Browse the repository at this point in the history
  237. Order imports

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    974b497 View commit details
    Browse the repository at this point in the history
  238. WIP: Rework value serialization

    gartens authored and datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ca33e9d View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    ada6e15 View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    5fe040f View commit details
    Browse the repository at this point in the history
  241. fixed merge conflicts

    datomo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3872b19 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'master' of https://github.com/polypheny/Polypheny-DB in…

    …to proto-interface
    datomo committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    dc34179 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix tests

    Tobias Hafner committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c479726 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    1b7a37d View commit details
    Browse the repository at this point in the history
  2. Minor code improvements

    vogti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3011141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd396d6 View commit details
    Browse the repository at this point in the history
  4. Declare dependency

    vogti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8b791b2 View commit details
    Browse the repository at this point in the history
  5. Disable new test classes

    vogti committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    10d00ce View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    78057b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50dda39 View commit details
    Browse the repository at this point in the history