14 years agoroundtrip test
Justin Hunter [Mon, 17 Aug 2009 18:33:39 +0000]
roundtrip test

14 years agoadd compat methods
Justin Hunter [Tue, 11 Aug 2009 21:45:10 +0000]
add compat methods

14 years agouse IxHash
Justin Hunter [Tue, 11 Aug 2009 21:43:37 +0000]
use IxHash

14 years agouse IxHash
Justin Hunter [Tue, 11 Aug 2009 21:39:42 +0000]
use IxHash

14 years agoadd ColumnSize subtype and its coercions
Justin Hunter [Tue, 11 Aug 2009 21:30:25 +0000]
add ColumnSize subtype and its coercions

14 years agomake test closer to original
Justin Hunter [Tue, 11 Aug 2009 05:18:53 +0000]
make test closer to original

14 years agochange from data_type (freeform text) to sql_data_type (dbi constant)
Justin Hunter [Tue, 11 Aug 2009 04:50:00 +0000]
change from data_type (freeform text) to sql_data_type (dbi constant)

14 years agouse method BUILD instead of triggers
Justin Hunter [Tue, 11 Aug 2009 04:49:11 +0000]
use method BUILD instead of triggers

14 years agoadd sql_data_type attribute
Justin Hunter [Tue, 11 Aug 2009 04:48:30 +0000]
add sql_data_type attribute

14 years agomethods for compat
Justin Hunter [Tue, 11 Aug 2009 04:48:14 +0000]
methods for compat

14 years agomake PrimaryKey an Index and Constraint
Justin Hunter [Tue, 11 Aug 2009 02:52:15 +0000]
make PrimaryKey an Index and Constraint

14 years agoadd compat methods
Justin Hunter [Tue, 11 Aug 2009 02:51:35 +0000]
add compat methods

14 years agoadd compat methods
Justin Hunter [Tue, 11 Aug 2009 02:51:12 +0000]
add compat methods

14 years agoadd compat methods
Justin Hunter [Tue, 11 Aug 2009 02:50:15 +0000]
add compat methods

14 years agosome tests
Justin Hunter [Tue, 11 Aug 2009 02:49:28 +0000]
some tests

14 years agoadd 'extra' and 'is_primary_key' attributes
Justin Hunter [Tue, 11 Aug 2009 02:48:47 +0000]
add 'extra' and 'is_primary_key' attributes

14 years agochange SQL_CHAR() to char
Justin Hunter [Tue, 11 Aug 2009 02:40:21 +0000]
change SQL_CHAR() to char

14 years agoadd SQL::Translator constants
Justin Hunter [Tue, 11 Aug 2009 02:39:05 +0000]
add SQL::Translator constants

14 years agochange in mysql grammar
Justin Hunter [Tue, 11 Aug 2009 02:38:29 +0000]
change in mysql grammar

14 years agoturn data_type_mapping into an attribute
Justin Hunter [Fri, 7 Aug 2009 05:49:48 +0000]
turn data_type_mapping into an attribute

14 years agoforgot a pesky semicolon
Justin Hunter [Fri, 7 Aug 2009 05:42:59 +0000]
forgot a pesky semicolon

14 years agoinitial mysql dbi parser role
Justin Hunter [Wed, 5 Aug 2009 22:53:28 +0000]
initial mysql dbi parser role

14 years agominor change
Justin Hunter [Wed, 5 Aug 2009 22:53:08 +0000]
minor change

14 years agoinitial mysql grammar
Justin Hunter [Wed, 5 Aug 2009 22:48:48 +0000]
initial mysql grammar

14 years agoadd float type
Justin Hunter [Wed, 5 Aug 2009 22:44:19 +0000]
add float type

14 years agoremove comment
Justin Hunter [Wed, 5 Aug 2009 22:37:39 +0000]
remove comment

14 years agotypo
Justin Hunter [Tue, 4 Aug 2009 02:28:46 +0000]
typo

14 years agodon't use a precompiled version
Justin Hunter [Sat, 1 Aug 2009 23:32:51 +0000]
don't use a precompiled version

14 years agochange what roles are applied to ddl
Justin Hunter [Sat, 1 Aug 2009 23:32:28 +0000]
change what roles are applied to ddl

14 years agochange current_timestamp to now)
Justin Hunter [Sat, 1 Aug 2009 23:32:01 +0000]
change current_timestamp to now)

14 years agoinital SQLite grammar
Justin Hunter [Fri, 31 Jul 2009 02:56:44 +0000]
inital SQLite grammar

14 years agoapply ddl parser role
Justin Hunter [Wed, 29 Jul 2009 15:07:37 +0000]
apply ddl parser role

14 years agoallow detection of ddl parser
Justin Hunter [Wed, 29 Jul 2009 15:07:20 +0000]
allow detection of ddl parser

14 years agoadd comments attribute
Justin Hunter [Wed, 29 Jul 2009 05:43:24 +0000]
add comments attribute

14 years agorename remarks to comments
Justin Hunter [Wed, 29 Jul 2009 05:43:11 +0000]
rename remarks to comments

