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 |
2003-02-15 |
Ken Youens-Clark |
Added fulltext index. |
tree | commitdiff |
2003-01-29 |
Darren Chamberlain |
Did you forget what year it is, Ken? |
tree | commitdiff |
2003-01-29 |
Darren Chamberlain |
Moved all POD to the end of the module, to make it... |
tree | commitdiff |
2003-01-29 |
Darren Chamberlain |
Set $DEBUG to 0 by default. |
tree | commitdiff |
2003-01-29 |
Ken Youens-Clark |
Added "Raw" to be able to get to raw parser output. |
tree | commitdiff |
2003-01-27 |
Darren Chamberlain |
Documentation fixes; added Chris' name to copyright... |
tree | commitdiff |
2003-01-02 |
Ken Youens-Clark |
Fixed bug where it was truncating table name needlessly. |
tree | commitdiff |
2002-12-11 |
Ken Youens-Clark |
Fixed problem with truncating an identifier when it... |
tree | commitdiff |
2002-12-04 |
Ken Youens-Clark |
Fixed a bug in Oracle producer that allowed for identif... |
tree | commitdiff |
2002-11-28 |
Ken Youens-Clark |
Added a rule to MySQL parser to disregard "DROP...... |
tree | commitdiff |
2002-11-26 |
Ken Youens-Clark |
Added "show_warnings" and "add_drop_table" options... |
tree | commitdiff |
2002-11-25 |
Darren Chamberlain |
Updated an example to make it happier. |
tree | commitdiff |
2002-11-25 |
Darren Chamberlain |
Added some comments (comments?) |
tree | commitdiff |
2002-11-23 |
Ken Youens-Clark |
Fixed spelling of "indices" in various files, finished... |
tree | commitdiff |
2002-11-22 |
Ken Youens-Clark |
Rolled in Darren's new list_[producers|parsers], lots... |
tree | commitdiff |
2002-11-21 |
Darren Chamberlain |
Added list_parsers and list_producers methods, in respo... |
tree | commitdiff |
2002-11-20 |
Ken Youens-Clark |
Added PostgreSQL producer. |
tree | commitdiff |
2002-11-20 |
Ken Youens-Clark |
Fixed a lot of little things in modules, docs, etc... |
tree | commitdiff |
2002-10-11 |
Chris Mungall |
*** empty log message *** |
tree | commitdiff |
2002-07-23 |
Darren Chamberlain |
Changed error_out usage to error |
tree | commitdiff |
2002-07-23 |
Darren Chamberlain |
Subclasses Class::Base. Removed error_out, error, in... |
tree | commitdiff |
2002-07-08 |
Darren Chamberlain |
Shitload of changes. Still passes all tests, such... |
tree | commitdiff |
2002-06-11 |
Darren Chamberlain |
Fixed some typos, added some basic re-logicing (is... |
tree | commitdiff |
2002-03-29 |
Darren Chamberlain |
Added generation of PRIMARY KEY and KEY clauses to... |
tree | commitdiff |
2002-03-27 |
Darren Chamberlain |
Added MySQL producer (still in a pretty alpha stage... |
tree | commitdiff |
2002-03-26 |
Darren Chamberlain |
Added support for producer_args and parser_args. |
tree | commitdiff |
2002-03-25 |
Darren Chamberlain |
Added CSV parser and a test. |
tree | commitdiff |
2002-03-25 |
Darren Chamberlain |
Added 'order' to data structure description |
tree | commitdiff |
2002-03-21 |
Darren Chamberlain |
Merged changes from darren-1_0 tag into HEAD branch... |
tree | commitdiff |
2002-03-21 |
Darren Chamberlain |
Changed name of translate method to produce, to be... |
tree | commitdiff |
2002-03-21 |
Darren Chamberlain |
Modified POD to include a complex description of the... |
tree | commitdiff |
2002-03-18 |
Darren Chamberlain |
Updated docs, especially detailed internal API docs. |
tree | commitdiff |
2002-03-18 |
Darren Chamberlain |
Added note of a bug |
tree | commitdiff |
2002-03-15 |
Darren Chamberlain |
Added copyright notices to top of files. |
tree | commitdiff |
2002-03-07 |
Darren Chamberlain |
Another attempt to check in a branch. |
tree | commitdiff |
2002-03-07 |
CVS2SVN |
This commit was manufactured by cvs2svn to create branc... |
tree | commitdiff |
2002-03-07 |
Darren Chamberlain |
Reverted to a version 1.1, due to botched branch attempt. |
tree | commitdiff |
2002-03-07 |
Darren Chamberlain |
Many, many changes. Changed the basic assumptions... |
tree | commitdiff |
2002-03-01 |
Ken Youens-Clark |
Initial checkin. |
tree | commitdiff |
|