Removed debugging warning.
[dbsrgits/SQL-Translator.git] / lib /
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.
2003-05-07 Ken Youens-Clark Updated to use Text::RecordParser and added scanning...
2003-05-06 Darren Chamberlain Uses XML::Writer instead of aggregate() and a global.
2003-05-06 Darren Chamberlain Doc changes (use C<> instead of B<>)
2003-05-05 Ken Youens-Clark Too many changes.
2003-05-05 Ken Youens-Clark Too many changes to mention.
2003-05-03 Ken Youens-Clark Fixed error 'Use of uninitialized value in pattern...
2003-05-03 Ken Youens-Clark "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens-Clark Fixed error 'Use of uninitialized value in repeat ...
2003-05-03 Ken Youens-Clark Fixed error 'Use of uninitialized value in string eq...
2003-05-03 Ken Youens-Clark Fixed error '"my" variable $wb_count masks earlier...
2003-05-03 Ken Youens-Clark Fixed an error in default value regex that disallowed...
2003-05-03 Ken Youens-Clark Using some of the rules from the PG grammar to make...
2003-05-03 Ken Youens-Clark Not much to say ... just trying to get this working.
2003-05-03 Ken Youens-Clark More changes to getting the schema to a working state.
2003-05-01 Ken Youens-Clark Adding new objects for handing schema data. Not being...
2003-04-30 Ken Youens-Clark Fixed error that was preventing MySQL parser from worki...
2003-04-25 Allen Day low hanging fruit, please read the diff below
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-04-25 Darren Chamberlain Added header_comment function; see docs for details.
2003-04-24 Ken Youens-Clark Added defaults to arguments.
2003-04-24 Ken Youens-Clark Fixed bug (illegal div by 0) if "no_columns" wasn't...
2003-04-24 Ken Youens-Clark Adding new ER diagramming producer.
2003-04-24 Ken Youens-Clark Cosmetic changes to keep the coding style consistent.
2003-04-24 Ken Youens-Clark Adding new GraphViz producer.
2003-04-24 Ken Youens-Clark Minor cosmetic changes.
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-Clark 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-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-Clark Fixes to help with Oracle data types, also fixes with...
2003-04-10 Ken Youens-Clark Small fix.
2003-04-10 Ken Youens-Clark Hey, new Oracle parser!
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-06 Ken Youens-Clark Some syntax fixes, package name was wrong, added Mikey...
next