dbsrgits/SQL-Translator.git
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.
2002-12-11 Ken Youens... Fixed problem with truncating an identifier when it...
2002-12-04 Ken Youens... Fixed a bug in Oracle producer that allowed for identif...
2002-12-03 Darren Chamberlain MANIFEST.SKIP takes a regex, not a list. Some of the...
2002-12-03 Darren Chamberlain Moved MANIFEST.skip to MANIFEST.SKIP
2002-12-03 Darren Chamberlain More generic clean macro
2002-11-28 Ken Youens... Added a rule to MySQL parser to disregard "DROP......
2002-11-26 Ken Youens... Added "show_warnings" and "add_drop_table" options...
2002-11-25 Darren Chamberlain Updated an example to make it happier.
2002-11-25 Darren Chamberlain Added some comments (comments?)
2002-11-23 Ken Youens... Fixed spelling of "indices" in various files, finished...
2002-11-22 Ken Youens... Rolled in Darren's new list_[producers|parsers], lots...
2002-11-21 Darren Chamberlain Added list_parsers and list_producers methods, in respo...
2002-11-20 Ken Youens... Added PostgreSQL producer.
2002-11-20 Ken Youens... Fixed a lot of little things in modules, docs, etc...
2002-10-11 Chris Mungall *** empty log message ***
2002-07-23 Darren Chamberlain Changed error_out usage to error
2002-07-23 Darren Chamberlain Subclasses Class::Base. Removed error_out, error, in...
2002-07-08 Darren Chamberlain Shitload of changes. Still passes all tests, such...
next