src/Configuration.h
branchv_0
changeset 23 6ee7a9e311e9
parent 16 2dcc22b7a424
child 26 421608ecc12a
--- a/src/Configuration.h	Tue May 07 01:03:21 2019 +0200
+++ b/src/Configuration.h	Sun May 26 19:46:47 2019 +0200
@@ -50,6 +50,11 @@
 	relpipe::writer::string_t guileForEach;
 	relpipe::writer::string_t guileWhere;
 	relpipe::writer::string_t guileHasMoreRecords;
+	
+	/**
+	 * If true, additional relation will be generated: mapping between relpipe attribute names and Guile variable names
+	 */
+	bool debugVariableMapping = false;
 
 	/**
 	 * If true, Guile code will be executed, but no output will be generated.