SQLite and YAML tests broken, fixed
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer /
2006-06-07 Jess Robinson Produce either a list of statements or a string
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson More DB2 producing
2006-05-13 Ken Youens-Clark Added use of graph.
2006-05-05 Chris Hilton Added ON DELETE and ON UPDATE clauses to FK output
2006-05-04 Chris Hilton Fix field default value output bug I introduced
2006-03-21 Chris Mungall new: makes tables in latex format
2006-03-06 Mark Addison Backed out M::B ConfigData based installed templates...
2006-02-16 Ken Youens-Clark Changes to make more efficient use of memory with large...
2006-01-20 Mark Addison Intial code for Dia producer
2005-12-16 Mark Addison Added mysql_character_set for 4.1+
2005-11-17 Ben Faga Applied changes submitted by Paul Makepeace <sourceforg...
2005-09-18 Jess Robinson produce DB2 tables
2005-08-10 Chris Hilton Added negative sign possibility to default number values.
2005-07-11 Chris Hilton Re-arranged to put null/not null before default value...
2005-07-07 Allen Day missed a spot
2005-07-07 Allen Day backing out non-callback package mangling
2005-07-05 Ben Faga Made some changes suggested by Michael Slattery to...
2005-06-27 Chris Hilton Added to fields that do not require size argument
2005-06-27 Chris Hilton Added character set, on update, and collate field quali...
2005-06-15 Ken Youens-Clark Put field and table comments into proper MySQL syntax.
2005-06-15 Ken Youens-Clark Field comments weren't printing.
2005-06-13 Ben Faga Made the changes suggested by Michael Slattery. Made...
2005-06-13 Ken Youens-Clark CPAN is complaining about the version, so I made a...
2005-06-08 Ken Youens-Clark While trying to create CDBI classes myself, I found...
2005-06-08 Mark Addison Added mysql extra attribs for charset and collation.
2005-05-25 Ben Faga Applied Eric Just's changes to the Oracle producer...
2005-02-07 Ken Youens-Clark Made the field definition rows alternate "even" and...
2005-01-13 Mark Addison A SQLServer producer. (They made me do it! :(
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
2004-12-21 Allen Day replaced by TT producer
2004-12-21 Mark Addison localised setting of %Data::Dumper::Maxdepth (and Inden...
2004-12-20 Ken Youens-Clark Accepted changes from Eric Just.
2004-11-26 Mark Addison Template config is now passed using tt_conf producer...
2004-11-25 Mark Addison Deprecated ttargs producer arg in favour of tt_vars
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-05 Mark Addison Added writing of extra data for all objects to XML...
2004-10-26 Ken Youens-Clark Fixing the error "Can't use an undefined value as a...
2004-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
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-22 Brian O'Connor Modifications to the Turnkey producer to support file...
2004-09-20 Ken Youens-Clark OK, I really got it this time.
2004-09-20 Ken Youens-Clark That last commit wasn't very thought-out.
2004-09-20 Ken Youens-Clark The default too often was "tinyint," changed to only...
2004-09-17 Ken Youens-Clark Trying to be smarter and stricter on translating FKs.
2004-08-30 Ken Youens-Clark Allow "gutter" to be set by producer arg (Markus Törnqvis).
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-11 Ken Youens-Clark Check for >255 field size for all char fields (not...
2004-08-05 Ken Youens-Clark Add indexes for FKs as necessary.
2004-08-05 Ken Youens-Clark Make sure there's some size value for a character-based...
2004-08-05 Ken Youens-Clark 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-Clark Just some cosmetic changes to the docs.
2004-07-26 Brian O'Connor Correctly produces settings file for soap Turnkey compo...
2004-07-23 Ken Youens-Clark 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 Ken Youens-Clark Added 'date' to "string" types.
2004-07-14 Ken Youens-Clark Added "enum" to string types.
2004-07-08 Mark Addison Added writing of field.extra
2004-07-08 Mark Addison Added producer args to control indenting, newlines...
2004-07-08 Mark Addison Added docs about the legacy format xml.
2004-07-08 Mark Addison Updated to produce the new, single format sqlf xml.
2004-06-24 Allen Day silence redefined warnings
2004-06-04 Ken Youens-Clark Fixed problems with non-unique names.
2004-05-14 Mark Addison Added experimental pre_process_schema method.
2004-05-14 Mark Addison Documentation.
2004-05-13 Mark Addison Added hook for sub classes to set Template config....
2004-04-25 Brian O'Connor Updates to the Turnkey class bindings, will need to...
2004-04-25 Brian O'Connor URL link corrections
2004-04-25 Brian O'Connor Modified the Turnkey producer to correcly output URLs...
2004-04-25 Brian O'Connor Removed some character escape problems with the Turnkey...
2004-04-23 Ken Youens-Clark Fixed error in output.
2004-04-23 Ken Youens-Clark Added bit to help.
2004-04-20 Brian O'Connor Updates for dump method.
2004-04-20 Brian O'Connor Fixed bug in Data::Dumper statement
2004-04-20 Brian O'Connor Updated heredocs to not be interpreted.
2004-04-20 Brian O'Connor Added dumper method.
2004-04-19 Ken Youens-Clark Added Access data types.
2004-04-16 Brian O'Connor Fixes a bug in the way the Turnkey producer's macro...
2004-04-16 Brian O'Connor Updated a problem with the Turnkey template producer
2004-04-16 Brian O'Connor Updates to the Turnkey templates for atoms, tt2 templat...
2004-04-16 Brian O'Connor removed xlink tag
2004-04-14 Mark Addison Initial crack at a base class for building TT based...
2004-04-14 Brian O'Connor Updated the Turnkey producer to correctly read the...
2004-04-10 Allen Day no autocommit
2004-04-08 Allen Day m2m FK link table import mappings now generate traversa...
2004-04-07 Allen Day many graph introspection problems solved. method name...
2004-04-06 Brian O'Connor An update of the Turnkey producer to output with better...
2004-04-06 Allen Day aeshetic fixes, largely.
2004-04-06 Allen Day bugfixes in Class::DBI method generation. they were...
2004-04-03 Allen Day uri->object mapping changing from GET params to URI...
next