2006-08-26 |
Jess Robinson |
Support Pg timestamp type followed by an optional size... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Jess Robinson |
Default auto-inc fields to start at one, and increase... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Jess Robinson |
Fixed up tests to accommodate new DB2 producer changes... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Jess Robinson |
Add quoting support to the mysql producer, thanks ash! |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Jess Robinson |
Add timestamp tests, make postgres produce timestamp... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Jess Robinson |
Build files for 0.08_01 |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Jess Robinson |
Changes for 0.08_01 |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Jess Robinson |
Move Template into reccommends for now |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Jess Robinson |
Splitting of MySQL, Postgres and SQLite producers into... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Jess Robinson |
Lots of Pg Producer tests, some other fixes |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Jess Robinson |
Improvements to MySQL producers foreign key and comment... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Jess Robinson |
Fix mysql_table_type .. (where did this go, or why... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Ken Youens... |
Fixed handling of NULLs. |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Ben Faga |
Fixed a problem with the trigger_steps where it used... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Jess Robinson |
Add test to prove insert statements with quoted semi... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Jess Robinson |
Allow skipped insert statements and trigger bodies... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Jess Robinson |
SQLite and YAML tests broken, fixed |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Typo fixing |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Add tests for new alter_field, add_field, drop_field... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Update Trigger to insist on a valid table for on_table |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Produce either a list of statements or a string |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Document producer methods |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Recognise & skip DROP statements when parsing |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Added quote-field-names, quote-table-names options |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jess Robinson |
Producers can now return individual statements as s... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jess Robinson |
More DB2 producing |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jess Robinson |
DB2 producer tests |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Hilton |
Ignore Oracle system constraints on source DB schema... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Hilton |
Modified parse() to instantiate a separate RecDescent... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Hilton |
Added tests to catch Oracle problem with parser being... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Hilton |
Removed conflict markers |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jess Robinson |
Use DB2 Parser |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jess Robinson |
Initial devision of sqlt-diff: Most of the functionalit... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Ken Youens... |
Added use of graph. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Ken Youens... |
Commiting. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Hilton |
Fixed up ON DELETE parsing for FKs |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Hilton |
Added ON DELETE and ON UPDATE clauses to FK output |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Hilton |
Added 'default null' parsing |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Hilton |
Fix field default value output bug I introduced |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Hilton |
Minor refactor to avoid uninitialized value warning |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Hilton |
Fixed preservation of function call as field in functio... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Hilton |
Parser changes to accomodate function-based indexes... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Ken Youens... |
Removed SIGNATURE. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Ken Youens... |
Removing. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Mark Addison |
Globals filter now copies extra |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Mungall |
new: makes tables in latex format |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Ben Faga |
Applying the patch submitted with this bug report |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Ken Youens... |
Added tests for "unique" and "key" qualifiers to field... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Ken Youens... |
Added grammar for handling "unique" and "key" qualifier... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Mark Addison |
Added constraint copy to Globals filter. (Seem to be... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Mark Addison |
Fixed warning for tables with no order attrib |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Earl Cahill |
-O::Is, accidentally committed some debug, thanks to... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Earl Cahill |
adding in Oracle driver support and making the DRIVER... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Earl Cahill |
initial adds for the oracle dbi parser and a simple... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Mark Addison |
Added Globals filter. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Mark Addison |
Removed un-used stuff left from CutNPaste of t/36-filters.t |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Mark Addison |
Backed out M::B ConfigData based installed templates... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Ken Youens... |
Updates. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Ken Youens... |
Changed to build up schema from "show create table... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Ken Youens... |
Changed my name. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Ken Youens... |
Changes to make more efficient use of memory with large... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Ken Youens... |
Moved YAML to a build requirement. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Ken Youens... |
Just committing, but is it necessary? It will be regen... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Mark Addison |
Intial code for Dia producer |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Mark Addison |
Build support for installing templates. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Mark Addison |
Fixed missing schema table comments |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Mark Addison |
Experimental filters |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Mark Addison |
Added mysql_character_set for 4.1+ |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Ben Faga |
Applied changes submitted by Paul Makepeace <sourceforg... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Scott Cain |
refining the parser, but it still doesn't do everything... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Scott Cain |
revamped Pg DBI parser to query system tables. This... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jess Robinson |
produce DB2 tables |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Darren Chamberlain |
Removed doap.rdf from MANIFEST, since I removed it... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Darren Chamberlain |
Moved to htdocs module |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Darren Chamberlain |
Original artwor, courtesy of Jason Williams |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Hilton |
Adding non-zero exit status if differences were found |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Various tweaks to produce Oracle diffs |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Added some constraint tests |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Modified equals() to stringify field checks and use... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Modified equals() to include more case insensitivity... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Modified equals() to include case insensitive data... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Modified equals() to include type check, stringify... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Use the overload::StrVal method to check if references... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Added negative sign possibility to default number values. |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Chris Hilton |
Modified "create anything else" rule to not include... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Chris Hilton |
Removing foreign key check from field equality; foreign... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Chris Hilton |
It helps if you use the correct version of the case... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hilton |
Fixed case-insensitivity matching for SQL Server and... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Chris Hilton |
Removed auto_increment from a field's extra attribute... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Hilton |
Removed '#' and '--' comments from being included in... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Hilton |
Re-arranged to put null/not null before default value... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Allen Day |
missed a spot |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ben Faga |
Removed the line that declared YAML to be the producer... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Allen Day |
backing out non-callback package mangling |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ben Faga |
Changed the second "my $h" to just "$h" because it... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Chris Hilton |
If a DSN is defined but no 'from' db type given, we... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Allen Day |
changes to allow subclass tables identical to superclass |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Ben Faga |
Made some changes suggested by Michael Slattery to... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Ken Youens... |
Fixed usage docs. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Ken Youens... |
The short arg for "font-size" was colliding with the... |
commit | commitdiff | tree | snapshot |
next |