3 Commits

Author SHA1 Message Date
09578a775c
Update documentation to explain use of EXISTS in SQL queries
Added an explanatory section to the "exports.rst" doc to clarify why to use an EXISTS subquery instead of a JOIN clause in SQL queries involving many-to-* relationships. This explanation includes sample SQL queries and results to illustrate the potential issue of duplicates with JOIN and count, and how EXISTS can help avoid this issue. Also updated the ".editorconfig" file for .rst files.
2024-03-06 12:34:36 +01:00
d7c1498882 english corrected 2022-07-19 14:20:38 +00:00
d9759024ef prepare for merging doc into mono-repository 2021-03-25 17:09:49 +01:00