Changes for version 0.005 - 2013-01-01
- Support for auto-increment primary key columns added.
 - One can now configure if for a self-reference, new root nodes should have NULL or their own primary key value as the value for the column referencing the parent record.
 - The generated test data can now be dumped to a csv file with bulk inserts in mind.
 - Fixes in license information and documentation.
 - Another bigger refactoring: The old TableProbe class was way too big. It has been replaced by smaller classes with definite responsibilities.
 
Modules
Automatic test data creation, cross DBMS    
  
determines DBIx information and database metadata    
  
Defines DBIx::Class schemata using DBIx::Class::Schema::Loader    
  
handles SQL data types    
  
foreign key constraint information    
  
incrementing constrained columns    
  
query database and handle SQL commands    
  
random record selections    
  
Helper class enabling random selections    
  
self-reference handling    
  
string manipulation    
  
tree builder, used internally to handle self-references in the target table    
  
unique constraint information