2009-01-17 |
Jonathan Yu |
- Added some stuff to MANIFEST.SKIP |
blob | commitdiff |
2008-12-02 |
John Goulah |
reverting r1413 and r1414 in favor of passing a scalar... |
blob | commitdiff | diff to current |
2008-12-01 |
John Goulah |
add param to _apply_default_value so that certain value... |
blob | commitdiff | diff to current |
2008-11-01 |
Ash Berlin |
Removed source_db and target_db accessors from Diff... |
blob | commitdiff | diff to current |
2008-10-22 |
Jess Robinson |
Patch from jgoulah for mysqls UNION (merge engine)... |
blob | commitdiff | diff to current |
2008-10-09 |
Jess Robinson |
Now supporting scalar refs as default values! (rjbs) |
blob | commitdiff | diff to current |
2008-10-08 |
Jess Robinson |
By royal decree, produced statements in list context... |
blob | commitdiff | diff to current |
2008-08-28 |
Jess Robinson |
Enormous patch from Peter Rabbitson making mysql versio... |
blob | commitdiff | diff to current |
2008-08-19 |
Ash Berlin |
Only create views for mysql on v5 and up |
blob | commitdiff | diff to current |
2008-08-19 |
Jess Robinson |
Add views to mysql producer, thanks groditi |
blob | commitdiff | diff to current |
2008-07-01 |
Jess Robinson |
Added patch from groditi adding SET type support to... |
blob | commitdiff | diff to current |
2008-06-03 |
Jess Robinson |
Applied patch from Ryan to uniqify index names sanely... |
blob | commitdiff | diff to current |
2008-04-01 |
Ash Berlin |
Fix suprious diff on cols with charsets/collates (MySQL) |
blob | commitdiff | diff to current |
2008-03-26 |
Jess Robinson |
Add support for proper boolean fields in the mysql... |
blob | commitdiff | diff to current |
2008-03-17 |
Ash Berlin |
Fix false-diffing due to order of table options |
blob | commitdiff | diff to current |
2008-03-03 |
Ash Berlin |
Allow quote and other option to be passed to the producers. |
blob | commitdiff | diff to current |
2008-02-06 |
Ash Berlin |
Fix drop indexes for uniq constraints |
blob | commitdiff | diff to current |
2008-01-31 |
Ash Berlin |
Document significance of preproces_schema method |
blob | commitdiff | diff to current |
2008-01-21 |
Ash Berlin |
Better tests (and fix bug) in batch alter with renamed... |
blob | commitdiff | diff to current |
2008-01-16 |
Ash Berlin |
Work round MySQL/InnoDB bug bugs.mysql.com/bug.php... |
blob | commitdiff | diff to current |
2008-01-15 |
Ash Berlin |
Add renamed_from to tables. |
blob | commitdiff | diff to current |
2008-01-10 |
Ash Berlin |
Move more normalization changes to preprocess_schema |
blob | commitdiff | diff to current |
2008-01-10 |
Ash Berlin |
Correct constraint names in preprocess for MySQL producer |
blob | commitdiff | diff to current |
2007-12-20 |
Ash Berlin |
Fix some more normalization problems |
blob | commitdiff | diff to current |
2007-12-13 |
Ash Berlin |
Some work on sanely normalizing fields |
blob | commitdiff | diff to current |
2007-11-27 |
Ash Berlin |
MAss diff changes imported from Ash's local diff-refact... |
blob | commitdiff | diff to current |
2007-11-10 |
Ben Faga |
Changed the name of unnamed foreign key constraints... |
blob | commitdiff | diff to current |
2007-10-24 |
Jess Robinson |
0.0899_01 diffing fixes |
blob | commitdiff | diff to current |
2006-11-27 |
Jess Robinson |
Patched mysql producer to name constraints sanely |
blob | commitdiff | diff to current |
2006-11-09 |
Jess Robinson |
Make the DROP commands a separate item in arrary contex... |
blob | commitdiff | diff to current |
2006-08-09 |
Jess Robinson |
Add quoting support to the mysql producer, thanks ash! |
blob | commitdiff | diff to current |
2006-07-23 |
Jess Robinson |
Splitting of MySQL, Postgres and SQLite producers into... |
blob | commitdiff | diff to current |
2006-07-16 |
Jess Robinson |
Improvements to MySQL producers foreign key and comment... |
blob | commitdiff | diff to current |
2006-06-07 |
Jess Robinson |
Produce either a list of statements or a string |
blob | commitdiff | diff to current |
2005-12-16 |
Mark Addison |
Added mysql_character_set for 4.1+ |
blob | commitdiff | diff to current |
2005-06-27 |
Chris Hilton |
Added character set, on update, and collate field quali... |
blob | commitdiff | diff to current |
2005-06-15 |
Ken Youens-Clark |
Put field and table comments into proper MySQL syntax. |
blob | commitdiff | diff to current |
2005-06-08 |
Mark Addison |
Added mysql extra attribs for charset and collation. |
blob | commitdiff | diff to current |
2005-01-13 |
Mark Addison |
mysql_table_type extra data and InnoDB derivation fix. |
blob | commitdiff | diff to current |
2004-09-20 |
Ken Youens-Clark |
OK, I really got it this time. |
blob | commitdiff | diff to current |
2004-09-20 |
Ken Youens-Clark |
That last commit wasn't very thought-out. |
blob | commitdiff | diff to current |
2004-09-20 |
Ken Youens-Clark |
The default too often was "tinyint," changed to only... |
blob | commitdiff | diff to current |
2004-09-17 |
Ken Youens-Clark |
Trying to be smarter and stricter on translating FKs. |
blob | commitdiff | diff to current |
2004-08-11 |
Ken Youens-Clark |
Check for >255 field size for all char fields (not... |
blob | commitdiff | diff to current |
2004-08-05 |
Ken Youens-Clark |
Add indexes for FKs as necessary. |
blob | commitdiff | diff to current |
2004-08-05 |
Ken Youens-Clark |
Make sure there's some size value for a character-based... |
blob | commitdiff | diff to current |
2004-08-05 |
Ken Youens-Clark |
Removed some old code, make table type "InnoDB" if... |
blob | commitdiff | diff to current |
2004-04-19 |
Ken Youens-Clark |
Added Access data types. |
blob | commitdiff | diff to current |
2004-04-01 |
Ken Youens-Clark |
Massaging of Oracle varchar2 field if larger than 255. |
blob | commitdiff | diff to current |
2004-02-09 |
Ken Youens-Clark |
Fixed copyrights. |
blob | commitdiff | diff to current |
2004-02-04 |
Ken Youens-Clark |
Being case-insensitive on datatype translations. |
blob | commitdiff | diff to current |
2004-01-25 |
Ken Youens-Clark |
Null out size if a blob field. |
blob | commitdiff | diff to current |
2003-10-15 |
Ken Youens-Clark |
Added some more POD. |
blob | commitdiff | diff to current |
2003-09-29 |
Ken Youens-Clark |
Kill size attribute if field data type is "text." |
blob | commitdiff | diff to current |
2003-08-18 |
Ken Youens-Clark |
Minor cosmetic changes. |
blob | commitdiff | diff to current |
2003-08-16 |
Ross Smith II |
zerofill has translated as 1 |
blob | commitdiff | diff to current |
2003-08-16 |
Ross Smith II |
Fixed ENUMs (They were coming over as ENUM(n)). |
blob | commitdiff | diff to current |
2003-08-04 |
Ken Youens-Clark |
Added line to disable checking of FKs on import of... |
blob | commitdiff | diff to current |
2003-06-11 |
Ken Youens-Clark |
Modified producers to quite looking for the data struct... |
blob | commitdiff | diff to current |
2003-06-09 |
Ken Youens-Clark |
Changed to use schema objects. |
blob | commitdiff | diff to current |
2003-05-12 |
Ken Youens-Clark |
Cosmetic change in POD. |
blob | commitdiff | diff to current |
2003-05-09 |
Ken Youens-Clark |
Removed warning. |
blob | commitdiff | diff to current |
2003-05-03 |
Ken Youens-Clark |
Fixed error 'Use of uninitialized value in string eq... |
blob | commitdiff | diff to current |
2003-04-25 |
Darren Chamberlain |
Added refactored comment producing using header_comment. |
blob | commitdiff | diff to current |
2003-04-24 |
Ken Youens-Clark |
Minor cosmetic changes. |
blob | commitdiff | diff to current |
2003-04-18 |
Allen Day |
adding recognition of key type "key" for table indices. |
blob | commitdiff | diff to current |
2003-04-17 |
Allen Day |
workaround to get auto_increment working from PG "seria... |
blob | commitdiff | diff to current |
2003-04-17 |
Darren Chamberlain |
Attempt to be more robust.lib/SQL/Translator/Validator.pm |
blob | commitdiff | diff to current |
2003-04-14 |
Ken Youens-Clark |
Fixes to help with Oracle data types, also fixes with... |
blob | commitdiff | diff to current |
2003-04-10 |
Ken Youens-Clark |
Small fix. |
blob | commitdiff | diff to current |
2003-04-07 |
Darren Chamberlain |
And again, with the globals. Yeesh. |
blob | commitdiff | diff to current |
2003-03-12 |
Darren Chamberlain |
Added Utils package with debug method, shared between... |
blob | commitdiff | diff to current |
2003-03-04 |
Ken Youens-Clark |
Added SQLite producer, basic knock-off of MySQL produce... |
blob | commitdiff | diff to current |
2003-02-26 |
Ken Youens-Clark |
Handle "on [delete|update] action" differently |
blob | commitdiff | diff to current |
2003-02-25 |
Ken Youens-Clark |
Mods to handles FK references. |
blob | commitdiff | diff to current |
2003-01-27 |
Darren Chamberlain |
Documentation fixes; added Chris' name to copyright... |
blob | commitdiff | diff to current |
2002-11-22 |
Ken Youens-Clark |
Rolled in Darren's new list_[producers|parsers], lots... |
blob | commitdiff | diff to current |
2002-11-20 |
Ken Youens-Clark |
Fixed a lot of little things in modules, docs, etc... |
blob | commitdiff | diff to current |
2002-03-29 |
Darren Chamberlain |
Added generation of PRIMARY KEY and KEY clauses to... |
blob | commitdiff | diff to current |
2002-03-27 |
Darren Chamberlain |
Added MySQL producer (still in a pretty alpha stage... |
blob | commitdiff | diff to current |
|