Skip to content

Conversation

@goldenbull
Copy link
Contributor

PostgreSQL backend support code is very similar to MySQL, the major difference is the quote character for identifiers.
Since all SQL scripts are quite simple, we can just replace the backtick with double quote to make all DBMS backends work in the same way.

Copy link
Member

@VShawn VShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@VShawn VShawn added the area-configuration Configuration related issue label Feb 22, 2025
@VShawn VShawn added this to the NEXT milestone Feb 22, 2025
@VShawn VShawn linked an issue Feb 22, 2025 that may be closed by this pull request
@VShawn VShawn merged commit e87a35d into 1Remote:main Feb 22, 2025
@VShawn VShawn modified the milestones: NEXT, 1.2.0 Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-configuration Configuration related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Postgresql support

2 participants