Skip to content

Make SQL queries platform-agnostic#72

Merged
g105b merged 10 commits intomasterfrom
39-database-driver-consistency
Apr 17, 2026
Merged

Make SQL queries platform-agnostic#72
g105b merged 10 commits intomasterfrom
39-database-driver-consistency

Conversation

@g105b
Copy link
Copy Markdown
Member

@g105b g105b commented Apr 13, 2026

This pull request addresses database compatibility issues by removing MySQL-specific syntax and making queries platform-agnostic. The following changes have been made:

  • Replaced MySQL-specific true/false values with standard true/false keywords.
  • Removed MySQL-specific update/delete syntax and partition functionality.
  • Eliminated MySQL-only joins, REPLACE statements, and the onDuplicate function.
  • Updated insert queries to ensure cross-platform compatibility.

These changes resolve compatibility issues and close #39.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 13, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 9 complexity · 0 duplication

Metric Results
Complexity 9
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@g105b g105b merged commit 81568a9 into master Apr 17, 2026
27 checks passed
@g105b g105b deleted the 39-database-driver-consistency branch April 17, 2026 14:58
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.

Class representation for all parts that change between SQL drivers

1 participant