Files
kulakpos_web/walkthroughs/2026-05-14_b817429e_Walkthrough__Fixing_PostgreSQL_Compatibility.md
eko54r 05fd3230b8
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 5m14s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped
update marketing
2026-05-14 11:55:22 +07:00

2.0 KiB

Walkthrough - Fixing PostgreSQL Compatibility

I have resolved the SQL errors occurring in the Loss Profit History module when running on PostgreSQL.

Changes Made

Business Module Controllers

Export Classes

Verification Results

  • The code changes directly address the SQLSTATE[42703] (Undefined column) error by ensuring PostgreSQL recognizes the mixed-case column names.
  • String literal fixes prevent PostgreSQL from interpreting 'positive' and 'negative' as column names.