2005-06-27 |
Chris Hilton |
A Parser for SQL Server, mostly copied from Sybase... |
tree | commitdiff |
2005-06-27 |
Chris Hilton |
A DBI Parser for SQL Server, mostly copied from DBI... |
tree | commitdiff |
2005-06-15 |
Ken Youens-Clark |
Added "official" table and field comment rules. |
tree | commitdiff |
2005-06-10 |
Ken Youens-Clark |
Changes to work with latest MySQL TIMESTAMP columns. |
tree | commitdiff |
2005-06-08 |
Mark Addison |
Parses extra attributes for tables. Tweaked debug output. |
tree | commitdiff |
2005-06-07 |
Ken Youens-Clark |
Some changes that should have been applied a while... |
tree | commitdiff |
2004-12-21 |
Mark Addison |
Removed (annoying) warning when order attributes are... |
tree | commitdiff |
2004-11-25 |
Mark Addison |
Applied Dave Howorth's MySQL parser patches |
tree | commitdiff |
2004-11-20 |
Jess Robinson |
DB2.pm the first |
tree | commitdiff |
2004-11-20 |
Jess Robinson |
DB2 P::RD grammar |
tree | commitdiff |
2004-11-05 |
Mark Addison |
All Schema objects now have an extra attribute. Added... |
tree | commitdiff |
2004-10-23 |
Chris Mungall |
throws error if a comment is placed on a non-existent... |
tree | commitdiff |
2004-10-23 |
Chris Mungall |
fixed parsing of Pg COMMENT ON ... syntax |
tree | commitdiff |
2004-09-24 |
Ken Youens-Clark |
Fixed POD. |
tree | commitdiff |
2004-09-17 |
Ken Youens-Clark |
Moved "interval" rule. |
tree | commitdiff |
2004-09-17 |
Ken Youens-Clark |
Bug fix to keep FK constraints from being created twice... |
tree | commitdiff |
2004-09-15 |
Jess Robinson |
Add Triggers |
tree | commitdiff |
2004-09-15 |
Jess Robinson |
New column_info definition, correct nullable |
tree | commitdiff |
2004-08-30 |
Ken Youens-Clark |
Applying patches from Markus Törnqvis. |
tree | commitdiff |
2004-08-30 |
Ken Youens-Clark |
Adding Jess's DB2 DBI parser. |
tree | commitdiff |
2004-08-20 |
Mark Addison |
Doc tweaks. |
tree | commitdiff |
2004-08-19 |
Mark Addison |
Doc tweaks |
tree | commitdiff |
2004-08-19 |
Mark Addison |
Added collection tags for the Schemas objects (tables... |
tree | commitdiff |
2004-08-11 |
Ken Youens-Clark |
Take the defined field size if present. |
tree | commitdiff |
2004-07-30 |
Ken Youens-Clark |
Removing commented-out code. |
tree | commitdiff |
2004-07-30 |
Paul Harrington |
sp_columns on Sybase 12.5.2 (and, perhaps, earlier... |
tree | commitdiff |
2004-07-09 |
Mark Addison |
Added parsing of field.extra |
tree | commitdiff |
2004-07-08 |
Mark Addison |
Added docs about the legacy format xml. |
tree | commitdiff |
2004-07-08 |
Mark Addison |
Updated to parse the new, single format sqlf xml and... |
tree | commitdiff |
2004-04-22 |
Ken Youens-Clark |
Added alternate way to declare unique constraints. |
tree | commitdiff |
2004-04-19 |
Ken Youens-Clark |
Committing new Access parser (yeah, Bill, we're coming... |
tree | commitdiff |
2004-03-09 |
Ken Youens-Clark |
Getting translator options. |
tree | commitdiff |
2004-03-01 |
Ken Youens-Clark |
Modified comment rules. |
tree | commitdiff |
2004-02-11 |
Ken Youens-Clark |
Added rules (REM, prompt) to help parse output of DDL... |
tree | commitdiff |
2004-02-09 |
Ken Youens-Clark |
Fixed copyrights. |
tree | commitdiff |
2004-02-04 |
Darren Chamberlain |
Fixed 'useless use of constant in void context' warning. |
tree | commitdiff |
2004-02-03 |
Ken Youens-Clark |
Changed index creation to better handle output of DDL... |
tree | commitdiff |
2004-01-25 |
Ken Youens-Clark |
Fixed constraints and indices. |
tree | commitdiff |
2004-01-25 |
Ken Youens-Clark |
Changed default_val rule according to bug report on... |
tree | commitdiff |
2004-01-23 |
Ken Youens-Clark |
Fixed errors in grammar as reported in "https://rt... |
tree | commitdiff |
2003-12-17 |
Ken Youens-Clark |
Minor changes. |
tree | commitdiff |
2003-12-10 |
Ken Youens-Clark |
Added more rules to handle all variations of the "ALTER... |
tree | commitdiff |
2003-11-21 |
Ken Youens-Clark |
Initializing variable to suppress silly warnings. |
tree | commitdiff |
2003-11-19 |
Mark Addison |
Handles order given as attrib. |
tree | commitdiff |
2003-11-17 |
Allen Day |
adding COMMENT processing to Pg parser |
tree | commitdiff |
2003-11-06 |
Ken Youens-Clark |
Fixed typo in POD. |
tree | commitdiff |
2003-11-06 |
Ken Youens-Clark |
Some of the same changes to Excel. |
tree | commitdiff |
2003-11-06 |
Ken Youens-Clark |
If no data is present, then assign a field size of... |
tree | commitdiff |
2003-11-06 |
Ken Youens-Clark |
Fixen. |
tree | commitdiff |
2003-11-05 |
Ken Youens-Clark |
Added "order" to tables (should have been there already... |
tree | commitdiff |
2003-11-05 |
Ken Youens-Clark |
Getting float sizes to work properly. |
tree | commitdiff |
2003-11-05 |
Ken Youens-Clark |
Some refinements in assigning field types, size of... |
tree | commitdiff |
2003-10-20 |
Mark Addison |
Added Views, Procedures and Triggers to bring it inline... |
tree | commitdiff |
2003-10-17 |
Darren Chamberlain |
Small pod fix. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Added a little to the POD to explain version dependency. |
tree | commitdiff |
2003-10-15 |
Paul Harrington |
This module does not actually use any DBD::Pg calls... |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Notes about DDL::Oracle. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Mostly POD fixes. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Doc fixes. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Fixed POD, removed commented warnings. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Added boilerplate intro, fixed POD. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Fixing POD. |
tree | commitdiff |
2003-10-15 |
Ken Youens-Clark |
Fixed some spacing and POD. |
tree | commitdiff |
2003-10-14 |
Mark Addison |
POD update for m:n stuff. |
tree | commitdiff |
2003-10-14 |
Mark Addison |
Added m:n joins. Can now model m:n association in your... |
tree | commitdiff |
2003-10-13 |
Paul Harrington |
use DBI and a recent revision of DBD::Pg |
tree | commitdiff |
2003-10-13 |
Mark Addison |
PKeys automatically generated for Classes that don... |
tree | commitdiff |
2003-10-10 |
Mark Addison |
Initial code for SQLFairy UML profile for the XMI parse... |
tree | commitdiff |
2003-10-10 |
Ken Youens-Clark |
Fix to size of float field. |
tree | commitdiff |
2003-10-10 |
Ken Youens-Clark |
POD fixes, fix to field size for a float. |
tree | commitdiff |
2003-10-10 |
Ken Youens-Clark |
Added PG support, more POD. |
tree | commitdiff |
2003-10-10 |
Ken Youens-Clark |
Adding a DBI-Pg parser based on DBIx::DBSchema, but... |
tree | commitdiff |
2003-10-09 |
Ken Youens-Clark |
POD fixes. |
tree | commitdiff |
2003-10-09 |
Ken Youens-Clark |
Trying to be smarter about intuiting field types and... |
tree | commitdiff |
2003-10-09 |
Ken Youens-Clark |
POD fix. |
tree | commitdiff |
2003-10-09 |
Ken Youens-Clark |
Fix PK info if available. |
tree | commitdiff |
2003-10-09 |
Ken Youens-Clark |
POD changes, small change to prevent "use of uninitiali... |
tree | commitdiff |
2003-10-08 |
Ken Youens-Clark |
Fleshing out. |
tree | commitdiff |
2003-10-08 |
Ken Youens-Clark |
Fixed bug that wasn't maintaining table order. |
tree | commitdiff |
2003-10-08 |
Paul Harrington |
still a bit hacky .. would like to use a method that... |
tree | commitdiff |
2003-10-08 |
Paul Harrington |
Storable stuff |
tree | commitdiff |
2003-10-08 |
Darren Chamberlain |
Added YAML parser, producer, and basic test. All need... |
tree | commitdiff |
2003-10-06 |
Mark Addison |
Made debugging work and it now exports its parse method. |
tree | commitdiff |
2003-10-06 |
Mark Addison |
Removed TODO comment- cos its done |
tree | commitdiff |
2003-10-06 |
Mark Addison |
Removed some unneeded, commented out code. |
tree | commitdiff |
2003-10-04 |
Ken Youens-Clark |
Now parsing and adding views and triggers to schema. |
tree | commitdiff |
2003-10-04 |
Paul Harrington |
extract out text of stored procedures and triggers |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Adding new Sybase entries -- should the full "use"... |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Fixed syntax error. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Adding Sybase parser for Paul. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Some mods. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Fixing AUTHORS. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Adding a MySQL/DBI parser that talks to the db for... |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Streamlined. |
tree | commitdiff |
2003-10-03 |
Mark Addison |
Made dataType a proper obj instead of just a name. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
Adding new DBI and experimental DBI::SQLite parsers. |
tree | commitdiff |
2003-10-03 |
Ken Youens-Clark |
New SQLite parser. |
tree | commitdiff |
2003-10-02 |
Mark Addison |
Removed debug warning |
tree | commitdiff |
2003-10-01 |
Mark Addison |
Added FKeys from associations |
tree | commitdiff |
2003-10-01 |
Mark Addison |
Changed debug to dump xmi model data and not just classes. |
tree | commitdiff |
next |