dbsrgits/SQL-Translator.git
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
2005-01-13 Mark Addison Made extra interface more context sensative.
2005-01-13 Mark Addison Fixed test name
2004-12-21 Allen Day replaced by TT producer
2004-12-21 Mark Addison Removed (annoying) warning when order attributes are...
2004-12-21 Mark Addison localised setting of %Data::Dumper::Maxdepth (and Inden...
2004-12-20 Ken Youens... Accepted changes from Eric Just.
2004-12-20 Ken Youens... Tests moved from 13graph.t.
2004-12-20 Ken Youens... Moved graph tests out.
2004-12-13 Mark Addison Re-added proper error trapping and reporting when tryin...
2004-12-12 Mark Addison Added schema filters
2004-12-12 Mark Addison Clean up
2004-11-27 Jess Robinson Drop functions
2004-11-26 Mark Addison Added TTSchema changes.
2004-11-26 Mark Addison Added tt-conf option
2004-11-26 Mark Addison Template config is now passed using tt_conf producer...
2004-11-25 Mark Addison Added tt-vars to pass variables to templates.
2004-11-25 Mark Addison Deprecated ttargs producer arg in favour of tt_vars
2004-11-25 Mark Addison Applied Dave Howorth's MySQL parser patches
2004-11-20 Jess Robinson DB2.pm the first
2004-11-20 Jess Robinson DB2 P::RD grammar
2004-11-16 Mark Addison Re-added ttvars. Added docs and test for ttvars.
2004-11-16 Brian O'Connor I needed to be able to pass in additional information...
2004-11-09 Mark Addison Factored _load_sub() out of _tool(). Ground work for...
2004-11-09 Mark Addison Refactored producer() and parser() to use a sub, _tool...
2004-11-05 Mark Addison Added extra and Schema::Object stuff
2004-11-05 Mark Addison Added writing of extra data for all objects to XML...
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-11-05 Mark Addison Added _attributes class data to SQL::Translator::Schema...
2004-11-05 Mark Addison Added diagnostics on fail.
2004-11-04 Mark Addison Added SQL::Translator::Schema::Object, a base class...
2004-10-26 Ken Youens... Fixing the error "Can't use an undefined value as a...
2004-10-23 Chris Mungall throws error if a comment is placed on a non-existent...
2004-10-23 Chris Mungall fixed parsing of Pg COMMENT ON ... syntax
2004-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-10-15 Allen Day patch for parser/producer args courtesy of darren ...
2004-10-13 Allen Day some refactoring. moving to being able to call $schema...
2004-10-13 Allen Day lc the template files... flipflop
2004-10-13 Allen Day almost working. there is a package name mangling probl...
2004-09-24 Ken Youens... Fixed POD.
2004-09-23 Ken Youens... Fixed syntax error.
2004-09-22 Brian O'Connor Modifications to the Turnkey producer to support file...
2004-09-20 Ken Youens... OK, I really got it this time.
2004-09-20 Ken Youens... That last commit wasn't very thought-out.
2004-09-20 Ken Youens... The default too often was "tinyint," changed to only...
2004-09-17 Ken Youens... Trying to be smarter and stricter on translating FKs.
2004-09-17 Ken Youens... Moved "interval" rule.
2004-09-17 Ken Youens... Bug fix to keep FK constraints from being created twice...
2004-09-15 Jess Robinson Add Triggers
2004-09-15 Jess Robinson New column_info definition, correct nullable
2004-09-13 Ken Youens... Some updates to tests to skip when required dependencie...
2004-08-30 Ken Youens... Allow "gutter" to be set by producer arg (Markus Törnqv... v0.06
2004-08-30 Ken Youens... Allow "gutter" to be set by producer arg (Markus Törnqvis).
2004-08-30 Ken Youens... Fixed problems in POD.
2004-08-30 Ken Youens... Applying patches from Markus Törnqvis.
2004-08-30 Ken Youens... Adding Jess's DB2 DBI parser.
2004-08-20 Mark Addison Doc tweaks.
2004-08-20 Mark Addison Doc tweaks
2004-08-19 Mark Addison Doc tweaks
2004-08-19 Mark Addison Doc tweaks
2004-08-19 Mark Addison Doc tweaks
2004-08-19 Mark Addison Added collection tags for the Schemas objects (tables...
2004-08-18 Mark Addison Move the list of methods to write as elements out into...
2004-08-13 Darren Chamberlain DOAP for SQL::Translator
2004-08-12 Mark Addison XML test file changed
2004-08-12 Ken Youens... Added "version" argument to show SQLT::VERSION.
2004-08-11 Ken Youens... Take the defined field size if present.
2004-08-11 Ken Youens... Check for >255 field size for all char fields (not...
2004-08-05 Ken Youens... Add indexes for FKs as necessary.
2004-08-05 Ken Youens... Make sure there's some size value for a character-based...
2004-08-05 Ken Youens... Removed some old code, make table type "InnoDB" if...
2004-08-05 Brian O'Connor Changes to the Turnkey producer to better support IE.
2004-07-30 Ken Youens... Just some cosmetic changes to the docs.
2004-07-30 Ken Youens... Removing commented-out code.
2004-07-30 Paul Harrington sp_columns on Sybase 12.5.2 (and, perhaps, earlier...
2004-07-30 Ken Youens... Fixed naming of file.
2004-07-30 Ken Youens... Updated.
2004-07-30 Ken Youens... Changing to use Build.PL/Module::Build.
2004-07-30 Ken Youens... Adding new Module::Build-based build script.
2004-07-26 Brian O'Connor Correctly produces settings file for soap Turnkey compo...
2004-07-26 Ken Youens... Fixed docs.
2004-07-23 Ken Youens... Fixed documentation in template.
2004-07-23 Brian O'Connor Updates to include special comments for Atom and Model...
2004-07-21 Brian O'Connor Changes to the Turnkey producer related to soap output...
2004-07-20 Allen Day Class::MakeMethods prereq for Turnkey producer.
2004-07-20 Ken Youens... Added 'date' to "string" types.
2004-07-14 Ken Youens... Added "enum" to string types.
2004-07-09 Mark Addison Fixed break due to XML Parser now supporting field...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-09 Mark Addison Allow extra to be set via constructor.
2004-07-08 Mark Addison Added writing of field.extra
2004-07-08 Mark Addison Updated with the new XML producer args.
2004-07-08 Mark Addison Added producer args to control indenting, newlines...
2004-07-08 Mark Addison Added items about the change of XML format and addition...
2004-07-08 Mark Addison Added docs about the legacy format xml.
2004-07-08 Mark Addison *** empty log message ***
2004-07-08 Mark Addison XML test src changed name.
2004-07-08 Mark Addison Updated to test the new, single format sqlf xml.
2004-07-08 Mark Addison Updated to parse the new, single format sqlf xml and...
2004-07-08 Mark Addison Updated to produce the new, single format sqlf xml.
next