When using attrib_values the attribs are now written in alphabetical order
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer /
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 Darren Chamberlain Bring tests to passing.
2003-10-17 Darren Chamberlain Almost all elements have consistently named classes...
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 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 Added some more POD.
2003-10-15 Ken Youens-Clark Small POD fix.
2003-10-15 Ken Youens-Clark Added boilerplate intro/copyright.
2003-10-09 Ken Youens-Clark Fixing up "view_field" to use all the field attributes.
2003-10-08 Ken Youens-Clark Needed semicolon on end of constraint def.
2003-10-08 Ken Youens-Clark No reason to see Excel parser.
2003-10-08 Ken Youens-Clark Fleshing out.
2003-10-08 Paul Harrington store in network order
2003-10-08 Paul Harrington Storable stuff
2003-10-08 Darren Chamberlain A better YAML producer, actually using the YAML module...
2003-10-08 Darren Chamberlain Added YAML parser, producer, and basic test. All need...
2003-10-04 Ken Youens-Clark Lots o' refinements.
2003-10-04 Ken Youens-Clark Don't make up unnecessary monikers, added support for...
2003-10-04 Paul Harrington dump out views and stored procedures
2003-09-29 Ken Youens-Clark Kill size attribute if field data type is "text."
2003-09-26 Ken Youens-Clark Added comment for FKs (if necessary).
2003-09-26 Ken Youens-Clark Push foreign key defs to end of file to avoid errors...
2003-09-26 Ken Youens-Clark No need to create constraint names if they don't alread...
2003-09-25 Allen Day this is pretty stable, and is ( i think ) generating...
2003-09-09 Ken Youens-Clark Wasn't producing field comments.
2003-09-05 Allen Day moved graph generating code (except hyperedges) to...
2003-09-04 Ken Youens-Clark PG was choking on a lot of small errors, and some of...
2003-09-02 Allen Day turnkey producer still broken, will try to get it worki...
2003-08-29 Ken Youens-Clark Changed POD to match class name, added link to Turnkey...
2003-08-29 Allen Day firming up can_link()
2003-08-29 Allen Day more functionality in Table.pm, Turnkey.pm is broken...
2003-08-29 Allen Day moving reusable (useful?) code into schema classes
2003-08-28 Brian O'Connor The Turnkey package is based on the ClassDBI package...
2003-08-27 Ken Youens-Clark The arg is called "output_type," not "image_type."
2003-08-27 Ken Youens-Clark Added some Oracle datatypes so you can translate Oracle...
2003-08-26 Ken Youens-Clark Added default of PAargs.
2003-08-26 Ken Youens-Clark Added "title" arg.
2003-08-22 Ken Youens-Clark Fixing docs.
2003-08-22 Ken Youens-Clark Got rid of "SqlfXML."
2003-08-21 Ken Youens-Clark Small change.
2003-08-21 Ken Youens-Clark Now with check constraints!
2003-08-21 Ken Youens-Clark Wasn't adding check constraints! Fixed.
2003-08-21 Ken Youens-Clark Changed default layout.
2003-08-21 Ken Youens-Clark Corrections.
2003-08-21 Ken Youens-Clark Adding it back and making it an alias to XML::SQLFairy.
2003-08-21 Ken Youens-Clark Moved to "XML/SQLFairy.pm."
2003-08-21 Ken Youens-Clark Adding former "SqlfXML.pm" as "XML/SQLFairy.pm."
2003-08-20 Ken Youens-Clark Added a little to POD, some other simple changes to...
2003-08-20 Ken Youens-Clark Fixed up POD, some other cosmetics changes, removed...
2003-08-20 Ken Youens-Clark Bug fixes prompted by Gail Binkley:
2003-08-20 Ken Youens-Clark Added boilerplate header, some cosmetic/POD changes.
2003-08-20 Ken Youens-Clark Making sure that all vars are initialized to get rid...
2003-08-20 Ken Youens-Clark All cosmetic changes while I was looking to find "unini...
2003-08-20 Ken Youens-Clark Working changes I made to 1.31 back in: Many cosmetic...
2003-08-20 Darren Chamberlain Forgot to add my new test, and made the use of CGI...
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-19 Ken Youens-Clark Added code to print out table comments.
2003-08-19 Ken Youens-Clark Changed "tinytext" to convert to "varchar2," undef...
2003-08-18 Darren Chamberlain Fixed pod oopsie
2003-08-18 Ken Youens-Clark Minor cosmetic changes.
2003-08-18 Ken Youens-Clark Use of "map," emit warning when changing PK from CLOB...
2003-08-17 Ross Smith II Fixed ORA-02329 and ORA-00907 errors.
2003-08-17 Ross Smith II Added quotes around ENUM values in CONSTRAINT for Oracl...
2003-08-17 Ross Smith II Lots of Postgres fixes:
2003-08-16 Ross Smith II We need to quote the enum field values
2003-08-16 Ross Smith II zerofill has translated as 1
2003-08-16 Ross Smith II Fixed ENUMs (They were coming over as ENUM(n)).
2003-08-16 Ross Smith II Applied patch #780781: Missing binmode in Producer...
2003-08-15 Ken Youens-Clark Fixed bug in timestamp trigger syntax.
2003-08-15 Ken Youens-Clark Added "integer" conversion.
2003-08-14 Ken Youens-Clark Adding acceptance of a "title" arg.
2003-08-14 Mark Addison Added attrib_values option.
2003-08-14 Allen Day removing changes related to primary/essential/other...
2003-08-13 Ken Youens-Clark More cosmetic changes to make comments pretty, added...
2003-08-12 Ken Youens-Clark Ran through perltidy, broke long lines, changed logic...
2003-08-08 Mark Addison Added a test for Producer::SqlfXML.
2003-08-07 Mark Addison Fixed bug with emit_empty_tags. It now works and we...
2003-08-07 Mark Addison Added TTSchema producer.
2003-08-07 Allen Day no longer using set_up_table method. it incurs an...
2003-08-06 Mark Addison Moved Producer::XML to Producer::SqlfXML.
2003-08-04 Ken Youens-Clark FK defs were leaving out the field name.
2003-08-04 Ken Youens-Clark Reversed arrowheads.
2003-08-04 Ken Youens-Clark Reversed the arrowheads.
2003-08-04 Ken Youens-Clark Added line to disable checking of FKs on import of...
2003-07-31 Darren Chamberlain Some simple cleanups.
2003-07-18 Ken Youens-Clark Print out field comments using Oracle "comment on field...
2003-07-18 Ken Youens-Clark Added a "table" section at the top to click right to...
2003-07-18 Ken Youens-Clark Added options to make an image map.
2003-07-09 Allen Day aliasing ugly tablename_fieldname ref methods where...
2003-07-09 Allen Day commenting shortcoming
2003-07-09 Allen Day had to fix up the format_pk_method (somehow it got...
2003-07-02 Ken Youens-Clark Strip field size qualifiers from index fields as SQLite...
next