Justin Hunter [Wed, 5 Aug 2009 22:48:48 +0000]
initial mysql grammar
Justin Hunter [Wed, 5 Aug 2009 22:44:19 +0000]
add float type
Justin Hunter [Wed, 5 Aug 2009 22:37:39 +0000]
remove comment
Justin Hunter [Tue, 4 Aug 2009 02:28:46 +0000]
typo
Justin Hunter [Sat, 1 Aug 2009 23:32:51 +0000]
don't use a precompiled version
Justin Hunter [Sat, 1 Aug 2009 23:32:28 +0000]
change what roles are applied to ddl
Justin Hunter [Sat, 1 Aug 2009 23:32:01 +0000]
change current_timestamp to now)
Justin Hunter [Fri, 31 Jul 2009 02:56:44 +0000]
inital SQLite grammar
Justin Hunter [Wed, 29 Jul 2009 15:07:37 +0000]
apply ddl parser role
Justin Hunter [Wed, 29 Jul 2009 15:07:20 +0000]
allow detection of ddl parser
Justin Hunter [Wed, 29 Jul 2009 05:43:24 +0000]
add comments attribute
Justin Hunter [Wed, 29 Jul 2009 05:43:11 +0000]
rename remarks to comments
Justin Hunter [Sun, 26 Jul 2009 16:29:37 +0000]
override _column_data_type for SQLite
Justin Hunter [Sun, 26 Jul 2009 16:28:58 +0000]
separate out getting the column DATA_TYPE
Justin Hunter [Sat, 25 Jul 2009 18:05:40 +0000]
fix type constraint
Justin Hunter [Sat, 25 Jul 2009 16:40:06 +0000]
use TryCatch
Justin Hunter [Thu, 23 Jul 2009 07:16:10 +0000]
move to MooseX::Declare
Justin Hunter [Wed, 15 Jul 2009 20:08:08 +0000]
use delgation onto Parser and Producer instead of after BUILD
Justin Hunter [Wed, 15 Jul 2009 20:01:13 +0000]
add Parser and Producer class_types
Justin Hunter [Tue, 14 Jul 2009 23:53:09 +0000]
move these to ::Producer::SQL::
Justin Hunter [Tue, 14 Jul 2009 23:52:50 +0000]
move these to ::Producer::SQL::
Justin Hunter [Sun, 12 Jul 2009 16:40:32 +0000]
track temporary tables
Justin Hunter [Sun, 12 Jul 2009 16:40:15 +0000]
add ability to track temporary tables
Justin Hunter [Sun, 12 Jul 2009 15:22:22 +0000]
don't create an index if one already exists (favor PRIMARY_KEY over UNIQUE)
Justin Hunter [Sun, 12 Jul 2009 15:19:51 +0000]
call it a NORMAL index, not NON_UNIQUE
Justin Hunter [Sun, 12 Jul 2009 07:48:21 +0000]
add index parsing
Justin Hunter [Sun, 12 Jul 2009 07:34:45 +0000]
make _add_foreign_keys method name more appropriate
Justin Hunter [Sun, 12 Jul 2009 07:24:57 +0000]
fix up PrimaryKey and ForeignKey parsing
Justin Hunter [Sun, 12 Jul 2009 07:24:13 +0000]
add drop_table and no_comments attributes
Justin Hunter [Sat, 11 Jul 2009 19:28:52 +0000]
add foreign key action constants
Justin Hunter [Sat, 11 Jul 2009 19:28:31 +0000]
add PrimaryKey and ForeignKey classes
Justin Hunter [Fri, 10 Jul 2009 22:56:51 +0000]
use Tie::IxHash
Justin Hunter [Fri, 10 Jul 2009 22:53:20 +0000]
use Tie::IxHash default
Justin Hunter [Fri, 10 Jul 2009 05:59:25 +0000]
use Sub::Exporter instead of Exporter
Justin Hunter [Fri, 10 Jul 2009 00:45:38 +0000]
map integer
Justin Hunter [Fri, 10 Jul 2009 00:45:27 +0000]
import constants
Justin Hunter [Fri, 10 Jul 2009 00:22:01 +0000]
don't required => 1 when lazy & default specified
Justin Hunter [Fri, 10 Jul 2009 00:20:07 +0000]
use Tie::IxHash for an ordered hash
Justin Hunter [Thu, 9 Jul 2009 21:47:11 +0000]
remove redundant required => 0
Justin Hunter [Thu, 9 Jul 2009 21:45:07 +0000]
remove redundant required => 0
Justin Hunter [Wed, 8 Jul 2009 01:47:25 +0000]
_very_ basic working SQLite producer
Justin Hunter [Wed, 8 Jul 2009 01:46:36 +0000]
fix a spelling mistake and abstract some code into functions
Justin Hunter [Wed, 8 Jul 2009 01:45:44 +0000]
Column data_type is now an integer (DBI constant) not a freeform string
Justin Hunter [Wed, 8 Jul 2009 01:45:20 +0000]
initial import of SQL::Translator constants
Justin Hunter [Mon, 6 Jul 2009 06:57:10 +0000]
implement 'use aliased'
code format change
Justin Hunter [Mon, 6 Jul 2009 02:51:08 +0000]
use namespace::autoclean
Justin Hunter [Fri, 3 Jul 2009 21:57:56 +0000]
first try at producing
Justin Hunter [Fri, 3 Jul 2009 21:57:21 +0000]
use filename instead of ddl
Justin Hunter [Fri, 3 Jul 2009 21:57:06 +0000]
minor cosmetic change
Justin Hunter [Fri, 3 Jul 2009 21:56:46 +0000]
add support for sequences
Justin Hunter [Fri, 3 Jul 2009 21:56:19 +0000]
basic Producer roles
Justin Hunter [Fri, 3 Jul 2009 21:54:53 +0000]
add ability to store sequences
Justin Hunter [Fri, 3 Jul 2009 17:42:26 +0000]
don't extend SQL::Translator
Justin Hunter [Thu, 2 Jul 2009 16:29:46 +0000]
move from no Moose[::Role] to use namespace::autoclean
Justin Hunter [Thu, 2 Jul 2009 13:53:43 +0000]
use Moose::Role gets accompanied with no Moose::Role
remove comments
sub { undef } can just be undef
Justin Hunter [Thu, 2 Jul 2009 07:45:15 +0000]
remove comments
Justin Hunter [Thu, 2 Jul 2009 07:34:49 +0000]
proper parsing, using add_* instead of throwing a whole blob in
Justin Hunter [Thu, 2 Jul 2009 07:34:07 +0000]
gone
Justin Hunter [Thu, 2 Jul 2009 07:33:07 +0000]
add curries where applicable
added:
no Moose;
__PACKAGE__->meta->make_immutable;
Justin Hunter [Thu, 2 Jul 2009 07:32:37 +0000]
quasi-factory
Justin Hunter [Thu, 2 Jul 2009 07:32:03 +0000]
Moose is not needed here
Justin Hunter [Thu, 2 Jul 2009 07:31:36 +0000]
make these roles
Justin Hunter [Sun, 21 Jun 2009 14:15:28 +0000]
remove debug
Justin Hunter [Sun, 21 Jun 2009 13:59:08 +0000]
cleanup of object creation
Justin Hunter [Sun, 21 Jun 2009 13:58:17 +0000]
add fk_info sub
move setting defaults to default instead of BUILD
Justin Hunter [Sun, 21 Jun 2009 13:57:59 +0000]
fix some schema object issues
Justin Hunter [Sat, 20 Jun 2009 23:32:07 +0000]
missed some cruft
Justin Hunter [Sat, 20 Jun 2009 23:24:54 +0000]
get parsing working
Justin Hunter [Sat, 20 Jun 2009 23:22:52 +0000]
add MXAH
Justin Hunter [Wed, 17 Jun 2009 23:12:41 +0000]
remove some attributes from Column
missed Maybe
Justin Hunter [Tue, 16 Jun 2009 00:12:37 +0000]
add index column, since moving to HashRef makes us lose ordering
Justin Hunter [Tue, 16 Jun 2009 00:12:11 +0000]
add DBIHandle
Justin Hunter [Tue, 16 Jun 2009 00:11:44 +0000]
some dbi parser magic
Justin Hunter [Mon, 15 Jun 2009 21:35:53 +0000]
formatting changes
move from ArrayRef to HashRef
typo fixes
Justin Hunter [Tue, 9 Jun 2009 17:35:15 +0000]
really removed
Justin Hunter [Tue, 9 Jun 2009 17:32:50 +0000]
move to a DDL dir
Justin Hunter [Sat, 6 Jun 2009 18:14:44 +0000]
staging
Justin Hunter [Sat, 6 Jun 2009 18:08:31 +0000]
oops, these really do have content
Justin Hunter [Sat, 6 Jun 2009 18:04:24 +0000]
checking in changes
Justin Hunter [Fri, 5 Jun 2009 22:50:34 +0000]
updates
Justin Hunter [Fri, 5 Jun 2009 21:40:46 +0000]
a stupid typo and some additions
Justin Hunter [Fri, 29 May 2009 00:47:46 +0000]
handle types correctly
Justin Hunter [Thu, 28 May 2009 22:00:13 +0000]
use SQL::Translator::Types
Justin Hunter [Thu, 28 May 2009 21:58:21 +0000]
use SQL::Translator::Types
Justin Hunter [Thu, 28 May 2009 16:36:50 +0000]
initial
Ash Berlin [Thu, 28 May 2009 16:29:34 +0000]
Empty file to preserve repo