SQL not extracted if not in 1st environment
Decodes PeopleCode bytecode and submits the code to SVN or Git
Status: Beta
                
                Brought to you by:
                
                    erikh3
                    
                
            Hi,
thank you for this project; I'm just starting with it.
for now I'm using it against 2 environments, reading projects to files.
I created a test project only on my 2nd environment, not on the base one, with 1 peoplecode and 1 sql object.
The peoplecode was correctly extracted but not the sql.
As far as I can tell, the problem lies in decodepc.Controller.processSQLforProject which identifies SQL ids to process only against the default processor (using dbconn which is associated in main to the Base processor).
By contrast, makeAndProcessContainers will list objects for each environment separately, which is obviously better.
Thank you for looking into this.
Regards,
seb