Added collection tags for the Schemas objects (tables, views, etc)
[dbsrgits/SQL-Translator.git] / lib / SQL /
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 Take the defined field size if present.
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-30 Ken Youens-Clark Removing commented-out code.
2004-07-30 Paul Harrington sp_columns on Sybase 12.5.2 (and, perhaps, earlier...
2004-07-26 Brian O'Connor Correctly produces settings file for soap Turnkey compo...
2004-07-26 Ken Youens-Clark Fixed docs.
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-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 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 parse the new, single format sqlf xml and...
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 Initial stab at a section on building producers with...
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-22 Ken Youens-Clark Give higher billing for manual.
2004-04-22 Ken Youens-Clark Upped version. We should release soon.
2004-04-22 Ken Youens-Clark Added alternate way to declare unique constraints.
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-19 Ken Youens-Clark Committing new Access parser (yeah, Bill, we're coming...
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-13 Mark Addison Doc fix.
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...
2004-04-03 Allen Day improved element names
2004-04-01 Mark Addison Added TT::Table producer.
2004-04-01 Ken Youens-Clark Massaging of Oracle varchar2 field if larger than 255.
2004-03-31 Ken Youens-Clark Just a couple tweaks.
2004-03-31 Ken Youens-Clark Added examples of plugging in custom parsers and producers.
2004-03-31 Allen Day more readable tag names
2004-03-31 Ken Youens-Clark Added a couple more sections.
2004-03-31 Ken Youens-Clark Added section on Dumper producer.
2004-03-31 Ken Youens-Clark Fixes.
2004-03-31 Ken Youens-Clark Now with content!
2004-03-31 Allen Day fixes for code clarity
2004-03-29 Mark Addison Added field_names() and field/constraint lookup methods
2004-03-29 Mark Addison Opps, forgot the sub seperator comment.
2004-03-29 Mark Addison Uses field_names when making constraint YAML to avoid...
2004-03-29 Mark Addison fields returns Field objects when it can. Added field_n...
2004-03-29 Mark Addison Added shortcut method to get the fields Schema object.
2004-03-23 Mark Addison Doc tweaks.
2004-03-23 Mark Addison Doc tweaks.
2004-03-23 Mark Addison Added full_name.
2004-03-23 Mark Addison Removed check on field name when adding fields, as...
2004-03-23 Mark Addison Added stringify to name and error check to stop creatio...
2004-03-16 Ken Youens-Clark Fixed per Tony Bowden to allow all integer fields ...
2004-03-12 Brian O'Connor Fixed a possible infinite loop problem where the primar...
2004-03-12 Brian O'Connor Fixed a problem for the Turnkey producer where the...
2004-03-11 Ken Youens-Clark Added "takelike" option.
2004-03-10 Ken Youens-Clark Removed "sort" as it puts the tables in a different...
2004-03-09 Ken Youens-Clark Some fixes.
2004-03-09 Ken Youens-Clark Serializing translator options.
2004-03-09 Ken Youens-Clark Getting translator options.
2004-03-09 Ken Youens-Clark Fixed indentation.
2004-03-09 Ken Youens-Clark Adding a producer to replicate (and extend) what was...
2004-03-09 Allen Day no warnings for redefined methods
2004-03-04 Darren Chamberlain Will someone just frickin' fix XML::Writer already?
2004-03-04 Darren Chamberlain POD update.
2004-03-01 Ken Youens-Clark Modified comment rules.
2004-02-29 Mark Addison reference_fields now returns an empty list (or array...
2004-02-20 Darren Chamberlain Integrate Dave Cash's changes.
2004-02-17 Allen Day add file extension
2004-02-11 Ken Youens-Clark Misplaced semi.
2004-02-11 Ken Youens-Clark Upped $VERSION to 0.05, created a "version" sub to...
next