dbsrgits/SQL-Translator.git
2003-06-03 Ken Youens... Changed grammar to bring it more inline with the offici...
2003-05-26 Allen Day added width and height options for graphviz out. no...
2003-05-12 Darren Chamberlain Slightly more paranoid version of parse_list_arg -...
2003-05-12 Darren Chamberlain Trim whitespace from arrayref elements as well as array...
2003-05-12 Ken Youens... Addressed a few style issues to make it like the other...
2003-05-12 Ken Youens... Cosmetic change in POD.
2003-05-12 Ken Youens... Added Sybase producer to MANIFEST.
2003-05-12 Ken Youens... Change to avoid warning of "use of unitialized value."
2003-05-12 Ken Youens... Since "true" is the default for trimming and scanning...
2003-05-12 Sam Angiuoli added Sybase producer
2003-05-11 Allen Day some fixes to fk method name generation. failed to...
2003-05-09 Ken Youens... Don't pass schema, let others call for it.
2003-05-09 Ken Youens... Modified to call translator to get schema rather than...
2003-05-09 Ken Youens... Lots of changes to fix merge.
2003-05-09 Ken Youens... Lots of changes to reflect library mods.
2003-05-09 Ken Youens... Use "parse_list_args," added "fields" method, changed...
2003-05-09 Ken Youens... Use "parse_list_arg," put field order into field object...
2003-05-09 Ken Youens... Use "parse_list_args," added "options" (still vague...
2003-05-09 Ken Youens... Added use of "parse_list_arg," changed "nullable" metho...
2003-05-09 Ken Youens... Playing with constants.
2003-05-09 Ken Youens... Added "match_type," use "parse_list_arg," added DESTROY.
2003-05-09 Ken Youens... Removed warning.
2003-05-09 Ken Youens... Added passing of schema arg.
2003-05-09 Ken Youens... Playing around with new schema object.
2003-05-09 Ken Youens... Added oft-used "parse_list_arg" sub for Schema classes.
2003-05-09 Ken Youens... Made "order" a property of the table and view objects...
2003-05-09 Ken Youens... Passing schema object now as third argument.
2003-05-09 Ken Youens... *** empty log message ***
2003-05-07 Ken Youens... Minor fixes to primary_key method.
2003-05-07 Ken Youens... Added Text::RecordParser 0.02 pre-req.
2003-05-07 Ken Youens... Updated tests to match new code.
2003-05-07 Ken Youens... Updated to use Text::RecordParser and added scanning...
2003-05-07 Ken Youens... Added mods to pass parser_args for xSV parser.
2003-05-06 Darren Chamberlain Updated README via perldoc -t lib/SQL/Translator.pm
2003-05-06 Darren Chamberlain Uses XML::Writer instead of aggregate() and a global.
2003-05-06 Darren Chamberlain Updated XML test.
2003-05-06 Darren Chamberlain Doc changes (use C<> instead of B<>)
2003-05-06 Darren Chamberlain Added Schema and some more dependencies
2003-05-05 Ken Youens... More changes to keep up with code.
2003-05-05 Ken Youens... Too many changes.
2003-05-05 Ken Youens... Too many changes to mention.
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in pattern...
2003-05-03 Ken Youens... Changed to use Test::More, cleaned up syntax. Still...
2003-05-03 Ken Youens... "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in repeat ...
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in string eq...
2003-05-03 Ken Youens... Fixed error '"my" variable $wb_count masks earlier...
2003-05-03 Ken Youens... For some reason, "t.pl" was still in there.
2003-05-03 Ken Youens... Fixed an error in default value regex that disallowed...
2003-05-03 Ken Youens... Added the requirement of Parse::RecDescent 1.94 or...
2003-05-03 Ken Youens... Adding a new PG parser test.
2003-05-03 Ken Youens... Trying to add tests as I write methods, so lots of...
2003-05-03 Ken Youens... Using some of the rules from the PG grammar to make...
2003-05-03 Ken Youens... Not much to say ... just trying to get this working.
2003-05-03 Ken Youens... More changes to getting the schema to a working state.
2003-05-01 Ken Youens... Adding new objects for handing schema data. Not being...
2003-05-01 Ken Youens... Adding new schema test, commiting fixes to MySQL parser...
2003-04-30 Ken Youens... Fixed error that was preventing MySQL parser from worki...
2003-04-25 Allen Day low hanging fruit, please read the diff below
2003-04-25 Darren Chamberlain Test file for header_comment function from SQL::Transla...
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-04-25 Darren Chamberlain Added header_comment function; see docs for details.
2003-04-24 Allen Day adding a pg src file example
2003-04-24 Allen Day adding graphviz dep
2003-04-24 Ken Youens... Added new files.
2003-04-24 Ken Youens... Added defaults to arguments.
2003-04-24 Ken Youens... Adding new CGI script front-end for GraphViz and Diagra...
2003-04-24 Ken Youens... Fixed bug (illegal div by 0) if "no_columns" wasn't...
2003-04-24 Ken Youens... Adding new ER diagramming producer.
2003-04-24 Ken Youens... Moved most of the code into a new "Diagram" producer.
2003-04-24 Ken Youens... Cosmetic changes to keep the coding style consistent.
2003-04-24 Ken Youens... Adding new GraphViz producer.
2003-04-24 Ken Youens... Minor cosmetic changes.
2003-04-24 Ken Youens... Moved all the real code into a module so this script...
2003-04-19 Allen Day cosmetic changes to autogenerated code.
2003-04-19 Allen Day adding capability to give 'filename' constructor arg...
2003-04-19 Allen Day asdf
2003-04-19 Ken Youens... Fixed error for: "Use of uninitialized value in string...
2003-04-18 Allen Day adding ClassDBI producer.
2003-04-18 Allen Day adding recognition of key type "key" for table indices.
2003-04-18 Darren Chamberlain Forgot to add this yesterday.
2003-04-17 Allen Day adding callbacks to Translator.pm to allow mangling...
2003-04-17 Allen Day workaround to get auto_increment working from PG "seria...
2003-04-17 Darren Chamberlain Attempt to be more robust.lib/SQL/Translator/Validator.pm
2003-04-17 Darren Chamberlain Added normalize_name function, which normalizes names...
2003-04-17 Darren Chamberlain Let's check before we assume this is a ref, eh?
2003-04-14 Ken Youens... Fixes to help with Oracle data types, also fixes with...
2003-04-10 Ken Youens... Added Oracle parser to MANIFEST.
2003-04-10 Ken Youens... Small fix.
2003-04-10 Ken Youens... Hey, new Oracle parser!
2003-04-08 Darren Chamberlain Updated README to reflect changes to SQL/Translator...
2003-04-08 Darren Chamberlain Moving tests to Test::More
2003-04-08 Darren Chamberlain Added Spreadsheet::ParseExcel
2003-04-08 Darren Chamberlain Added missing stuff. Remember folks, anything not...
2003-04-08 Darren Chamberlain Added stub test.
2003-04-07 Darren Chamberlain And again, with the globals. Yeesh.
2003-04-07 Darren Chamberlain Why make these globals?
2003-04-07 Darren Chamberlain Hey, this could never have worked as advertised. *blush*.
2003-04-07 Mikey Melillo added a text spreadsheet, hopefully in the right direct...
2003-04-06 Ken Youens... Some syntax fixes, package name was wrong, added Mikey...
next