Activity overview
Latest activity by Dunmail
                    
                      
                        That's a pity - as we can't guarantee the location of the .sqlgen file we're effectively losing big chunks of the application functionality e.g. pre/post sql scripts, test data in CSV files etc.  
We'll have to look at a different strategy for generating repeatable test data [image]   
Dunmail / comments
                        
                        
                        
                      
                      
                      
                
                  That's a pity - as we can't guarantee the location of the .sqlgen file we're effectively losing big chunks of the application functionality e.g. pre/post sql scripts, test data in CSV files etc.
We...
                      
                    
                  
                    
                      
                        Overriding Foreign Key Generator
                        
                        
                        
                        
                      
                      
                      
                
                  We have a schema as follows:
CREATE TABLE record (
	recordId uniqueidentifier NOT NULL,
 CONSTRAINT PK_record PRIMARY KEY CLUSTERED (recordId)
)
CREATE TABLE recordDescription(...
                      
                    
                  
                    
                      
                        Relative paths for supporting files
                        
                        
                        
                        
                      
                      
                      
                
              Is there any way to use relative paths to reference supporting files? (e.g. post-gen sql scripts, csv data files etc)
This was logged as bug SDG-913 on SDG1 : http://www.red-gate.com/MessageBoard/v...
                      
                    
                  