Adding old SqlfXML producer as XML/SQLFairy.
[dbsrgits/SQL-Translator.git] / lib / SQL /
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...
2003-06-06 Ken Youens-Clark Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens-Clark Changed "FULLTEXT."
2003-06-06 Ken Youens-Clark Cleaned up code (mostly cosmetic), added normalization...
2003-06-06 Ken Youens-Clark Quit putting PK defs as indices, cosmetic changes to...
2003-06-06 Ken Youens-Clark Added a better quote; quit putting FKs at field level...
2003-06-06 Ken Youens-Clark Fixed up some POD.
2003-06-06 Ken Youens-Clark Moved some code around, fixed some POD, added checking...
2003-06-06 Ken Youens-Clark Added parsing of default value on init, added "extra...
2003-06-06 Ken Youens-Clark Moved some code around to fix ordering, convert "type...
2003-06-06 Ken Youens-Clark Moved some code around to get methods in alphabetical...
2003-06-06 Ken Youens-Clark Fixed parsing of field size for float values.
2003-06-06 Ken Youens-Clark Changes to grammar to clean up, moved primary key defs...
2003-06-05 Ken Youens-Clark Added better options for accepting height and width...
2003-06-04 Ken Youens-Clark Added rules to catch common (but useless) statements.
2003-06-03 Ken Youens-Clark More work on default field sizes for numerics.
2003-06-03 Ken Youens-Clark Added default field sizes for numeric fields if not...
2003-06-03 Ken Youens-Clark Fixed bug with initialization.
2003-06-03 Ken Youens-Clark Changed grammar to bring it more inline with the offici...
2003-05-26 Allen Day added width and height options for graphviz out. no...
2003-05-12 Darren Chamberlain Slightly more paranoid version of parse_list_arg -...
2003-05-12 Darren Chamberlain Trim whitespace from arrayref elements as well as array...
2003-05-12 Ken Youens-Clark Addressed a few style issues to make it like the other...
2003-05-12 Ken Youens-Clark Cosmetic change in POD.
2003-05-12 Ken Youens-Clark Change to avoid warning of "use of unitialized value."
2003-05-12 Sam Angiuoli added Sybase producer
2003-05-11 Allen Day some fixes to fk method name generation. failed to...
2003-05-09 Ken Youens-Clark Don't pass schema, let others call for it.
2003-05-09 Ken Youens-Clark Modified to call translator to get schema rather than...
2003-05-09 Ken Youens-Clark Lots of changes to fix merge.
2003-05-09 Ken Youens-Clark Use "parse_list_args," added "fields" method, changed...
2003-05-09 Ken Youens-Clark Use "parse_list_arg," put field order into field object...
2003-05-09 Ken Youens-Clark Use "parse_list_args," added "options" (still vague...
2003-05-09 Ken Youens-Clark Added use of "parse_list_arg," changed "nullable" metho...
2003-05-09 Ken Youens-Clark Playing with constants.
2003-05-09 Ken Youens-Clark Added "match_type," use "parse_list_arg," added DESTROY.
2003-05-09 Ken Youens-Clark Removed warning.
2003-05-09 Ken Youens-Clark Playing around with new schema object.
2003-05-09 Ken Youens-Clark Added oft-used "parse_list_arg" sub for Schema classes.
2003-05-09 Ken Youens-Clark Made "order" a property of the table and view objects...
2003-05-09 Ken Youens-Clark Passing schema object now as third argument.
2003-05-07 Ken Youens-Clark Minor fixes to primary_key method.
next