2003-06-06 |
Ken Youens-Clark |
Fixed up some POD. |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Moved some code around, fixed some POD, added checking... |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Added parsing of default value on init, added "extra... |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Moved some code around to fix ordering, convert "type... |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Moved some code around to get methods in alphabetical... |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Fixed parsing of field size for float values. |
tree | commitdiff |
2003-06-06 |
Ken Youens-Clark |
Changes to grammar to clean up, moved primary key defs... |
tree | commitdiff |
2003-06-05 |
Ken Youens-Clark |
Added better options for accepting height and width... |
tree | commitdiff |
2003-06-04 |
Ken Youens-Clark |
Added rules to catch common (but useless) statements. |
tree | commitdiff |
2003-06-03 |
Ken Youens-Clark |
More work on default field sizes for numerics. |
tree | commitdiff |
2003-06-03 |
Ken Youens-Clark |
Added default field sizes for numeric fields if not... |
tree | commitdiff |
2003-06-03 |
Ken Youens-Clark |
Fixed bug with initialization. |
tree | commitdiff |
2003-06-03 |
Ken Youens-Clark |
Changed grammar to bring it more inline with the offici... |
tree | commitdiff |
2003-05-26 |
Allen Day |
added width and height options for graphviz out. no... |
tree | commitdiff |
2003-05-12 |
Darren Chamberlain |
Slightly more paranoid version of parse_list_arg -... |
tree | commitdiff |
2003-05-12 |
Darren Chamberlain |
Trim whitespace from arrayref elements as well as array... |
tree | commitdiff |
2003-05-12 |
Ken Youens-Clark |
Addressed a few style issues to make it like the other... |
tree | commitdiff |
2003-05-12 |
Ken Youens-Clark |
Cosmetic change in POD. |
tree | commitdiff |
2003-05-12 |
Ken Youens-Clark |
Change to avoid warning of "use of unitialized value." |
tree | commitdiff |
2003-05-12 |
Sam Angiuoli |
added Sybase producer |
tree | commitdiff |
2003-05-11 |
Allen Day |
some fixes to fk method name generation. failed to... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Don't pass schema, let others call for it. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Modified to call translator to get schema rather than... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Lots of changes to fix merge. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Use "parse_list_args," added "fields" method, changed... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Use "parse_list_arg," put field order into field object... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Use "parse_list_args," added "options" (still vague... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Added use of "parse_list_arg," changed "nullable" metho... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Playing with constants. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Added "match_type," use "parse_list_arg," added DESTROY. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Removed warning. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Playing around with new schema object. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Added oft-used "parse_list_arg" sub for Schema classes. |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Made "order" a property of the table and view objects... |
tree | commitdiff |
2003-05-09 |
Ken Youens-Clark |
Passing schema object now as third argument. |
tree | commitdiff |
2003-05-07 |
Ken Youens-Clark |
Minor fixes to primary_key method. |
tree | commitdiff |
2003-05-07 |
Ken Youens-Clark |
Updated to use Text::RecordParser and added scanning... |
tree | commitdiff |
2003-05-06 |
Darren Chamberlain |
Uses XML::Writer instead of aggregate() and a global. |
tree | commitdiff |
2003-05-06 |
Darren Chamberlain |
Doc changes (use C<> instead of B<>) |
tree | commitdiff |
2003-05-05 |
Ken Youens-Clark |
Too many changes. |
tree | commitdiff |
2003-05-05 |
Ken Youens-Clark |
Too many changes to mention. |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Fixed error 'Use of uninitialized value in pattern... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
"size" of a field needs to be an arrayref as it could... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Fixed error 'Use of uninitialized value in repeat ... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Fixed error 'Use of uninitialized value in string eq... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Fixed error '"my" variable $wb_count masks earlier... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Fixed an error in default value regex that disallowed... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Using some of the rules from the PG grammar to make... |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
Not much to say ... just trying to get this working. |
tree | commitdiff |
2003-05-03 |
Ken Youens-Clark |
More changes to getting the schema to a working state. |
tree | commitdiff |
2003-05-01 |
Ken Youens-Clark |
Adding new objects for handing schema data. Not being... |
tree | commitdiff |
2003-04-30 |
Ken Youens-Clark |
Fixed error that was preventing MySQL parser from worki... |
tree | commitdiff |
2003-04-25 |
Allen Day |
low hanging fruit, please read the diff below |
tree | commitdiff |
2003-04-25 |
Darren Chamberlain |
Added refactored comment producing using header_comment. |
tree | commitdiff |
2003-04-25 |
Darren Chamberlain |
Added header_comment function; see docs for details. |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Added defaults to arguments. |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Fixed bug (illegal div by 0) if "no_columns" wasn't... |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Adding new ER diagramming producer. |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Cosmetic changes to keep the coding style consistent. |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Adding new GraphViz producer. |
tree | commitdiff |
2003-04-24 |
Ken Youens-Clark |
Minor cosmetic changes. |
tree | commitdiff |
2003-04-19 |
Allen Day |
cosmetic changes to autogenerated code. |
tree | commitdiff |
2003-04-19 |
Allen Day |
adding capability to give 'filename' constructor arg... |
tree | commitdiff |
2003-04-19 |
Allen Day |
asdf |
tree | commitdiff |
2003-04-19 |
Ken Youens-Clark |
Fixed error for: "Use of uninitialized value in string... |
tree | commitdiff |
2003-04-18 |
Allen Day |
adding ClassDBI producer. |
tree | commitdiff |
2003-04-18 |
Allen Day |
adding recognition of key type "key" for table indices. |
tree | commitdiff |
2003-04-17 |
Allen Day |
adding callbacks to Translator.pm to allow mangling... |
tree | commitdiff |
2003-04-17 |
Allen Day |
workaround to get auto_increment working from PG "seria... |
tree | commitdiff |
2003-04-17 |
Darren Chamberlain |
Attempt to be more robust.lib/SQL/Translator/Validator.pm |
tree | commitdiff |
2003-04-17 |
Darren Chamberlain |
Added normalize_name function, which normalizes names... |
tree | commitdiff |
2003-04-17 |
Darren Chamberlain |
Let's check before we assume this is a ref, eh? |
tree | commitdiff |
2003-04-14 |
Ken Youens-Clark |
Fixes to help with Oracle data types, also fixes with... |
tree | commitdiff |
2003-04-10 |
Ken Youens-Clark |
Small fix. |
tree | commitdiff |
2003-04-10 |
Ken Youens-Clark |
Hey, new Oracle parser! |
tree | commitdiff |
2003-04-07 |
Darren Chamberlain |
And again, with the globals. Yeesh. |
tree | commitdiff |
2003-04-07 |
Darren Chamberlain |
Why make these globals? |
tree | commitdiff |
2003-04-07 |
Darren Chamberlain |
Hey, this could never have worked as advertised. *blush*. |
tree | commitdiff |
2003-04-06 |
Ken Youens-Clark |
Some syntax fixes, package name was wrong, added Mikey... |
tree | commitdiff |
2003-04-06 |
Mikey Melillo |
Init Check in. This follows closely along the lines... |
tree | commitdiff |
2003-04-02 |
Ken Youens-Clark |
Added grammar for "REFERENCES" (foreign keys). |
tree | commitdiff |
2003-04-02 |
Ken Youens-Clark |
Got foreign key references basically working now. |
tree | commitdiff |
2003-03-12 |
Darren Chamberlain |
- load now sets $ERROR on failure. |
tree | commitdiff |
2003-03-12 |
Darren Chamberlain |
Added Utils package with debug method, shared between... |
tree | commitdiff |
2003-03-07 |
Ken Youens-Clark |
Added code to kill field qualifiers in index field... |
tree | commitdiff |
2003-03-04 |
Ken Youens-Clark |
Added SQLite producer, basic knock-off of MySQL produce... |
tree | commitdiff |
2003-03-04 |
Ken Youens-Clark |
Some minor mods to POD. |
tree | commitdiff |
2003-02-26 |
Darren Chamberlain |
Some doc changes; added Allen to AUTHORS section |
tree | commitdiff |
2003-02-26 |
Ken Youens-Clark |
Handle "on [delete|update] action" differently |
tree | commitdiff |
2003-02-26 |
Ken Youens-Clark |
Added more rule (alter table) to be able handle Chado... |
tree | commitdiff |
2003-02-25 |
Ken Youens-Clark |
Deleted "index" rules, allowed fore and aft comments... |
tree | commitdiff |
2003-02-25 |
Ken Youens-Clark |
Added production to field rule to handle embedded comments. |
tree | commitdiff |
2003-02-25 |
Ken Youens-Clark |
Added some documentation to PG and MySQL; the "eofile... |
tree | commitdiff |
2003-02-25 |
Ken Youens-Clark |
Mods to handles FK references. |
tree | commitdiff |
2003-02-25 |
Ken Youens-Clark |
A working PG parser! |
tree | commitdiff |
2003-02-25 |
Allen Day |
i forget what i did, but i found more bugs. we need... |
tree | commitdiff |
2003-02-25 |
Allen Day |
BUG. the parser cannot handle 'precision' as a qualifi... |
tree | commitdiff |
2003-02-25 |
Allen Day |
added a serial->int auto_increment fix, a varchar-... |
tree | commitdiff |
2003-02-21 |
Allen Day |
moving files around per ky's request |
tree | commitdiff |
2003-02-21 |
Allen Day |
an adaptor for postgres. this works, but i think my... |
tree | commitdiff |
next |