The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension blx::xsdsql

0.01 July  20 18:24 2010
	- original version; created by h2xs 1.23 with options
		-XA -b 5.8.0 -n blx::xsdsql::ut

0.02 December 09  18:48 2010
	- add TABLE_PREFIX param to blx::xsdsql::parser::parsefile
	- exclude dirs if name begin with a point into blx::xsdsql::parser::parsefile::get_db_namespaces
	- exclude dirs if name begin with a point into blx::xsdsql::parser::generator::get_namespaces
	- new commands display_namespaces,drop_sequence,create_sequence in xsd2sql.pl
	- correct the crash if the command is unknow in xsd2sql.pl
	- new options t,l,p,w in xsd2sql.pl
	- generic internal params restyle ( Es: my ($self,%params)=@_)	 in subs
	- add LEVEL_FILTER and TABLES_FILTER  params to blx::xsdsql::generator
	- add params SCHEMA_NAME and SCHEMA_INSTANCE to blx::xsdsql::xml::new and blx::xsdsql::xml::write
	- implement a new test suite
	- implement a xsd groups
	
0.03 January 04  19:04 2011  
	- correct bugs in  documentation
	- new commands drop_view, create_view 
	- implement drop view and create view classes 
	- change email address of the author 
	- minor bugs corretted  

0.04 January 20 20:08 2011
	- correct bugs in documentation
	- minor bugs corretted 
	- new commands drop_dictionary,create_dictionary,insert_dictionary in xsd2sql.pl
	- correct bug in create_view for oracle
	- make clean delete temporary files in test directory
    
0.05 March 31 17:07 2011 
	- complete restyle of parsing algorithms
	- minor bugs corretted 
	
0.06 June 11 12:00 2011
	- xsd group implemented 
	- a first implementation of namespace 
	- new options in test.pl/xsd2sql/xml.pl
	- bugs corrected 
	 
0.06.1 June 16 16:13 2011
	- corretted algo bugs on param ROOT_TAG_PARAMS  for method blx::xsdsql::xml::write