dbsrgits/SQL-Translator.git
2009-08-13 Ken Youens... Fixes per RT#37814 (parsing of field/index names with...
2009-08-13 Ken Youens... Added patch from user (RT#42548).
2009-08-13 Ken Youens... Some whitespace fixes, resolve RT#42548 (incorrectly...
2009-08-13 Ken Youens... Upping version per RT#43173, fixed my name.
2009-08-12 Ken Youens... Upped version for 0.10 release.
2009-08-12 Ken Youens... Fixed some whitespace, resolve RT#13915 by requiring...
2009-08-12 Ken Youens... Resolves RT#8847.
2009-08-12 Ken Youens... Resolves RT#21065.
2009-08-12 Ken Youens... Resolves RT#35448.
2009-08-12 Ken Youens... Just fixed some whitespace.
2009-08-12 Ken Youens... Fixed my name, fixed some use of uninitialized vars.
2009-08-12 Ken Youens... Smoother regex (thanks Jim Thomason).
2009-08-12 Ken Youens... Just whitespace changes -- I wouldn't normally commit...
2009-08-12 Ken Youens... Some whitespace changes, create a default index name...
2009-08-12 Ken Youens... Adding patch from user.
2009-08-12 Ken Youens... Added parsing of index types (btree, rtree, hash).
2009-08-12 Ken Youens... Added "using btree" for test.
2009-08-12 Ken Youens... Use Readonly for constant value, some aesthetic changes.
2009-08-11 Ken Youens... Resolves RT#48025.
2009-08-11 Ken Youens... Parsing of foreign keys.
2009-08-11 Ken Youens... Test and data for FK in SQLite.
2009-08-11 Ken Youens... Added tests for check constraint.
2009-08-11 Ken Youens... Changes to handle a constraint like:
2009-08-11 Ken Youens... Added return of diff as array in list context.
2009-08-11 Ken Youens... Added test for list context return.
2009-08-10 Peter Rabbitson Use accessors instead of reaching down object guts
2009-08-07 Ken Youens... Adding.
2009-08-07 Ken Youens... Fixing my name (is this vain?).
2009-08-07 Ken Youens... Added a little more POD on clustering.
2009-08-07 Ken Youens... Catch case of specifying 'DBI-Driver' and quietly fix...
2009-08-07 Ken Youens... Make a little more flexible.
2009-08-07 Ken Youens... Need to call "load" as a class method rather than an...
2009-08-07 Ken Youens... Just made a little more readable.
2009-06-30 Peter Rabbitson Fix for bleadperl
2009-06-26 Peter Rabbitson The indexer does not understand license links
2009-06-25 Peter Rabbitson Release 0.09007
2009-06-24 Peter Rabbitson MSSQL fixes and improvements
2009-06-24 Peter Rabbitson Do not cache the P::RD grammar - it breaks stuff
2009-06-18 Peter Rabbitson Mssql does not understand ON DELETE RESTRICT
2009-06-15 Peter Rabbitson Why the fuck did I do that ???
2009-06-15 Peter Rabbitson Backout teejay's changes to get trunk stable again
2009-06-13 Aaron Trevena fixed triggers
2009-06-13 Aaron Trevena added expected trigger and stored procedure output
2009-06-12 Aaron Trevena added triggers and procedures
2009-06-10 Peter Rabbitson (bugfixed) release 0.09006
2009-06-09 Peter Rabbitson Saner Changes
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-08 Peter Rabbitson Release 0.09005
2009-06-07 Peter Rabbitson Fill in changes, todoify non-passing tests (to draw...
2009-06-07 Peter Rabbitson Strip exe bit
2009-06-07 Peter Rabbitson Merge 'roundtrip' into 'trunk'
2009-06-07 Peter Rabbitson Make perlpod happy
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-07 Peter Rabbitson VIEW support for Pg parser, also some cleanups
2009-06-03 Peter Rabbitson Graphviz does not like empty hahsrefs - prune those
2009-06-03 Peter Rabbitson Merge forgotten rewrite of the GraphViz producer -...
2009-06-02 John Goulah added parser support for MySQL default values with...
2009-06-01 Peter Rabbitson Switch to Module::Install
2009-05-31 Peter Rabbitson Reorder authors and consolidate them in one point ...
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-17 Peter Rabbitson Update changelog
2009-05-17 Jonathan Yu Applied patch to switch dependency on XML::XPath to...
2009-05-16 Peter Rabbitson Add disabled YAML roundtrip test
2009-05-05 Peter Rabbitson Fix a couple of mistakes in the PG parser
2009-05-04 Peter Rabbitson Adjust insane tests to pass (the expected returns at...
2009-05-04 Peter Rabbitson SQLite improvements:
2009-05-04 Peter Rabbitson Variable table and column names? wtf?!
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-04 Peter Rabbitson Do not add xml comment header if no_comments is set
2009-05-04 Peter Rabbitson Rewind exhausted globs before attempting a read
2009-05-04 Peter Rabbitson Remove duplicate req
2009-05-03 Peter Rabbitson Bring version bump back - there is still work to be...
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 Add Carp::Clan to dependencies
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-05-03 Peter Rabbitson Teah xml parser about database_events
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 Fix mysql roundtrip glitch
2009-04-28 Peter Rabbitson Add an oversized varchar to schema.xml
2009-04-28 Peter Rabbitson Somewhat working global roundtrip test
next