Justin Hunter [Fri, 12 Nov 2010 18:42:40 +0000]
formatting fix
Justin Hunter [Thu, 21 Oct 2010 21:58:49 +0000]
change method used to determine if a table is valid
Justin Hunter [Thu, 21 Oct 2010 21:58:24 +0000]
add error attr for back-compat
Justin Hunter [Thu, 21 Oct 2010 21:58:05 +0000]
database_event does not need to be explictly added, constructor works properly now
Justin Hunter [Thu, 21 Oct 2010 21:57:41 +0000]
remove warning
Justin Hunter [Thu, 21 Oct 2010 21:57:15 +0000]
missed some IxHash stuff
Justin Hunter [Thu, 21 Oct 2010 21:55:59 +0000]
return values when using native traits
Justin Hunter [Thu, 21 Oct 2010 21:54:49 +0000]
change usage of Tie::IxHash
Justin Hunter [Mon, 27 Sep 2010 21:12:51 +0000]
use $pdata instead of $tdata for procedure info
Justin Hunter [Mon, 27 Sep 2010 21:12:12 +0000]
add the field for later on
Justin Hunter [Mon, 27 Sep 2010 21:10:06 +0000]
database_events needs to be an ArrayRef
Justin Hunter [Wed, 22 Sep 2010 15:45:39 +0000]
add a "data" attribute
Justin Hunter [Wed, 22 Sep 2010 15:45:18 +0000]
trim down imports
Justin Hunter [Wed, 22 Sep 2010 15:44:30 +0000]
move from Bool to Bit
Justin Hunter [Wed, 22 Sep 2010 15:43:59 +0000]
remove alot of the "scalaring"
Justin Hunter [Wed, 22 Sep 2010 15:43:09 +0000]
fix up is_nullable and is_unique being wrong at times
Justin Hunter [Wed, 22 Sep 2010 15:05:45 +0000]
formatting fixes
Justin Hunter [Wed, 22 Sep 2010 15:01:38 +0000]
we give out generic names to non-named constraints now
Justin Hunter [Tue, 27 Jul 2010 17:25:03 +0000]
this is probably a better coercion
Justin Hunter [Tue, 27 Jul 2010 03:40:39 +0000]
fix minor erorr
Justin Hunter [Tue, 27 Jul 2010 03:20:58 +0000]
add order to various object creations, fix how data is passed in to object creation
Justin Hunter [Tue, 27 Jul 2010 03:19:28 +0000]
fix database_events
Justin Hunter [Tue, 27 Jul 2010 03:18:53 +0000]
fix up some ordering issues
Justin Hunter [Tue, 27 Jul 2010 03:17:35 +0000]
show_warnings should default to 0
Justin Hunter [Tue, 27 Jul 2010 03:17:06 +0000]
fix up versioning
Justin Hunter [Tue, 27 Jul 2010 03:11:49 +0000]
fixup the test a bit
Justin Hunter [Mon, 26 Jul 2010 23:36:47 +0000]
fix issue with order being wrong
Justin Hunter [Mon, 26 Jul 2010 23:36:25 +0000]
make "is_unique" an attribute
Justin Hunter [Mon, 26 Jul 2010 20:33:36 +0000]
fix typo
Justin Hunter [Tue, 23 Mar 2010 23:37:57 +0000]
lets remove that extra ;
Justin Hunter [Tue, 23 Mar 2010 23:35:51 +0000]
move the class_type around
Arthur Axel 'fREW' Schmidt [Tue, 23 Mar 2010 23:16:01 +0000]
fix type constraint in UglyLanguage
Arthur Axel 'fREW' Schmidt [Tue, 23 Mar 2010 23:04:28 +0000]
Merge branch 'master' of git://github.com/arcanez/SQL-Translator
Arthur Axel 'fREW' Schmidt [Tue, 23 Mar 2010 23:04:15 +0000]
gitignore will help
Justin Hunter [Tue, 23 Mar 2010 22:58:24 +0000]
no swapfiles allowed
Justin Hunter [Tue, 23 Mar 2010 20:32:19 +0000]
DBIx::Class parser stubs
Justin Hunter [Tue, 23 Mar 2010 20:31:52 +0000]
backcompat SQL::Translator::Schema::Constants
Justin Hunter [Wed, 24 Feb 2010 04:43:52 +0000]
fix SQLite parsing and code clean up
Justin Hunter [Sun, 21 Feb 2010 02:58:14 +0000]
create empty README, will populate later
Justin Hunter [Sun, 21 Feb 2010 02:50:41 +0000]
add MooseX::Aliases (to allow for to/from and producer/parser)
change how $parser and $producer are determined in a ->translate
only use the ones from ->new if they haven't been run through already
Justin Hunter [Sat, 20 Feb 2010 23:57:23 +0000]
don't clear the schema, but leave the ability to do so if necessary
Justin Hunter [Sat, 20 Feb 2010 23:56:56 +0000]
fix view generation
Graham Barr [Sat, 20 Feb 2010 01:04:40 +0000]
Add method to populate a column extra fields
Graham Barr [Fri, 9 Oct 2009 05:19:01 +0000]
Add specific methods for adding foreign keys and indexes for MySQL
Graham Barr [Fri, 9 Oct 2009 05:18:44 +0000]
If schema name is unspecified, select from database
Graham Barr [Fri, 9 Oct 2009 05:15:55 +0000]
preserve column order
columns returned from db are not always in the order that they are defined
in a table. So sort them before adding them to the table
Graham Barr [Fri, 9 Oct 2009 05:15:28 +0000]
Add parse method for DBI parser
Justin Hunter [Sat, 20 Feb 2010 01:42:57 +0000]
partial test cleanup, more to come
Justin Hunter [Sat, 20 Feb 2010 01:42:39 +0000]
remove some unnecessary code
Justin Hunter [Sat, 20 Feb 2010 01:42:12 +0000]
comment out the trigger for now
Justin Hunter [Sat, 20 Feb 2010 01:41:57 +0000]
clear the schema before throwing another one on
Justin Hunter [Wed, 10 Feb 2010 23:32:05 +0000]
add (and use) _default_value method, relatively similar to old _apply_default_value
Justin Hunter [Wed, 10 Feb 2010 23:31:22 +0000]
spacing change
Justin Hunter [Wed, 10 Feb 2010 23:31:07 +0000]
change "fields" into "columns" (backcompat), probably needs some error/type checking
Justin Hunter [Wed, 10 Feb 2010 17:51:30 +0000]
minor whitespace cleanup
Justin Hunter [Wed, 10 Feb 2010 17:49:34 +0000]
yes, we want column comments for SQLite
Justin Hunter [Wed, 10 Feb 2010 17:49:18 +0000]
remove sort
Justin Hunter [Wed, 10 Feb 2010 17:12:02 +0000]
clean up SQLite producer, mainly header_comment
Justin Hunter [Tue, 9 Feb 2010 21:30:14 +0000]
don't try to guess what to load, use a mapping
more error checking to come later (famous last words)
Justin Hunter [Tue, 9 Feb 2010 06:36:12 +0000]
test at least runs now
Justin Hunter [Tue, 9 Feb 2010 06:24:51 +0000]
hardwire is_valid for the time being
Justin Hunter [Tue, 9 Feb 2010 06:24:32 +0000]
added some attributes
Justin Hunter [Tue, 9 Feb 2010 06:24:09 +0000]
make this test pass, fix it up to match new SQLT design
Justin Hunter [Tue, 9 Feb 2010 06:23:43 +0000]
no longer need to call the methods to add extra/options/comments, constructor has been fixed
Justin Hunter [Tue, 9 Feb 2010 06:23:05 +0000]
long awaited BUILDARGS to help with comments/options/extra
Justin Hunter [Tue, 9 Feb 2010 06:22:31 +0000]
coerce Str to ArrayRef
Justin Hunter [Tue, 9 Feb 2010 06:21:45 +0000]
coerce a Str to ArrayRef
Justin Hunter [Wed, 27 Jan 2010 07:20:19 +0000]
remove some sorts
Justin Hunter [Wed, 27 Jan 2010 07:19:56 +0000]
use Digest::SHA1 for sha1_hex
Justin Hunter [Wed, 27 Jan 2010 07:19:32 +0000]
make sure columns is an ARRAYREF
Justin Hunter [Wed, 27 Jan 2010 07:19:09 +0000]
more tests and test data
Justin Hunter [Wed, 27 Jan 2010 07:18:41 +0000]
add tests and test data
Justin Hunter [Wed, 27 Jan 2010 05:13:23 +0000]
update test
Justin Hunter [Wed, 27 Jan 2010 04:36:16 +0000]
primary key fix for YAML
Justin Hunter [Mon, 18 Jan 2010 04:29:15 +0000]
more test fixups
Justin Hunter [Mon, 18 Jan 2010 01:36:30 +0000]
database_events as an array, not arrayref
Justin Hunter [Mon, 18 Jan 2010 01:35:51 +0000]
primary key fix
Justin Hunter [Sat, 16 Jan 2010 17:00:46 +0000]
no more wantarray
Justin Hunter [Sat, 16 Jan 2010 09:08:17 +0000]
fix for dropping procedures and temporarily remove die
Justin Hunter [Fri, 15 Jan 2010 07:25:54 +0000]
unbreak some tests
Justin Hunter [Fri, 15 Jan 2010 07:25:29 +0000]
add an add_reference_column handles
Justin Hunter [Fri, 15 Jan 2010 07:25:00 +0000]
remove redunant around add_column
Justin Hunter [Fri, 15 Jan 2010 00:12:53 +0000]
fix a typo and remove "is"
Justin Hunter [Fri, 15 Jan 2010 00:12:26 +0000]
some test fixes
Justin Hunter [Wed, 13 Jan 2010 00:50:29 +0000]
add an around remove_trigger to make sure trigger actually exists
Justin Hunter [Wed, 6 Jan 2010 06:16:32 +0000]
all tests at least run, not all pass
Justin Hunter [Wed, 6 Jan 2010 06:16:17 +0000]
bring Procedure up to speed with the rest of the Objects
Justin Hunter [Wed, 9 Dec 2009 18:54:31 +0000]
current state of this test
Justin Hunter [Wed, 9 Dec 2009 18:54:13 +0000]
use the coercion instead of creating the object (change back to add_column once around & coerce work properly)
Justin Hunter [Wed, 9 Dec 2009 17:18:58 +0000]
fix for primary key adding/checking
Justin Hunter [Fri, 4 Dec 2009 19:43:53 +0000]
sometimes it would be nice to spell things correctly
Justin Hunter [Fri, 4 Dec 2009 19:43:12 +0000]
add drop_trigger (and put things in alphabetical order)
Justin Hunter [Thu, 3 Dec 2009 15:39:11 +0000]
while admittedly still broken, much progress has been made
Justin Hunter [Thu, 3 Dec 2009 15:38:58 +0000]
fixes for MySQL producer ->options
Justin Hunter [Thu, 3 Dec 2009 15:36:50 +0000]
fix for Pg DDL parser
Justin Hunter [Thu, 3 Dec 2009 15:36:28 +0000]
make sure reference_fields/reference_columns is not undef
Justin Hunter [Tue, 1 Dec 2009 22:47:49 +0000]
make these attributes required
Justin Hunter [Tue, 1 Dec 2009 22:46:54 +0000]
fix for storing comments using Moose::Autobox and ->flatten
Justin Hunter [Tue, 1 Dec 2009 22:46:01 +0000]
set the schema on a trigger when it is added
Justin Hunter [Tue, 1 Dec 2009 22:45:19 +0000]
give Trigger objects access to Schema and Table objects