0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
:) More... over 22 years ago
added need for Excel Spreadsheet parser module which I will write in the near future per Darren's request More... over 22 years ago
- load now sets $ERROR on failure. More... over 22 years ago
Added SQLite producer and Utils. More... over 22 years ago
Added Utils package with debug method, shared between MySQL and SQLite producers. More... over 22 years ago
Added code to kill field qualifiers in index field declarations. More... over 22 years ago
Added SQLite producer, basic knock-off of MySQL producer, made some mods to MySQL producer to add "DROP TABLE" statements, fixed POD a bit. More... over 22 years ago
Some minor mods to POD. More... over 22 years ago
turning off debugging in t/08 More... over 22 years ago
A README, which is required by CPAN. More... over 22 years ago
o Added bin/auto-dia.pl to scripts list More... over 22 years ago
Some doc changes; added Allen to AUTHORS section More... over 22 years ago
Handle "on [delete|update] action" differently More... over 22 years ago
Added more rule (alter table) to be able handle Chado schema. More... over 22 years ago
Deleted "index" rules, allowed fore and aft comments in fields and table constraints (unique, PK, etc.). More... over 22 years ago
Added t/08postgres-to-mysql.t More... over 22 years ago
Added production to field rule to handle embedded comments. More... over 22 years ago
Added some documentation to PG and MySQL; the "eofile" rule to MySQL. More... over 22 years ago
Mods to handles FK references. More... over 22 years ago
A working PG parser! More... over 22 years ago
i forget what i did, but i found more bugs. we need to be able to support 'varchar' as implying 'varchar(255)' for both field and index declarations. also 'double precision' as a synonym for 'double'. also, mysql doesn't support boolean datatype, but postgres does, so we need to find a way to deal with this. More... over 22 years ago
BUG. the parser cannot handle 'precision' as a qualifier for 'double'. this also applies to the mysql parser. More... over 22 years ago
added a serial->int auto_increment fix, a varchar->varchar(255) workaround. More... over 22 years ago
moving files around per ky's request More... over 22 years ago
here is the pgsql test script. NOTE: it will not work right now b/c i've just changed ::PostGreSQL to ::PostgreSQL, but haven't renamed the module itself yet. will do so later this morning, unless someone beats me to it :-) More... over 22 years ago
Added new files to MANIFEST. More... over 22 years ago
an adaptor for postgres. this works, but i think my primary key and foreign key parses are hackish. they require the pk/fk clause _right_after_ the field declaration, which i don't think is how postgres requires it. More... over 22 years ago
added Class::Base preq More... over 22 years ago
Lots o' bug fixes. Added "join-pk-only" option. More... over 22 years ago
Made it better. More... over 22 years ago