Skip to content

Fix SQL syntax issue caused by reserved keyword desc. - #2

Open
Sandeep-Kushwah wants to merge 1 commit into
GattiHarishKumar:mainfrom
Sandeep-Kushwah:main
Open

Fix SQL syntax issue caused by reserved keyword desc.#2
Sandeep-Kushwah wants to merge 1 commit into
GattiHarishKumar:mainfrom
Sandeep-Kushwah:main

Conversation

@Sandeep-Kushwah

Copy link
Copy Markdown

Replaced reserved SQL keyword desc with description in INSERT query to avoid MySQL syntax issues.

Additionally, some database column names were not matching the corresponding JPA entity field names, which may lead to mapping inconsistencies and reduced code readability.

Changes Made

Updated column names to maintain consistency between:

  • JPA entity field names
  • database table column names

This improves:

  • maintainability
  • readability
  • JPA mapping clarity
  • overall project consistency

@netlify

netlify Bot commented May 30, 2026

Copy link
Copy Markdown

Deploy Preview for ecommerce-crudapp ready!

Name Link
🔨 Latest commit 9324e49
🔍 Latest deploy log https://app.netlify.com/projects/ecommerce-crudapp/deploys/6a1ae6e1aa7d9d00086d7085
😎 Deploy Preview https://deploy-preview-2--ecommerce-crudapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant