Added the new files
[dbsrgits/SQL-Translator.git] / lib /
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 Added "reset" method, check for existing Schema before...
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-12 Ken Youens-Clark Added logic to ensure the PK fields are not nullable...
2003-08-12 Ken Youens-Clark Fixed spelling error of "deferrable."
2003-08-12 Ken Youens-Clark Changes to make case-insensitive rules, fixed spelling...
2003-08-08 Ken Youens-Clark Added "set" rule, remove extra space after comment...
2003-08-08 Mark Addison Added a test for Producer::SqlfXML.
2003-08-07 Ken Youens-Clark 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 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 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-08-04 Ken Youens-Clark New MySQL 4 syntax allows field names to be in backtick...
2003-08-04 Ken Youens-Clark Applying (spirit of) patch from RT making keyword ...
2003-07-31 Darren Chamberlain .cvsignore
2003-07-31 Darren Chamberlain Some simple cleanups.
2003-07-25 Ken Youens-Clark Added "character set" as field qualifier as this is...
2003-07-18 Ken Youens-Clark Allow embedded comments a la the PG parser, store the...
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-11 Ken Youens-Clark 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-Clark Strip field size qualifiers from index fields as SQLite...
2003-06-27 Ken Youens-Clark Fixed VERSION to be CPAN-friendly.
2003-06-27 Ken Youens-Clark Fixed VERSION.
2003-06-27 Ken Youens-Clark Reversed earlier change to VERSION after Darren scolded me.
2003-06-27 Ken Youens-Clark Efforts to re-enable Allen's many-to-many linktable...
2003-06-27 Ken Youens-Clark I've tried to address Allen's concerns about naming...
2003-06-27 Ken Youens-Clark Minor change.
2003-06-26 Darren Chamberlain Added "use Class::Base;" declaration to go with use...
2003-06-25 Ken Youens-Clark Removed redeclaration of "$parser_type," fixed bug...
2003-06-25 Ken Youens-Clark Added "()" to character class of "default_val" rule...
2003-06-25 Ken Youens-Clark Fixed a bug-fix of mine that was contingent on my check...
2003-06-25 Ken Youens-Clark Attempting clean up something.
2003-06-25 Allen Day fixes for base DBI package setting db vendor based...
2003-06-25 Ken Youens-Clark Allow translation from parsers other than MySQL, Pg...
2003-06-25 Allen Day adding strict and quotes for barewords
2003-06-24 Ken Youens-Clark Changed "hasa" to "has_a."
2003-06-23 Ken Youens-Clark Allow data types which haven't been listed in translati...
2003-06-23 Ken Youens-Clark Fixed grammar for REVOKE and GRANT (missing word "table").
2003-06-19 Allen Day fk references in many-to-many mappings need to refer...
2003-06-19 Darren Chamberlain The $DEFAULT_SUB was still looking at $_[1], and not...
2003-06-19 Ken Youens-Clark Added single quotes around the "use base 'foo';" line.
2003-06-18 Ken Youens-Clark Fixed VERSION.
2003-06-18 Ken Youens-Clark Fixed VERSION string.
2003-06-18 Ken Youens-Clark Fixed VERSION strings.
2003-06-18 Ken Youens-Clark Trying to get everything "on message."
2003-06-17 Ken Youens-Clark Nothing really changed.
2003-06-17 Ken Youens-Clark Added INSERT and UPDATE placeholders to get parser...
2003-06-16 Ken Youens-Clark I was going to move the "format_*_name" methods to...
2003-06-16 Ken Youens-Clark Removed Validator class as validation is now in the...
2003-06-16 Ken Youens-Clark Altered POD description.
2003-06-11 Ken Youens-Clark Upped the version in anticipation of making a new relea...
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-11 Ken Youens-Clark Added validation code.
2003-06-10 Ken Youens-Clark Mostly cosmetic changes (Allen -- no tabs, indent ...
2003-06-10 Ken Youens-Clark Adding new HTML producer.
2003-06-10 Ken Youens-Clark Minor changes.
2003-06-09 Allen Day move over bacon
2003-06-09 Allen Day it was buggy
2003-06-09 Ken Youens-Clark A POD producer.
2003-06-09 Ken Youens-Clark Changed to use schema API.
2003-06-09 Ken Youens-Clark Changed to use schema, refactored duplicated code ...
2003-06-09 Ken Youens-Clark Some bug fixen.
2003-06-09 Ken Youens-Clark Added "make_natural_joins."
2003-06-09 Ken Youens-Clark Added "is_unique" method to determine if a field has...
2003-06-09 Allen Day supposedly hasa()is deprecated in favor of has_a().
2003-06-09 Allen Day linktable traversal seems to be working! haven't tried...
2003-06-09 Ken Youens-Clark Added rule to catch a default value given just as ...
2003-06-09 Ken Youens-Clark Removed debugging warning.
2003-06-09 Ken Youens-Clark Added "alter" to be able to parse output of Oracle...
2003-06-09 Ken Youens-Clark Small changes to comments and size methods.
2003-06-09 Ken Youens-Clark Small change to comment.
2003-06-09 Ken Youens-Clark Removing "Raw" producer as it's unnecessary now.
2003-06-09 Ken Youens-Clark Some cosmetic changes, changed to use schema API.
2003-06-09 Ken Youens-Clark Expanded "translate" hash, changed to use schema API.
2003-06-09 Ken Youens-Clark General cleanup, changed to use schema API.
2003-06-09 Ken Youens-Clark Changed to use schema API.
2003-06-09 Ken Youens-Clark Cleaned up "translate" hash a bit, changed to use schem...
2003-06-09 Ken Youens-Clark Changed to use schema objects.
2003-06-09 Ken Youens-Clark Removed unnecessary backslash-escapes of single quotes...
2003-06-06 Ken Youens-Clark Added sorting of tables, other cosmetic changes.
2003-06-06 Ken Youens-Clark Added comments method and parsing on init.
2003-06-06 Ken Youens-Clark Added parsing of comments on init, added "comments...
2003-06-06 Ken Youens-Clark Changed constant to a hash to avoid silly Perl errors...
next