-
Notifications
You must be signed in to change notification settings - Fork 4
Remove local database driver to sqlkit totally #28
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
Merged
Conversation
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
… updates. Add detailed comments for clarity on optional fields and update canonical URL handling to support null values. Refactor debounced handle generation to trigger updates on article save, ensuring better state management.
…cleEditor to handle optional SEO metadata. Remove unused canonical URL handling and improve loading state for save button. Enhance type definitions for better clarity on optional fields.
…tory. Update persistence layer to use DatabaseTableName constants for consistency. Refactor Page component to fetch and display tags asynchronously.
…Tags action. Update TagRepositoryInput to include optional search parameter. Refactor ArticlePage component imports for better organization and clarity.
…ository, update Article interface to include optional tags, and enhance article update logic to manage tags. Refactor ArticleEditor to support tag selection during article creation and updates.
…ate persistence layer to include table name in WHERE clause construction for improved SQL query accuracy. Refactor related functions to support this change.
… fetch associated tags for articles. Update the Article interface to include optional tag relationships, improving the article retrieval process. Refactor the page component to display tags in the ArticleEditor.
…s and updating the ArticleTag join to include additional fields. Enhance ArticleEditorDrawer to display article data for better debugging during editing.
…tag management functionality. Integrate tag selection in the ArticleEditorDrawer, allowing users to categorize articles effectively. Update imports for better organization and enhance debugging capabilities by displaying article data during editing.
… SQL query building. Update GET request handler to remove specified tags for an article. Refactor related functions for improved clarity and functionality.
Editor temp
…for query building. Remove deprecated persistence repository and enhance article and user management functionalities across services.
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.
No description provided.