PR# 19650 SCOOP/POSTGRESQL ODBC: Unable to consult data from separate DB_RESULT
Problem Report Summary
			
									Submitter:	phgachoud 
								
								
									Category:	support.eiffel.com 
								
								
									Priority:	High 
								
							
									Date:	2020/06/09 
								
								
									Class:	Support 
								
								
									Severity: Critical 
								
							
									Number:	19650 
								
								
									Release:	19.12 
								
								
								
									
										Confidential: No 
									
								
							
									Status: Suspended 
								
								
									Responsible:  
								
							
									Environment: linux Debian 10 
								
							
									Synopsis: SCOOP/POSTGRESQL ODBC: Unable to consult data from separate DB_RESULT 
								
							Description
										I'm unable to read separate data from database. On DB_TUPLE_SEP -> make_from_separate, when l_count := `other.implementation.data.count` it enters into an infinite loop. What is the proper way to have a database connection which is separate. Hope the make_from_separate function will be introduced soon... https://drive.google.com/file/d/14w7qQvhdDHnUAV_d15loiZllMn77AU-W/view?usp=sharing
To Reproduce
										eiffel/sit-platform/;estudio -config sit_platform.ecf target -> test-junk put a break point into DB_TUPLE_SEP -> make_from_separate Sorry but you'll need postgresql and scripts to run the environment but I think you could easily reproduce the error on a simple environment or check the code, maybe you'll see directly what's wrong.
Problem Report Interactions
			In fact every time I do any change on the source, I have to freeze the code so that it works... anoying...
Seems working after rm from EIFGENs and recompile....