Changed tests to use the Schema objects instead of looking at the data
[dbsrgits/SQL-Translator.git] / lib /
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...
2003-04-06 Mikey Melillo Init Check in. This follows closely along the lines...
2003-04-02 Ken Youens-Clark Added grammar for "REFERENCES" (foreign keys).
2003-04-02 Ken Youens-Clark Got foreign key references basically working now.
2003-03-12 Darren Chamberlain - load now sets $ERROR on failure.
2003-03-12 Darren Chamberlain Added Utils package with debug method, shared between...
2003-03-07 Ken Youens-Clark Added code to kill field qualifiers in index field...
2003-03-04 Ken Youens-Clark Added SQLite producer, basic knock-off of MySQL produce...
2003-03-04 Ken Youens-Clark Some minor mods to POD.
2003-02-26 Darren Chamberlain Some doc changes; added Allen to AUTHORS section
2003-02-26 Ken Youens-Clark Handle "on [delete|update] action" differently
2003-02-26 Ken Youens-Clark Added more rule (alter table) to be able handle Chado...
2003-02-25 Ken Youens-Clark Deleted "index" rules, allowed fore and aft comments...
2003-02-25 Ken Youens-Clark Added production to field rule to handle embedded comments.
2003-02-25 Ken Youens-Clark Added some documentation to PG and MySQL; the "eofile...
2003-02-25 Ken Youens-Clark Mods to handles FK references.
2003-02-25 Ken Youens-Clark A working PG parser!
2003-02-25 Allen Day i forget what i did, but i found more bugs. we need...
2003-02-25 Allen Day BUG. the parser cannot handle 'precision' as a qualifi...
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day moving files around per ky's request
2003-02-21 Allen Day an adaptor for postgres. this works, but i think my...
next