dbsrgits/SQL-Translator.git
2003-06-06 Ken Youens... Added sorting of tables, other cosmetic changes.
2003-06-06 Ken Youens... Added comments method and parsing on init.
2003-06-06 Ken Youens... Added parsing of comments on init, added "comments...
2003-06-06 Ken Youens... Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens... Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens... Changed "FULLTEXT."
2003-06-06 Ken Youens... Removed Sybase parser because it's complete broken...
2003-06-06 Ken Youens... Cleaned up code (mostly cosmetic), added normalization...
2003-06-06 Ken Youens... Quit putting PK defs as indices, cosmetic changes to...
2003-06-06 Ken Youens... Added a better quote; quit putting FKs at field level...
2003-06-06 Ken Youens... Added new Oracle parser test.
2003-06-06 Ken Youens... Added a lot more tests, now using the Schema object.
2003-06-06 Ken Youens... Changed $table->primary_key not to return an error...
2003-06-06 Ken Youens... Now that the PG parser is using the Schema object,...
2003-06-06 Ken Youens... The test schema actually had incorrect syntax, so I...
2003-06-06 Ken Youens... Changed tests to use Schema objects instead of data...
2003-06-06 Ken Youens... Added tests for $field->extra.
2003-06-06 Ken Youens... Changed tests to use the Schema objects instead of...
2003-06-06 Ken Youens... Fixed up some POD.
2003-06-06 Ken Youens... Moved some code around, fixed some POD, added checking...
2003-06-06 Ken Youens... Added parsing of default value on init, added "extra...
2003-06-06 Ken Youens... Moved some code around to fix ordering, convert "type...
2003-06-06 Ken Youens... Moved some code around to get methods in alphabetical...
2003-06-06 Ken Youens... Fixed parsing of field size for float values.
2003-06-06 Ken Youens... Changes to grammar to clean up, moved primary key defs...
2003-06-05 Ken Youens... Added better options for accepting height and width...
2003-06-05 Ken Youens... Added options for height, width, and showing field...
2003-06-05 Ken Youens... Added ability to manipulate height, width, and whether...
2003-06-04 Ken Youens... Added rules to catch common (but useless) statements.
2003-06-04 Ken Youens... Added a few more tests.
2003-06-03 Ken Youens... More work on default field sizes for numerics.
2003-06-03 Ken Youens... Added default field sizes for numeric fields if not...
2003-06-03 Ken Youens... Fixed bug with initialization.
2003-06-03 Ken Youens... Added more tests.
2003-06-03 Ken Youens... 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... Addressed a few style issues to make it like the other...
2003-05-12 Ken Youens... Cosmetic change in POD.
2003-05-12 Ken Youens... Added Sybase producer to MANIFEST.
2003-05-12 Ken Youens... Change to avoid warning of "use of unitialized value."
2003-05-12 Ken Youens... Since "true" is the default for trimming and scanning...
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... Don't pass schema, let others call for it.
2003-05-09 Ken Youens... Modified to call translator to get schema rather than...
2003-05-09 Ken Youens... Lots of changes to fix merge.
2003-05-09 Ken Youens... Lots of changes to reflect library mods.
2003-05-09 Ken Youens... Use "parse_list_args," added "fields" method, changed...
2003-05-09 Ken Youens... Use "parse_list_arg," put field order into field object...
2003-05-09 Ken Youens... Use "parse_list_args," added "options" (still vague...
2003-05-09 Ken Youens... Added use of "parse_list_arg," changed "nullable" metho...
2003-05-09 Ken Youens... Playing with constants.
2003-05-09 Ken Youens... Added "match_type," use "parse_list_arg," added DESTROY.
2003-05-09 Ken Youens... Removed warning.
2003-05-09 Ken Youens... Added passing of schema arg.
2003-05-09 Ken Youens... Playing around with new schema object.
2003-05-09 Ken Youens... Added oft-used "parse_list_arg" sub for Schema classes.
2003-05-09 Ken Youens... Made "order" a property of the table and view objects...
2003-05-09 Ken Youens... Passing schema object now as third argument.
2003-05-09 Ken Youens... *** empty log message ***
2003-05-07 Ken Youens... Minor fixes to primary_key method.
2003-05-07 Ken Youens... Added Text::RecordParser 0.02 pre-req.
2003-05-07 Ken Youens... Updated tests to match new code.
2003-05-07 Ken Youens... Updated to use Text::RecordParser and added scanning...
2003-05-07 Ken Youens... Added mods to pass parser_args for xSV parser.
2003-05-06 Darren Chamberlain Updated README via perldoc -t lib/SQL/Translator.pm
2003-05-06 Darren Chamberlain Uses XML::Writer instead of aggregate() and a global.
2003-05-06 Darren Chamberlain Updated XML test.
2003-05-06 Darren Chamberlain Doc changes (use C<> instead of B<>)
2003-05-06 Darren Chamberlain Added Schema and some more dependencies
2003-05-05 Ken Youens... More changes to keep up with code.
2003-05-05 Ken Youens... Too many changes.
2003-05-05 Ken Youens... Too many changes to mention.
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in pattern...
2003-05-03 Ken Youens... Changed to use Test::More, cleaned up syntax. Still...
2003-05-03 Ken Youens... "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in repeat ...
2003-05-03 Ken Youens... Fixed error 'Use of uninitialized value in string eq...
2003-05-03 Ken Youens... Fixed error '"my" variable $wb_count masks earlier...
2003-05-03 Ken Youens... For some reason, "t.pl" was still in there.
2003-05-03 Ken Youens... Fixed an error in default value regex that disallowed...
2003-05-03 Ken Youens... Added the requirement of Parse::RecDescent 1.94 or...
2003-05-03 Ken Youens... Adding a new PG parser test.
2003-05-03 Ken Youens... Trying to add tests as I write methods, so lots of...
2003-05-03 Ken Youens... Using some of the rules from the PG grammar to make...
2003-05-03 Ken Youens... Not much to say ... just trying to get this working.
2003-05-03 Ken Youens... More changes to getting the schema to a working state.
2003-05-01 Ken Youens... Adding new objects for handing schema data. Not being...
2003-05-01 Ken Youens... Adding new schema test, commiting fixes to MySQL parser...
2003-04-30 Ken Youens... 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 Test file for header_comment function from SQL::Transla...
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 Allen Day adding a pg src file example
2003-04-24 Allen Day adding graphviz dep
2003-04-24 Ken Youens... Added new files.
2003-04-24 Ken Youens... Added defaults to arguments.
next