14 years agooverride _column_data_type for SQLite
Justin Hunter [Sun, 26 Jul 2009 16:29:37 +0000]
override _column_data_type for SQLite

14 years agoseparate out getting the column DATA_TYPE
Justin Hunter [Sun, 26 Jul 2009 16:28:58 +0000]
separate out getting the column DATA_TYPE

14 years agofix type constraint
Justin Hunter [Sat, 25 Jul 2009 18:05:40 +0000]
fix type constraint

14 years agouse TryCatch
Justin Hunter [Sat, 25 Jul 2009 16:40:06 +0000]
use TryCatch

14 years agomove to MooseX::Declare
Justin Hunter [Thu, 23 Jul 2009 07:16:10 +0000]
move to MooseX::Declare

14 years agouse delgation onto Parser and Producer instead of after BUILD
Justin Hunter [Wed, 15 Jul 2009 20:08:08 +0000]
use delgation onto Parser and Producer instead of after BUILD

14 years agoadd Parser and Producer class_types
Justin Hunter [Wed, 15 Jul 2009 20:01:13 +0000]
add Parser and Producer class_types

14 years agomove these to ::Producer::SQL::
Justin Hunter [Tue, 14 Jul 2009 23:53:09 +0000]
move these to ::Producer::SQL::

14 years agomove these to ::Producer::SQL::
Justin Hunter [Tue, 14 Jul 2009 23:52:50 +0000]
move these to ::Producer::SQL::

14 years agotrack temporary tables
Justin Hunter [Sun, 12 Jul 2009 16:40:32 +0000]
track temporary tables

14 years agoadd ability to track temporary tables
Justin Hunter [Sun, 12 Jul 2009 16:40:15 +0000]
add ability to track temporary tables

14 years agodon't create an index if one already exists (favor PRIMARY_KEY over UNIQUE)
Justin Hunter [Sun, 12 Jul 2009 15:22:22 +0000]
don't create an index if one already exists (favor PRIMARY_KEY over UNIQUE)

14 years agocall it a NORMAL index, not NON_UNIQUE
Justin Hunter [Sun, 12 Jul 2009 15:19:51 +0000]
call it a NORMAL index, not NON_UNIQUE

14 years agoadd index parsing
Justin Hunter [Sun, 12 Jul 2009 07:48:21 +0000]
add index parsing

14 years agomake _add_foreign_keys method name more appropriate
Justin Hunter [Sun, 12 Jul 2009 07:34:45 +0000]
make _add_foreign_keys method name more appropriate

14 years agofix up PrimaryKey and ForeignKey parsing
Justin Hunter [Sun, 12 Jul 2009 07:24:57 +0000]
fix up PrimaryKey and ForeignKey parsing

14 years agoadd drop_table and no_comments attributes
Justin Hunter [Sun, 12 Jul 2009 07:24:13 +0000]
add drop_table and no_comments attributes

14 years agoadd foreign key action constants
Justin Hunter [Sat, 11 Jul 2009 19:28:52 +0000]
add foreign key action constants

14 years agoadd PrimaryKey and ForeignKey classes
Justin Hunter [Sat, 11 Jul 2009 19:28:31 +0000]
add PrimaryKey and ForeignKey classes

14 years agouse Tie::IxHash
Justin Hunter [Fri, 10 Jul 2009 22:56:51 +0000]
use Tie::IxHash

14 years agouse Tie::IxHash default
Justin Hunter [Fri, 10 Jul 2009 22:53:20 +0000]
use Tie::IxHash default

14 years agouse Sub::Exporter instead of Exporter
Justin Hunter [Fri, 10 Jul 2009 05:59:25 +0000]
use Sub::Exporter instead of Exporter

14 years agomap integer
Justin Hunter [Fri, 10 Jul 2009 00:45:38 +0000]
map integer

14 years agoimport constants
Justin Hunter [Fri, 10 Jul 2009 00:45:27 +0000]
import constants

14 years agodon't required => 1 when lazy & default specified
Justin Hunter [Fri, 10 Jul 2009 00:22:01 +0000]
don't required => 1 when lazy & default specified

14 years agouse Tie::IxHash for an ordered hash
Justin Hunter [Fri, 10 Jul 2009 00:20:07 +0000]
use Tie::IxHash for an ordered hash

14 years agoremove redundant required => 0
Justin Hunter [Thu, 9 Jul 2009 21:47:11 +0000]
remove redundant required => 0

14 years agoremove redundant required => 0
Justin Hunter [Thu, 9 Jul 2009 21:45:07 +0000]
remove redundant required => 0

14 years ago_very_ basic working SQLite producer
Justin Hunter [Wed, 8 Jul 2009 01:47:25 +0000]
_very_ basic working SQLite producer

14 years agofix a spelling mistake and abstract some code into functions
Justin Hunter [Wed, 8 Jul 2009 01:46:36 +0000]
fix a spelling mistake and abstract some code into functions

