dbsrgits/SQL-Translator.git
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-19 Ken Youens... Added test number.
2003-08-19 Ken Youens... Added Sybase parser back in.
2003-08-19 Ken Youens... Mostly functional.
2003-08-19 Ken Youens... Almost functional.
2003-08-19 Ken Youens... Added code to catch table comments (simply assumes...
2003-08-19 Ken Youens... Added code to print out table comments.
2003-08-19 Ken Youens... Changed "tinytext" to convert to "varchar2," undef...
2003-08-19 Ken Youens... Added setting of field size for *text fields. Did...
2003-08-18 Darren Chamberlain Fixed pod oopsie
2003-08-18 Ken Youens... Replacing contents with Paul's output from dbschema...
2003-08-18 Ken Youens... Adding Sybase parser test.
2003-08-18 Ken Youens... Adding some Sybase schema to parse, though it's from...
2003-08-18 Ken Youens... Added Paul and Jason, more e-mail addresses.
2003-08-18 Darren Chamberlain PODified smelto's email address.
2003-08-18 Darren Chamberlain Typo alert!
2003-08-18 Darren Chamberlain Added some email addresses.
2003-08-18 Ken Youens... Update of README.
2003-08-18 Ken Youens... Removed Sybase parser from MANIFEST, update TODO.
2003-08-18 Ken Youens... Adding AUTHORS file per suggestion from Darren.
2003-08-18 Ken Youens... Breaking a long line.
2003-08-18 Ken Youens... Minor cosmetic changes.
2003-08-18 Ken Youens... 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 FIXED as DEC per mysql.com/doc/en/Column_types...
2003-08-17 Ross Smith II Added DOUBLE PRECISION. Parser::MySQL chokes on this
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-17 Ross Smith II Added test file that includes all (well, it will) of...
2003-08-17 Ross Smith II Added test file that includes all (well, most) of the...
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 Stops Use of uninitialized value in numeric gt (>)...
2003-08-16 Ross Smith II Fixed ENUMs (They were coming over as ENUM(n)).
2003-08-16 Ross Smith II Applied CPAN patch #3247: Missing ora_data_type dec...
2003-08-16 Ross Smith II Applied CPAN patch #3235 MANIFEST: missing some files...
2003-08-16 Ross Smith II Applied patch #780781: Missing binmode in Producer...
2003-08-16 Ross Smith II MySQL allows for length parameter on PRIMARY KEY field...
2003-08-15 Ken Youens... Expanded default value rule to allow a bare word like...
2003-08-15 Ken Youens... Fixed bug in timestamp trigger syntax.
2003-08-15 Ken Youens... Adding a few rules so that "make clean" isn't necessary...
2003-08-15 Ken Youens... Added "integer" conversion.
2003-08-15 Ken Youens... Changed default value rule slightly to allow the empty...
2003-08-15 Mark Addison Added support for the attrib_values option of the XML...
2003-08-15 Darren Chamberlain Added the new files
2003-08-15 Darren Chamberlain Addressed Ken's concerns -- versions remain .02f floats...
2003-08-14 Ken Youens... Adding acceptance of a "title" arg.
2003-08-14 Ken Youens... Fixed bug where "layout" wasn't being passed to producer.
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... Added "reset" method, check for existing Schema before...
2003-08-13 Ken Youens... More cosmetic changes to make comments pretty, added...
2003-08-12 Ken Youens... Ran through perltidy, broke long lines, changed logic...
2003-08-12 Ken Youens... Added logic to ensure the PK fields are not nullable...
2003-08-12 Ken Youens... Fixed spelling error of "deferrable."
2003-08-12 Ken Youens... Changes to make case-insensitive rules, fixed spelling...
2003-08-12 Ken Youens... Changed to look at different constraints as NOT NULLs...
2003-08-12 Mark Addison Added explicit version of 1.13 for XML::XPath as the...
2003-08-08 Ken Youens... Added "set" rule, remove extra space after comment...
2003-08-08 Mark Addison Added a test for Producer::SqlfXML.
2003-08-07 Ken Youens... Fixing bugs as reported by S. Quinney in RT ticket.
2003-08-07 Mark Addison Fixed bug with emit_empty_tags. It now works and we...
2003-08-07 Mark Addison D'oh! Fixed comment typo that chaged the meaning of...
2003-08-07 Mark Addison Changed term single tags to empty tags to mean <foo...
2003-08-07 Mark Addison Added BUG notes and test about single tags e.g. <foo/>
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 Fixed default value bug in Parser::SqlfXML.
2003-08-06 Ken Youens... Changed to use new "SqlfXML" producer.
2003-08-06 Ken Youens... Added dependencies from new XML modules.
2003-08-06 Mark Addison Moved Producer::XML to Producer::SqlfXML.
2003-08-04 Ken Youens... FK defs were leaving out the field name.
2003-08-04 Ken Youens... Allow more producers than just the two graphical.
2003-08-04 Ken Youens... Reversed arrowheads.
2003-08-04 Ken Youens... Reversed the arrowheads.
2003-08-04 Ken Youens... Added line to disable checking of FKs on import of...
2003-08-04 Ken Youens... New MySQL 4 syntax allows field names to be in backtick...
2003-08-04 Ken Youens... Applying (spirit of) patch from RT making keyword ...
2003-07-31 Darren Chamberlain Oops, haven't added these yet.
2003-07-31 Darren Chamberlain .cvsignore
2003-07-31 Darren Chamberlain Some simple cleanups.
2003-07-25 Ken Youens... Added "character set" as field qualifier as this is...
2003-07-18 Ken Youens... Added options for specifying image map.
2003-07-18 Ken Youens... Allow embedded comments a la the PG parser, store the...
2003-07-18 Ken Youens... Print out field comments using Oracle "comment on field...
2003-07-18 Ken Youens... Added a "table" section at the top to click right to...
2003-07-18 Ken Youens... Added options to make an image map.
2003-07-11 Ken Youens... Made "pg_data_type" rules case-insensitive per a patch...
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... Strip field size qualifiers from index fields as SQLite...
2003-06-27 Ken Youens... Fixed VERSION to be CPAN-friendly.
2003-06-27 Ken Youens... Fixed VERSION.
2003-06-27 Ken Youens... Reversed earlier change to VERSION after Darren scolded me.
2003-06-27 Ken Youens... Efforts to re-enable Allen's many-to-many linktable...
2003-06-27 Ken Youens... I've tried to address Allen's concerns about naming...
2003-06-27 Ken Youens... Minor change.
2003-06-26 Darren Chamberlain Added "use Class::Base;" declaration to go with use...
2003-06-25 Ken Youens... Removed redeclaration of "$parser_type," fixed bug...
next