bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Adding OUTER JOIN functionality


From: Tim Chase
Subject: [PATCH] Adding OUTER JOIN functionality
Date: Fri, 16 Oct 2020 15:53:42 -0500

I've attached the 3-patch series to provide a "-J" option
("--outer-join" long option) to do a LEFT OUTER JOIN rather than an
INNER JOIN.

The first patch adds the functionality and the project should build
fine with this in place.  It does change the call signature for
rec_db_join() and rec_db_query()

The second patch adds the --help but when I tried to build with this
in place, it complained about translation issues regarding the .po
files.

The third patch adds the documentation in the .texi manual.  This
should be orthogonal, able to be applied at any point in the sequence.

Thanks for considering this feature,

-Tim/@gumnos






Attachment: 0001-Add-OUTER-JOIN-functionality.patch
Description: Text Data

Attachment: 0002-Modify-CLI-argument-docs-for-OUTER-JOIN.patch
Description: Text Data

Attachment: 0003-Add-OUTER-JOIN-information-to-recutils.texi-manual-s.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]