dbsrgits/SQL-Translator.git
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...
2003-04-06 Mikey Melillo Init Check in. This follows closely along the lines...
2003-04-03 Ken Youens... Adding "auto-graph.pl" to automatically create graphs...
2003-04-03 Ken Youens... Shortened "natural-join-fk-only" option to "natural...
2003-04-02 Ken Youens... Added grammar for "REFERENCES" (foreign keys).
2003-04-02 Ken Youens... Got foreign key references basically working now.
2003-04-02 Ken Youens... Added options for natual joins only, made code work...
2003-04-01 Ken Youens... Added color option.
2003-04-01 Ken Youens... Added mark for unique constraint and legend to explain...
2003-04-01 Ken Youens... Added font options, made default font size 'small'...
2003-03-27 Mikey Melillo :)
2003-03-27 Mikey Melillo added need for Excel Spreadsheet parser module
2003-03-12 Darren Chamberlain - load now sets $ERROR on failure.
2003-03-12 Darren Chamberlain Added SQLite producer and Utils.
2003-03-12 Darren Chamberlain Added Utils package with debug method, shared between...
2003-03-07 Ken Youens... Added code to kill field qualifiers in index field...
2003-03-04 Ken Youens... Added SQLite producer, basic knock-off of MySQL produce...
2003-03-04 Ken Youens... Some minor mods to POD.
2003-03-03 Allen Day turning off debugging in t/08
2003-02-26 Darren Chamberlain A README, which is required by CPAN. v0.01
2003-02-26 Darren Chamberlain o Added bin/auto-dia.pl to scripts list
2003-02-26 Darren Chamberlain Some doc changes; added Allen to AUTHORS section
2003-02-26 Ken Youens... Handle "on [delete|update] action" differently
2003-02-26 Ken Youens... Added more rule (alter table) to be able handle Chado...
2003-02-25 Ken Youens... Deleted "index" rules, allowed fore and aft comments...
2003-02-25 Darren Chamberlain Added t/08postgres-to-mysql.t
2003-02-25 Ken Youens... Added production to field rule to handle embedded comments.
2003-02-25 Ken Youens... Added some documentation to PG and MySQL; the "eofile...
2003-02-25 Ken Youens... Mods to handles FK references.
2003-02-25 Ken Youens... A working PG parser!
2003-02-25 Allen Day i forget what i did, but i found more bugs. we need...
2003-02-25 Allen Day BUG. the parser cannot handle 'precision' as a qualifi...
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day moving files around per ky's request
2003-02-21 Allen Day here is the pgsql test script. NOTE: it will not work...
2003-02-21 Darren Chamberlain Added new files to MANIFEST.
2003-02-21 Allen Day an adaptor for postgres. this works, but i think my...
2003-02-21 Allen Day added Class::Base preq
2003-02-15 Ken Youens... Lots o' bug fixes. Added "join-pk-only" option.
2003-02-15 Ken Youens... Made it better.
2003-02-15 Ken Youens... Added fulltext index.
2003-02-14 Ken Youens... Added "auto-dia.pl" script for generating ER diagrams.
2003-01-29 Darren Chamberlain Did you forget what year it is, Ken?
2003-01-29 Darren Chamberlain Moved all POD to the end of the module, to make it...
2003-01-29 Darren Chamberlain Set $DEBUG to 0 by default.
2003-01-29 Darren Chamberlain Removed extra unused junk.
2003-01-29 Darren Chamberlain Added SQL::Translator::Producer::Raw to MANIFEST.
2003-01-29 Ken Youens... Added "Raw" to be able to get to raw parser output.
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2003-01-02 Ken Youens... Fixed bug where it was truncating table name needlessly.
next