14 years agoColumn data_type is now an integer (DBI constant) not a freeform string
Justin Hunter [Wed, 8 Jul 2009 01:45:44 +0000]
Column data_type is now an integer (DBI constant) not a freeform string

14 years agoinitial import of SQL::Translator constants
Justin Hunter [Wed, 8 Jul 2009 01:45:20 +0000]
initial import of SQL::Translator constants

14 years agoimplement 'use aliased'
Justin Hunter [Mon, 6 Jul 2009 06:57:10 +0000]
implement 'use aliased'
code format change

14 years agouse namespace::autoclean
Justin Hunter [Mon, 6 Jul 2009 02:51:08 +0000]
use namespace::autoclean

14 years agofirst try at producing
Justin Hunter [Fri, 3 Jul 2009 21:57:56 +0000]
first try at producing

14 years agouse filename instead of ddl
Justin Hunter [Fri, 3 Jul 2009 21:57:21 +0000]
use filename instead of ddl

14 years agominor cosmetic change
Justin Hunter [Fri, 3 Jul 2009 21:57:06 +0000]
minor cosmetic change

14 years agoadd support for sequences
Justin Hunter [Fri, 3 Jul 2009 21:56:46 +0000]
add support for sequences

14 years agobasic Producer roles
Justin Hunter [Fri, 3 Jul 2009 21:56:19 +0000]
basic Producer roles

14 years agoadd ability to store sequences
Justin Hunter [Fri, 3 Jul 2009 21:54:53 +0000]
add ability to store sequences

14 years agodon't extend SQL::Translator
Justin Hunter [Fri, 3 Jul 2009 17:42:26 +0000]
don't extend SQL::Translator

14 years agomove from no Moose[::Role] to use namespace::autoclean
Justin Hunter [Thu, 2 Jul 2009 16:29:46 +0000]
move from no Moose[::Role] to use namespace::autoclean

14 years agouse Moose::Role gets accompanied with no Moose::Role
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

14 years agoremove comments
Justin Hunter [Thu, 2 Jul 2009 07:45:15 +0000]
remove comments

14 years agoproper parsing, using add_* instead of throwing a whole blob in
Justin Hunter [Thu, 2 Jul 2009 07:34:49 +0000]
proper parsing, using add_* instead of throwing a whole blob in

14 years agogone
Justin Hunter [Thu, 2 Jul 2009 07:34:07 +0000]
gone

14 years agoadd curries where applicable
Justin Hunter [Thu, 2 Jul 2009 07:33:07 +0000]
add curries where applicable
added:
no Moose;
__PACKAGE__->meta->make_immutable;

14 years agoquasi-factory
Justin Hunter [Thu, 2 Jul 2009 07:32:37 +0000]
quasi-factory

14 years agoMoose is not needed here
Justin Hunter [Thu, 2 Jul 2009 07:32:03 +0000]
Moose is not needed here

14 years agomake these roles
Justin Hunter [Thu, 2 Jul 2009 07:31:36 +0000]
make these roles

14 years agoremove debug
Justin Hunter [Sun, 21 Jun 2009 14:15:28 +0000]
remove debug

14 years agocleanup of object creation
Justin Hunter [Sun, 21 Jun 2009 13:59:08 +0000]
cleanup of object creation

14 years agoadd fk_info sub
Justin Hunter [Sun, 21 Jun 2009 13:58:17 +0000]
add fk_info sub
move setting defaults to default instead of BUILD

14 years agofix some schema object issues
Justin Hunter [Sun, 21 Jun 2009 13:57:59 +0000]
fix some schema object issues

14 years agomissed some cruft
Justin Hunter [Sat, 20 Jun 2009 23:32:07 +0000]
missed some cruft

14 years agoget parsing working
Justin Hunter [Sat, 20 Jun 2009 23:24:54 +0000]
get parsing working

14 years agoadd MXAH
Justin Hunter [Sat, 20 Jun 2009 23:22:52 +0000]
add MXAH

14 years agoremove some attributes from Column
Justin Hunter [Wed, 17 Jun 2009 23:12:41 +0000]
remove some attributes from Column
missed Maybe

14 years agoadd index column, since moving to HashRef makes us lose ordering
Justin Hunter [Tue, 16 Jun 2009 00:12:37 +0000]
add index column, since moving to HashRef makes us lose ordering

14 years agoadd DBIHandle
Justin Hunter [Tue, 16 Jun 2009 00:12:11 +0000]
add DBIHandle

14 years agosome dbi parser magic
Justin Hunter [Tue, 16 Jun 2009 00:11:44 +0000]
some dbi parser magic

14 years agoformatting changes
Justin Hunter [Mon, 15 Jun 2009 21:35:53 +0000]
formatting changes
move from ArrayRef to HashRef
typo fixes

14 years agoreally removed
Justin Hunter [Tue, 9 Jun 2009 17:35:15 +0000]
really removed

14 years agomove to a DDL dir
Justin Hunter [Tue, 9 Jun 2009 17:32:50 +0000]
move to a DDL dir

15 years agostaging
Justin Hunter [Sat, 6 Jun 2009 18:14:44 +0000]
staging