Now uses schema_ok
[dbsrgits/SQL-Translator.git] / lib /
2004-02-29 Mark Addison Added schema_ok. Some tweaks to the test output.
2004-02-29 Mark Addison Test::More Schema testing.
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...
2004-02-11 Ken Youens-Clark Added rules (REM, prompt) to help parse output of DDL...
2004-02-11 Ken Youens-Clark Fixing up new options for showing data types, etc.
2004-02-11 Ken Youens-Clark Pushed field attributes to after datatype/size to make...
2004-02-11 Ken Youens-Clark Minor bug fixes ("top" and table links didn't work...
2004-02-10 Allen Day template files shall be lowercase
2004-02-10 Allen Day return hashref instead of hash
2004-02-10 Allen Day individual tables now returned as a hash of separate...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-06 Ken Youens-Clark Fixed copyright.
2004-02-04 Ken Youens-Clark Being case-insensitive on datatype translations.
2004-02-04 Ken Youens-Clark Added reference to manual, fixed copyright.
2004-02-04 Ken Youens-Clark Outline for manual.
2004-02-04 Darren Chamberlain Fixed 'useless use of constant in void context' warning.
2004-02-03 Ken Youens-Clark Changed index creation to better handle output of DDL...
2004-02-02 Allen Day added credit for dave cash
2004-02-02 Allen Day merging patch from Dave Cash. description:
2004-01-29 Mark Addison Order of schema objects properties in XML changed to...
2004-01-27 Mark Addison Added list of constants exported to the docs.
2004-01-26 Gudmundur A. Thorisson Changed max_id_length to 62, from previous 30, since...
2004-01-25 Ken Youens-Clark Wasn't producing constraint defs, fixed indices to...
2004-01-25 Ken Youens-Clark Various bug fixen.
2004-01-25 Ken Youens-Clark Null out size if a blob field.
2004-01-25 Ken Youens-Clark Fixed constraints and indices.
2004-01-25 Ken Youens-Clark Changed default_val rule according to bug report on...
2004-01-23 Ken Youens-Clark Fixed errors in grammar as reported in "https://rt...
2004-01-15 Brian O'Connor Added a method based to the template to correctly refor...
2004-01-15 Brian O'Connor Added a method based to the template to correctly refor...
2004-01-09 Brian O'Connor Search string in DBI output was fixed to escape @_...
2004-01-03 Allen Day fixing bugs on sf turnkey tracker
2004-01-03 Brian O'Connor Fixed problem with Turnkey producer where the db connec...
2004-01-02 Allen Day factored out more styles to css. atom macros are now...
2004-01-02 Allen Day transfering functionality from branch
2004-01-02 Allen Day removing hardcoded colors/styles to CSS
2004-01-02 Allen Day ya
2003-12-31 Brian O'Connor Fixed problem with rendering atoms in Turnkey Producer.
2003-12-31 Brian O'Connor The Turnkey producer now uses the latest head on SQLFai...
2003-12-28 Brian O'Connor Changes for Turnkey Atom class creation. Right now...
2003-12-17 Ken Youens-Clark Minor changes.
2003-12-10 Ken Youens-Clark Added more rules to handle all variations of the "ALTER...
2003-12-04 Ken Youens-Clark Skip creating package if no name (must have been an...
2003-12-02 Darren Chamberlain quotemeta for directory names. See https://rt.cpan...
2003-11-21 Ken Youens-Clark Initializing variable to suppress silly warnings.
2003-11-19 Mark Addison Handles order given as attrib.
2003-11-17 Allen Day adding COMMENT processing to Pg parser
2003-11-07 Ken Youens-Clark Increased VERSION to 0.04 to make a fix-up release.
2003-11-07 Ken Youens-Clark Pushing up revision so make CPAN happy.
2003-11-06 Ken Youens-Clark Fixed typo in POD.
2003-11-06 Ken Youens-Clark Some of the same changes to Excel.
2003-11-06 Ken Youens-Clark If no data is present, then assign a field size of...
2003-11-06 Ken Youens-Clark Fixen.
2003-11-05 Ken Youens-Clark Added "order" to tables (should have been there already...
2003-11-05 Ken Youens-Clark Fixing default datatype if unknown.
2003-11-05 Ken Youens-Clark POD changes.
2003-11-05 Ken Youens-Clark Getting float sizes to work properly.
2003-11-05 Ken Youens-Clark Some refinements in assigning field types, size of...
2003-10-21 Mark Addison Refactored attrib ordering fix.
2003-10-21 Mark Addison When using attrib_values the attribs are now written...
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-20 Darren Chamberlain Bring tests to passing.
2003-10-17 Darren Chamberlain Almost all elements have consistently named classes...
2003-10-17 Darren Chamberlain Small pod fix.
2003-10-17 Darren Chamberlain Slightly more verbose error reporting.
2003-10-17 Darren Chamberlain Added index view. Dunno if it works. :(
2003-10-17 Mark Addison Fix: Now includes the Schema's name and database attributes
2003-10-15 Ken Youens-Clark Be stricter about no comments.
2003-10-15 Ken Youens-Clark Added a little to the POD to explain version dependency.
2003-10-15 Paul Harrington This module does not actually use any DBD::Pg calls...
2003-10-15 Allen Day cleanup for 0.03 release
2003-10-15 Allen Day we need to rely on the vendor set_up_table() method...
2003-10-15 Ken Youens-Clark POD fixes.
2003-10-15 Ken Youens-Clark POD fixes, removed some unnecessary code.
2003-10-15 Ken Youens-Clark POD fixes.
2003-10-15 Ken Youens-Clark Fixes to POD, mention DDL::Oracle.
2003-10-15 Ken Youens-Clark Notes about DDL::Oracle.
2003-10-15 Ken Youens-Clark Added some more POD.
2003-10-15 Ken Youens-Clark Small POD fix.
2003-10-15 Ken Youens-Clark Mostly POD fixes.
2003-10-15 Ken Youens-Clark Doc fixes.
2003-10-15 Ken Youens-Clark Added boilerplate intro/copyright.
2003-10-15 Ken Youens-Clark Fixed POD, removed commented warnings.
2003-10-15 Ken Youens-Clark Added boilerplate intro, fixed POD.
2003-10-15 Ken Youens-Clark Fixing POD.
2003-10-15 Ken Youens-Clark Fixed some spacing and POD.
2003-10-14 Mark Addison POD update for m:n stuff.
2003-10-14 Mark Addison Added m:n joins. Can now model m:n association in your...
2003-10-13 Paul Harrington use DBI and a recent revision of DBD::Pg
2003-10-13 Mark Addison PKeys automatically generated for Classes that don...
2003-10-10 Mark Addison Initial code for SQLFairy UML profile for the XMI parse...
2003-10-10 Ken Youens-Clark Fix to size of float field.
2003-10-10 Ken Youens-Clark POD fixes, fix to field size for a float.
next