Merged
Conversation
added 30 commits
September 18, 2024 08:53
…atabase-categories
… post and put request
…y work with the enum types
…he text pages tables
…the URL related table query functions.
…base-Testing' into 2-create-jdbc-connection-to-database-Testing # Conflicts: # src/main/kotlin/com/ex_dock/ex_dock/database/server/ServerJDBCVerticle.kt
- actually registering the codec...
…base' into 2-create-jdbc-connection-to-database # Conflicts: # .github/workflows/tests.yml
This was referenced Oct 24, 2024
This was referenced Oct 26, 2024
# Conflicts: # .idea/sqldialects.xml # src/main/kotlin/com/ex_dock/ex_dock/database/product/ProductJdbcVerticle.kt
rensPols
approved these changes
Nov 12, 2024
rensPols
added a commit
that referenced
this pull request
Nov 12, 2024
Adds all the data classes to the eventbus codec. This is a crude implementation and can be improved later. Depends on #24 .
rensPols
added a commit
that referenced
this pull request
Nov 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All the jdbc functions for the database with added tests. The structure is based on the design.
Closes #2