jskim-node #388
Loading…
Reference in New Issue
No description provided.
Delete Branch "jskim-node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Added a new property `tableAlias` to distinguish between master ("m") and detail ("d") tables during JOIN operations. - Updated the SELECT clause to include the appropriate table alias for master and detail tables. - Improved the entity join clause construction to utilize the new table alias, ensuring clarity in SQL queries.