dbsrgits/SQL-Translator.git
2009-04-15 Ken Youens... Now passes.
2009-04-15 Ken Youens... Cleaned up, fixed db events.
2009-04-15 Ken Youens... Checked for interactive so no ugly messages during...
2009-04-15 Ken Youens... Cleaned up a bit, checked for interactive tty so that...
2009-04-15 Ken Youens... Changed database_events to return an arrayref.
2009-04-15 Ken Youens... Cleaned up, Template version no longer a problem(?).
2009-04-15 Ken Youens... Fixed "database_events."
2009-04-15 Ken Youens... Fixed to pass tests.
2009-04-15 Ken Youens... Fixed up "equals" to be more informative when there...
2009-04-15 Ken Youens... Fixed "database_events".
2009-04-15 Ken Youens... Lots of cleanup, removal of "foo" variables which are...
2009-04-15 Ken Youens... Lots of cleanup.
2009-04-14 Ken Youens... Return lines of input in a list context, fixed my name.
2009-04-14 Ken Youens... Fixed my name, Perl shebang.
2009-04-14 Ken Youens... Fixed name, perl.
2009-04-14 Ken Youens... Return lines of output in a list context per user request.
2009-04-14 Ken Youens... Upped version to 0.10.
2009-04-14 Ken Youens... Some code cleanup, added clustering of tables, fixed...
2009-04-14 Ken Youens... Added test for fulltext.
2009-04-14 Ken Youens... Added "FULLTEXT" as valid index type.
2009-04-14 Ken Youens... Added patch from user.
2009-04-10 Ken Youens... Upped requirement of Parse::RecDescent.
2009-04-03 Ken Youens... Fixed typos.
2009-04-03 Ken Youens... Per a suggestion from Darren, changed the skipping...
2009-03-17 Johannes Plunien New method to clear out extra attributes
2009-03-16 Ash Berlin Added semi-colon for (DROP|CREATE) TYPE statements...
2009-03-12 Ken Youens... Added double quote rule for table/field identifiers...
2009-03-12 Ken Youens... Put double quotes and backticks around table identifier...
2009-03-11 Ken Youens... Adding option for skipping tables.
2009-03-11 Ken Youens... Adding option to skip tables.
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-15 Peter Rabbitson Whop - forgot to commit 9004 changes
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-13 Peter Rabbitson Schema::Graph - switch ugly use of Log4perl to an even...
2009-02-12 Peter Rabbitson Forgot to up one VERSION
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-12 Peter Rabbitson This file is empty, tests seem fine... deleting
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-10 Peter Rabbitson Another chunk of the GraphViz rewrite:
2009-02-09 Peter Rabbitson Update autogenerated makefile
2009-02-09 Johannes Plunien Translate bytea to BLOB in MySQL producer. This fixes...
2009-02-07 Peter Rabbitson Release 0.09003
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-29 Jonathan Yu Reverted VERSION so it was no longer dependent on ...
2009-01-17 Jonathan Yu Changed show_index_name to show_index_names to make...
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu Added a Module::Build::Compat 'passthrough' Makefile.PL
2009-01-17 Jonathan Yu - Updated copyright, added myself to contributors list
2009-01-17 Jonathan Yu - Merged some changes by myself, and also from ribasushi
2009-01-17 Jonathan Yu - Added myself to the SQL::Translator file as an author
2009-01-17 Jonathan Yu - Added myself to the AUTHORS file
2009-01-17 Jonathan Yu - Some minor cosmetic changes
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-14 Jonathan Yu - Fixed POD producer
2009-01-14 Jonathan Yu - Add support for 'extended' friendly ints (the nonstan...
2009-01-14 Jonathan Yu - Fixes a bug where _apply_default_value is not found...
2009-01-10 Jonathan Yu - Added a show_index_name parameter which determines...
2009-01-10 Jonathan Yu Since Oracle understands a double precision floating...
2009-01-09 Jonathan Yu - Minor documentation changes. Namely, noted that the...
2009-01-09 Jonathan Yu - Updated GraphViz producer module per the modification...
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-05 Johannes Plunien added release-date to Changes
2008-12-05 Johannes Plunien removed semicolon from CREATE VIEW in oracle producer
2008-12-05 Johannes Plunien fixed *old regex, added *tar.gz regex in MANIFEST.SKIP
2008-12-05 Johannes Plunien fixed 51-xml-to-oracle.t
2008-12-05 Ash Berlin Since MANIFEST.SKIP is in svn, this file does not belong
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-12-02 Ricardo Signes fix test expectations
2008-12-02 Ricardo Signes properly compare fields
2008-12-02 John Goulah reverting r1413 and r1414 in favor of passing a scalar...
2008-12-01 John Goulah needed to tighten up regex added in last commit
2008-12-01 John Goulah add param to _apply_default_value so that certain value...
2008-11-26 John Goulah added ignore_opts parser arg to ignore table options
2008-11-24 Johannes Plunien Skip tests for buggy Spreadsheet::ParseExcel versions...
2008-11-20 John Goulah add support for a skip option to the parser
2008-11-04 Johannes Plunien added notes about changed behaviour when calling oracle...
2008-11-01 Ash Berlin META.yaml is generated at build time and does not belin...
2008-11-01 Ash Berlin Removed source_db and target_db accessors from Diff...
2008-11-01 Johannes Plunien If wantarray is set we have to omit the last "/" in...
2008-11-01 Johannes Plunien triggers may NOT end with a semicolon
2008-11-01 Johannes Plunien updated Changes
2008-11-01 Johannes Plunien using unreserved table name for FK alter statements...
2008-11-01 Johannes Plunien add semicolon to CREATE TRIGGER after END which i have...
2008-11-01 Johannes Plunien ensure to not exceed max allowed size for oracle data...
2008-11-01 Johannes Plunien using unreserved table name for drop statements in...
2008-11-01 Johannes Plunien delayed adding semicolon in oracle producer
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-21 Jess Robinson Default sqlite_version so we dont get uninitialised...
2008-10-20 Jess Robinson Patches for/with jgoulah:
2008-10-17 Jess Robinson Missed file from default-value-improvements commit
next