2009-06-07 |
Peter Rabbitson |
VIEW support for Pg parser, also some cleanups |
tree | commitdiff |
2009-06-03 |
Peter Rabbitson |
Graphviz does not like empty hahsrefs - prune those |
tree | commitdiff |
2009-06-03 |
Peter Rabbitson |
Merge forgotten rewrite of the GraphViz producer -... |
tree | commitdiff |
2009-06-02 |
John Goulah |
added parser support for MySQL default values with... |
tree | commitdiff |
2009-06-01 |
Peter Rabbitson |
Switch to Module::Install |
tree | commitdiff |
2009-05-31 |
Peter Rabbitson |
Add POD checker and fix a couple of POD errors |
tree | commitdiff |
2009-05-27 |
Johannes Plunien |
MySQL producer skips length attribute for columns which... |
tree | commitdiff |
2009-05-17 |
Jonathan Yu |
Applied patch to switch dependency on XML::XPath to... |
tree | commitdiff |
2009-05-05 |
Peter Rabbitson |
Fix a couple of mistakes in the PG parser |
tree | commitdiff |
2009-05-04 |
Peter Rabbitson |
SQLite improvements: |
tree | commitdiff |
2009-05-04 |
Peter Rabbitson |
Variable table and column names? wtf?! |
tree | commitdiff |
2009-05-04 |
Peter Rabbitson |
table/field counts are held per-object, not globally |
tree | commitdiff |
2009-05-04 |
Peter Rabbitson |
Do not add xml comment header if no_comments is set |
tree | commitdiff |
2009-05-03 |
Peter Rabbitson |
Merge 'trunk' into 'roundtrip' |
tree | commitdiff |
2009-05-03 |
Peter Rabbitson |
Teach sqlite how to deal with multi-event triggers |
tree | commitdiff |
2009-05-03 |
Peter Rabbitson |
Improve xml database_event deprecation warning |
tree | commitdiff |
2009-05-03 |
Peter Rabbitson |
Teah xml parser about database_events |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Fix mysql roundtrip glitch |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Minor POD fix |
tree | commitdiff |
2009-04-24 |
Peter Rabbitson |
Pg producer improvements by mo: ALTER TABLE / ALTER... |
tree | commitdiff |
2009-04-23 |
Peter Rabbitson |
Make minor adjustments to the grammars in order to... |
tree | commitdiff |
2009-04-23 |
Wallace Reis |
Added CREATE VIEW subrules for mysql parser |
tree | commitdiff |
2009-04-20 |
Ken Youens-Clark |
Use three-arg open. |
tree | commitdiff |
2009-04-20 |
Ken Youens-Clark |
Use three-arg open. |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Fixed "database_events." |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Fixed "database_events." |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Database events now returns a list. |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Checked for interactive so no ugly messages during... |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Fixed up "equals" to be more informative when there... |
tree | commitdiff |
2009-04-15 |
Ken Youens-Clark |
Lots of cleanup. |
tree | commitdiff |
2009-04-14 |
Ken Youens-Clark |
Return lines of input in a list context, fixed my name. |
tree | commitdiff |
2009-04-14 |
Ken Youens-Clark |
Return lines of output in a list context per user request. |
tree | commitdiff |
2009-04-14 |
Ken Youens-Clark |
Some code cleanup, added clustering of tables, fixed... |
tree | commitdiff |
2009-04-14 |
Ken Youens-Clark |
Added "FULLTEXT" as valid index type. |
tree | commitdiff |
2009-04-14 |
Ken Youens-Clark |
Added patch from user. |
tree | commitdiff |
2009-04-03 |
Ken Youens-Clark |
Per a suggestion from Darren, changed the skipping... |
tree | commitdiff |
2009-03-17 |
Johannes Plunien |
New method to clear out extra attributes |
tree | commitdiff |
2009-03-16 |
Ash Berlin |
Added semi-colon for (DROP|CREATE) TYPE statements... |
tree | commitdiff |
2009-03-12 |
Ken Youens-Clark |
Added double quote rule for table/field identifiers... |
tree | commitdiff |
2009-03-11 |
Ken Youens-Clark |
Adding option to skip tables. |
tree | commitdiff |
2009-03-09 |
Peter Rabbitson |
MySQL parser patch by Tokuhiro Matsuno |
tree | commitdiff |
2009-02-15 |
Peter Rabbitson |
Support for mysql fully qualified table names (db.table... |
tree | commitdiff |
2009-02-13 |
Peter Rabbitson |
Downgrade global version - highest version in 9002... |
tree | commitdiff |
2009-02-13 |
Peter Rabbitson |
Schema::Graph - switch ugly use of Log4perl to an even... |
tree | commitdiff |
2009-02-12 |
Peter Rabbitson |
Remove all expansion $XX tags (isolated commit, easily... |
tree | commitdiff |
2009-02-12 |
Peter Rabbitson |
Reduce $Id to its normal form |
tree | commitdiff |
2009-02-12 |
Peter Rabbitson |
Force everything to 1.99, hopefully will work |
tree | commitdiff |
2009-02-12 |
Peter Rabbitson |
This file is empty, tests seem fine... deleting |
tree | commitdiff |
2009-02-11 |
Peter Rabbitson |
Strip evil svn:keywords |
tree | commitdiff |
2009-02-10 |
Peter Rabbitson |
Another chunk of the GraphViz rewrite: |
tree | commitdiff |
2009-02-09 |
Johannes Plunien |
Translate bytea to BLOB in MySQL producer. This fixes... |
tree | commitdiff |
2009-02-07 |
Ash Berlin |
Move XMI stuff to branches/xmi since no one has worked... |
tree | commitdiff |
2009-02-07 |
Ash Berlin |
Fix tests! historic/state_before_xmi_deletion_47b3b29f |
tree | commitdiff |
2009-02-07 |
Ash Berlin |
svk-commitTn2OH.tmp |
tree | commitdiff |
2009-01-17 |
Jonathan Yu |
Changed show_index_name to show_index_names to make... |
tree | commitdiff |
2009-01-17 |
Jonathan Yu |
- Removed use of $Revision$ SVN keyword to generate... |
tree | commitdiff |
2009-01-17 |
Jonathan Yu |
- Updated copyright, added myself to contributors list |
tree | commitdiff |
2009-01-17 |
Jonathan Yu |
- Merged some changes by myself, and also from ribasushi |
tree | commitdiff |
2009-01-17 |
Jonathan Yu |
- Added some stuff to MANIFEST.SKIP |
tree | commitdiff |
2009-01-14 |
Jonathan Yu |
- Fixed POD producer |
tree | commitdiff |
2009-01-14 |
Jonathan Yu |
- Add support for 'extended' friendly ints (the nonstan... |
tree | commitdiff |
2009-01-14 |
Jonathan Yu |
- Fixes a bug where _apply_default_value is not found... |
tree | commitdiff |
2009-01-10 |
Jonathan Yu |
- Added a show_index_name parameter which determines... |
tree | commitdiff |
2009-01-10 |
Jonathan Yu |
Since Oracle understands a double precision floating... |
tree | commitdiff |
2009-01-09 |
Jonathan Yu |
- Minor documentation changes. Namely, noted that the... |
tree | commitdiff |
2009-01-09 |
Jonathan Yu |
- Updated GraphViz producer module per the modification... |
tree | commitdiff |
2008-12-29 |
Jess Robinson |
Support for temporary tables in Pg, from nachos |
tree | commitdiff |
2008-12-05 |
Johannes Plunien |
removed semicolon from CREATE VIEW in oracle producer |
tree | commitdiff |
2008-12-04 |
Ash Berlin |
PgSQL diff patch from wries |
tree | commitdiff |
2008-12-02 |
Ricardo Signes |
properly compare fields |
tree | commitdiff |
2008-12-02 |
John Goulah |
reverting r1413 and r1414 in favor of passing a scalar... |
tree | commitdiff |
2008-12-01 |
John Goulah |
needed to tighten up regex added in last commit |
tree | commitdiff |
2008-12-01 |
John Goulah |
add param to _apply_default_value so that certain value... |
tree | commitdiff |
2008-11-26 |
John Goulah |
added ignore_opts parser arg to ignore table options |
tree | commitdiff |
2008-11-20 |
John Goulah |
add support for a skip option to the parser |
tree | commitdiff |
2008-11-04 |
Johannes Plunien |
added notes about changed behaviour when calling oracle... |
tree | commitdiff |
2008-11-01 |
Ash Berlin |
Removed source_db and target_db accessors from Diff... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
If wantarray is set we have to omit the last "/" in... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
triggers may NOT end with a semicolon |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
using unreserved table name for FK alter statements... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
add semicolon to CREATE TRIGGER after END which i have... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
ensure to not exceed max allowed size for oracle data... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
using unreserved table name for drop statements in... |
tree | commitdiff |
2008-11-01 |
Johannes Plunien |
delayed adding semicolon in oracle producer |
tree | commitdiff |
2008-10-22 |
Jess Robinson |
Patch from jgoulah for mysqls UNION (merge engine)... |
tree | commitdiff |
2008-10-21 |
Jess Robinson |
Patch from rbo to support multiple database events... |
tree | commitdiff |
2008-10-21 |
Jess Robinson |
Default sqlite_version so we dont get uninitialised... |
tree | commitdiff |
2008-10-20 |
Jess Robinson |
Patches for/with jgoulah: |
tree | commitdiff |
2008-10-09 |
Jess Robinson |
Now supporting scalar refs as default values! (rjbs) |
tree | commitdiff |
2008-10-09 |
Jess Robinson |
lukes' patch: drop if exists under sqlite 3.3+ |
tree | commitdiff |
2008-10-08 |
Jess Robinson |
By royal decree, produced statements in list context... |
tree | commitdiff |
2008-09-17 |
Jess Robinson |
Pg views and sqlite views, patch from wreis |
tree | commitdiff |
2008-08-28 |
Jess Robinson |
Enormous patch from Peter Rabbitson making mysql versio... |
tree | commitdiff |
2008-08-26 |
Jess Robinson |
Added patch from wreis, view support for pg producer |
tree | commitdiff |
2008-08-26 |
Jess Robinson |
Added patch from groditi to support views in sqlite |
tree | commitdiff |
2008-08-19 |
Ash Berlin |
Only create views for mysql on v5 and up |
tree | commitdiff |
2008-08-19 |
Jess Robinson |
Add views to mysql producer, thanks groditi |
tree | commitdiff |
2008-07-28 |
Ben Faga |
Applied patches written by Nigel Metheringham. His... |
tree | commitdiff |
2008-07-01 |
Jess Robinson |
Added patch from groditi adding SET type support to... |
tree | commitdiff |
2008-06-12 |
Jess Robinson |
Patch from ribasushi: Correctly graph self-referential... |
tree | commitdiff |
next |