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

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

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

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

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

15 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

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

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

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

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

15 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

15 years agooops, these really do have content
Justin Hunter [Sat, 6 Jun 2009 18:08:31 +0000]
oops, these really do have content

15 years agochecking in changes
Justin Hunter [Sat, 6 Jun 2009 18:04:24 +0000]
checking in changes

15 years agoupdates
Justin Hunter [Fri, 5 Jun 2009 22:50:34 +0000]
updates

15 years agoa stupid typo and some additions
Justin Hunter [Fri, 5 Jun 2009 21:40:46 +0000]
a stupid typo and some additions

15 years agohandle types correctly
Justin Hunter [Fri, 29 May 2009 00:47:46 +0000]
handle types correctly

15 years agouse SQL::Translator::Types
Justin Hunter [Thu, 28 May 2009 22:00:13 +0000]
use SQL::Translator::Types

15 years agouse SQL::Translator::Types
Justin Hunter [Thu, 28 May 2009 21:58:21 +0000]
use SQL::Translator::Types

15 years agoinitial
Justin Hunter [Thu, 28 May 2009 16:36:50 +0000]
initial

15 years agoEmpty file to preserve repo
Ash Berlin [Thu, 28 May 2009 16:29:34 +0000]
Empty file to preserve repo