Changes to handle a constraint like:
[dbsrgits/SQL-Translator.git] / t /
2009-08-11 Ken Youens-Clark Added test for list context return.
2009-08-10 Peter Rabbitson Use accessors instead of reaching down object guts
2009-08-07 Ken Youens-Clark Adding.
2009-06-15 Peter Rabbitson Backout teejay's changes to get trunk stable again
2009-06-13 Aaron Trevena added expected trigger and stored procedure output
2009-06-10 Peter Rabbitson (bugfixed) release 0.09006
2009-06-09 Peter Rabbitson Proper support for size in pg timestamp columns (patch...
2009-06-09 Peter Rabbitson More test sanification
2009-06-09 Peter Rabbitson Switch the roundtrip test to the yaml base source....
2009-06-09 Peter Rabbitson Create a YAML copy of the main roundtrip schema - this...
2009-06-09 Peter Rabbitson Teach YAML producer to encode extra attributes
2009-06-08 Peter Rabbitson Fix a couple of tests and add forgotten dependency
2009-06-07 Peter Rabbitson Fill in changes, todoify non-passing tests (to draw...
2009-06-07 Peter Rabbitson Merge 'trunk' into 'roundtrip'
2009-06-07 Peter Rabbitson Multiple fixes for the SQLServer producer/parser combo
2009-06-07 Peter Rabbitson The way we generate create view statements is not stand...
2009-06-07 Peter Rabbitson Add parenthesis into the VIEW definition to make sure...
2009-06-02 John Goulah added parser support for MySQL default values with...
2009-05-31 Peter Rabbitson Add POD checker and fix a couple of POD errors
2009-05-27 Johannes Plunien MySQL producer skips length attribute for columns which...
2009-05-16 Peter Rabbitson Add disabled YAML roundtrip test
2009-05-04 Peter Rabbitson Adjust insane tests to pass (the expected returns at...
2009-05-04 Peter Rabbitson Concentrate on testing the 'big 3' for now
2009-05-04 Peter Rabbitson table/field counts are held per-object, not globally
2009-05-04 Peter Rabbitson Better debug output
2009-05-03 Peter Rabbitson re-fix tests after merge
2009-05-03 Peter Rabbitson Test XML roundtrip as well (also fail)
2009-05-03 Peter Rabbitson Merge 'trunk' into 'roundtrip'
2009-05-03 Peter Rabbitson Adjust xml-db2 tests
2009-05-03 Peter Rabbitson Teach sqlite how to deal with multi-event triggers
2009-05-03 Peter Rabbitson Improve xml database_event deprecation warning
2009-05-03 Peter Rabbitson Extra data and first test for xml database_event support
2009-04-28 Peter Rabbitson Changes to tests to go along r1512
2009-04-28 Peter Rabbitson Todoify test - probably not in this lifetime
2009-04-28 Peter Rabbitson Translator/schema dependency test
2009-04-28 Peter Rabbitson Bail out from failing tests early
2009-04-28 Peter Rabbitson Test seems to be finioshed - massive bowl of FAIL
2009-04-28 Peter Rabbitson Add an oversized varchar to schema.xml
2009-04-28 Peter Rabbitson Somewhat working global roundtrip test
2009-04-24 Peter Rabbitson Pg producer improvements by mo: ALTER TABLE / ALTER...
2009-04-23 Wallace Reis Added CREATE VIEW subrules for mysql parser
2009-04-15 Ken Youens-Clark Fixed "database_events."
2009-04-15 Ken Youens-Clark Template version doesn't matter.
2009-04-15 Ken Youens-Clark No warnings on test.
2009-04-15 Ken Youens-Clark No warnings during tests -- it's ugly.
2009-04-15 Ken Youens-Clark Now passes.
2009-04-15 Ken Youens-Clark Cleaned up, fixed db events.
2009-04-15 Ken Youens-Clark Changed database_events to return an arrayref.
2009-04-15 Ken Youens-Clark Cleaned up, Template version no longer a problem(?).
2009-04-15 Ken Youens-Clark Fixed "database_events."
2009-04-15 Ken Youens-Clark Fixed to pass tests.
2009-04-15 Ken Youens-Clark Fixed "database_events".
2009-04-14 Ken Youens-Clark Added test for fulltext.
2009-03-17 Johannes Plunien New method to clear out extra attributes
2009-03-12 Ken Youens-Clark Put double quotes and backticks around table identifier...
2009-03-09 Peter Rabbitson MySQL parser patch by Tokuhiro Matsuno
2009-02-15 Peter Rabbitson Support for mysql fully qualified table names (db.table...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Cleanup part 2
2009-02-12 Peter Rabbitson Minor test cleanup
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-12 Peter Rabbitson Actually there was an empty test for it as well :)
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-07 Ash Berlin Move XMI stuff to branches/xmi since no one has worked...
2009-02-07 Ash Berlin Fix tests! historic/state_before_xmi_deletion_47b3b29f
2009-02-07 Ash Berlin svk-commitTn2OH.tmp
2009-02-03 Peter Rabbitson Add sqlite roundtrip test (probably need to do the...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-05 Johannes Plunien fixed 51-xml-to-oracle.t
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-12-02 Ricardo Signes fix test expectations
2008-11-24 Johannes Plunien Skip tests for buggy Spreadsheet::ParseExcel versions...
2008-10-22 Jess Robinson Patch from jgoulah for mysqls UNION (merge engine)...
2008-10-21 Jess Robinson Patch from rbo to support multiple database events...
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-10-09 Jess Robinson Skip on newer Spreadsheet::ParseExcel
2008-10-08 Jess Robinson By royal decree, produced statements in list context...
2008-09-17 Jess Robinson Pg views and sqlite views, patch from wreis
2008-08-29 Jess Robinson Update mysql producer test to saner field names, Peter R.
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-08-28 Jess Robinson Add target_db to diff test as it was producing warnings..
2008-08-26 Jess Robinson Added patch from wreis, view support for pg producer
2008-08-26 Jess Robinson Added patch from groditi to support views in sqlite
2008-08-19 Jess Robinson Add views to mysql producer, thanks groditi
2008-07-01 Jess Robinson Added patch from groditi adding SET type support to...
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2008-04-23 Daniel Ruoso Adding tests for Oracle->add_field
2008-04-14 Daniel Ruoso Fix ORA-01442: column to be modified to NOT NULL is...
2008-04-14 Daniel Ruoso alter_field implemented. alter_field test Pass.
2008-04-14 Daniel Ruoso Test for oracle alter_field
2008-04-14 Daniel Ruoso Declares the new tests in the MANIFEST, remove useless...
2008-04-14 Daniel Ruoso producer_args->{delay_constraints} can be used to add...
2008-04-14 Daniel Ruoso implements options in oracle indexes
2008-04-14 Daniel Ruoso waiting for patch to be applied
2008-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-03-03 Ash Berlin Allow quote and other option to be passed to the producers.
2008-02-26 Ash Berlin Remove breakpoint
next