14 years agodon't pass in order, but pass in extra
Justin Hunter [Wed, 26 Aug 2009 05:55:33 +0000]
don't pass in order, but pass in extra

14 years agoproperly get schema/translator
Justin Hunter [Wed, 26 Aug 2009 05:54:50 +0000]
properly get schema/translator

14 years agostub for XML grammar
Justin Hunter [Wed, 26 Aug 2009 04:34:02 +0000]
stub for XML grammar

14 years agoadd extra behavior to parameters attribute
Justin Hunter [Wed, 26 Aug 2009 04:33:49 +0000]
add extra behavior to parameters attribute

14 years agoreturn 1 instead of $schema
Justin Hunter [Tue, 25 Aug 2009 05:51:44 +0000]
return 1 instead of $schema

14 years agoparse mysql ddl procedures & views
Justin Hunter [Tue, 25 Aug 2009 05:51:28 +0000]
parse mysql ddl procedures & views

14 years agofix mysql ddl constraint parsing
Justin Hunter [Tue, 25 Aug 2009 05:51:04 +0000]
fix mysql ddl constraint parsing

14 years agofix constraint production
Justin Hunter [Tue, 25 Aug 2009 05:50:08 +0000]
fix constraint production

14 years agoremove extraneous imports
Justin Hunter [Tue, 25 Aug 2009 03:40:37 +0000]
remove extraneous imports

14 years agoremove unneeded MooseX::Types::Moose imports
Justin Hunter [Tue, 25 Aug 2009 03:25:00 +0000]
remove unneeded MooseX::Types::Moose imports

14 years agomove to MooseX::Declare extends style
Justin Hunter [Tue, 25 Aug 2009 03:14:58 +0000]
move to MooseX::Declare extends style

14 years agoadd 'extra' to produce result
Justin Hunter [Mon, 24 Aug 2009 22:38:22 +0000]
add 'extra' to produce result

14 years agomove extra down to Object.pm
Justin Hunter [Mon, 24 Aug 2009 22:29:59 +0000]
move extra down to Object.pm

14 years agoadd schema to new table
Justin Hunter [Mon, 24 Aug 2009 22:01:22 +0000]
add schema to new table

14 years agoadd wantarray for return and only push new options on if array has elements
Justin Hunter [Mon, 24 Aug 2009 21:59:07 +0000]
add wantarray for return and only push new options on if array has elements

14 years agoadd Parse::RecDescent dep
Justin Hunter [Mon, 24 Aug 2009 21:58:14 +0000]
add Parse::RecDescent dep

14 years agoclean up Makefile
Justin Hunter [Mon, 24 Aug 2009 21:06:07 +0000]
clean up Makefile

14 years agofix up Makefile
Justin Hunter [Sun, 23 Aug 2009 22:07:32 +0000]
fix up Makefile

14 years agotable is required for Indx
Justin Hunter [Sun, 23 Aug 2009 21:37:19 +0000]
table is required for Indx

14 years agoinitial Makefile.PL
Justin Hunter [Sun, 23 Aug 2009 16:01:15 +0000]
initial Makefile.PL

14 years agoadd table to objects that need it
Justin Hunter [Sun, 23 Aug 2009 07:08:46 +0000]
add table to objects that need it

14 years agocleanup and standardization
Justin Hunter [Sun, 23 Aug 2009 07:08:28 +0000]
cleanup and standardization

14 years agofix up fields values (scalar values resulted in an integer value)
Justin Hunter [Sun, 23 Aug 2009 07:06:52 +0000]
fix up fields values (scalar values resulted in an integer value)

14 years agodon't pass columns to constructors, add_column them
Justin Hunter [Sun, 23 Aug 2009 07:05:19 +0000]
don't pass columns to constructors, add_column them

14 years agoadd schema to Table->new and remove sorting
Justin Hunter [Sun, 23 Aug 2009 07:05:01 +0000]
add schema to Table->new and remove sorting

14 years agoremove comments
Justin Hunter [Sun, 23 Aug 2009 07:04:34 +0000]
remove comments

14 years agobreakout Table creation
Justin Hunter [Sun, 23 Aug 2009 07:02:57 +0000]
breakout Table creation

14 years agofix the way columns are added to triggers/constraints/indexes
Justin Hunter [Sun, 23 Aug 2009 07:02:25 +0000]
fix the way columns are added to triggers/constraints/indexes

14 years agocleanup, mainly create objects before adding them
Justin Hunter [Sun, 23 Aug 2009 07:01:08 +0000]
cleanup, mainly create objects before adding them

14 years agoconvert sub to method
Justin Hunter [Sun, 23 Aug 2009 07:00:27 +0000]
convert sub to method

14 years agodon't set schema to ->parse (->translator->schema already gets updated)
Justin Hunter [Sun, 23 Aug 2009 07:00:03 +0000]
don't set schema to ->parse (->translator->schema already gets updated)

14 years agomake schema lazy
Justin Hunter [Sun, 23 Aug 2009 06:59:28 +0000]
make schema lazy

14 years agomake action Any for the time being
Justin Hunter [Sun, 23 Aug 2009 06:58:56 +0000]
make action Any for the time being

14 years agomove options down to Object.pm
Justin Hunter [Sun, 23 Aug 2009 06:58:39 +0000]
move options down to Object.pm

14 years agosome changes to match current functionality
Justin Hunter [Sat, 22 Aug 2009 21:44:02 +0000]
some changes to match current functionality

14 years agoadd PostgreSQL producing
Justin Hunter [Sat, 22 Aug 2009 21:42:50 +0000]
add PostgreSQL producing

14 years agoadd base functionality to DDL parser
Justin Hunter [Sat, 22 Aug 2009 21:42:21 +0000]
add base functionality to DDL parser

14 years agoadd table attribute when creating new objects
Justin Hunter [Sat, 22 Aug 2009 21:41:58 +0000]
add table attribute when creating new objects

14 years agoconvert sub parse to method parse
Justin Hunter [Sat, 22 Aug 2009 21:41:31 +0000]
convert sub parse to method parse

14 years agoSQLite producer rewrite
Justin Hunter [Sat, 22 Aug 2009 21:41:08 +0000]
SQLite producer rewrite

14 years agoadd PostgreSQL ddl parsing
Justin Hunter [Sat, 22 Aug 2009 21:40:38 +0000]
add PostgreSQL ddl parsing

14 years agoadd SQLite ddl parsing
Justin Hunter [Sat, 22 Aug 2009 21:40:20 +0000]
add SQLite ddl parsing

14 years agoremove extraneous return
Justin Hunter [Sat, 22 Aug 2009 21:39:50 +0000]
remove extraneous return

14 years agoadd MySQL ddl parsing
Justin Hunter [Sat, 22 Aug 2009 21:39:25 +0000]
add MySQL ddl parsing

14 years agoadd 'extra' attribute (may move down to Object.pm)
Justin Hunter [Sat, 22 Aug 2009 21:38:24 +0000]
add 'extra' attribute (may move down to Object.pm)

14 years agocleanup
Justin Hunter [Sat, 22 Aug 2009 21:37:53 +0000]
cleanup

14 years agoadd backcompat methods
Justin Hunter [Sat, 22 Aug 2009 21:37:32 +0000]
add backcompat methods

14 years agomove reference_* down to Constraint
Justin Hunter [Sat, 22 Aug 2009 21:36:34 +0000]
move reference_* down to Constraint

14 years agoadd table for reference
Justin Hunter [Sat, 22 Aug 2009 21:35:09 +0000]
add table for reference

14 years agomove comments down to the base Object
Justin Hunter [Sat, 22 Aug 2009 21:33:16 +0000]
move comments down to the base Object

14 years agobreak try catch into multiple lines
Justin Hunter [Sat, 22 Aug 2009 21:28:49 +0000]
break try catch into multiple lines

14 years agoremove default parse method
Justin Hunter [Sat, 22 Aug 2009 21:25:24 +0000]
remove default parse method

14 years agoadd translator object to parser
Justin Hunter [Sat, 22 Aug 2009 21:25:14 +0000]
add translator object to parser

14 years agoupdate SQLite grammar
Justin Hunter [Sat, 22 Aug 2009 21:22:09 +0000]
update SQLite grammar

14 years agoadd quote_field_names/quote_table_names
Justin Hunter [Sat, 22 Aug 2009 21:21:23 +0000]
add quote_field_names/quote_table_names

14 years agoadd another roundtrip test
Justin Hunter [Sat, 22 Aug 2009 21:21:18 +0000]
add another roundtrip test

14 years agoinitial MySQL producer
Justin Hunter [Sat, 22 Aug 2009 21:20:55 +0000]
initial MySQL producer

14 years agoinitial PostgreSQL grammar
Justin Hunter [Sat, 22 Aug 2009 21:20:46 +0000]
initial PostgreSQL grammar

14 years agomove from curries to provides => { set => 'add_...' } and around add_... { }
Justin Hunter [Thu, 20 Aug 2009 06:39:15 +0000]
move from curries to provides => { set => 'add_...' } and around add_... { }

14 years agocleanup
Justin Hunter [Wed, 19 Aug 2009 10:13:40 +0000]
cleanup

14 years agomake sql required
Justin Hunter [Wed, 19 Aug 2009 10:12:24 +0000]
make sql required

14 years agorename contents attribute to sql
Justin Hunter [Wed, 19 Aug 2009 10:07:13 +0000]
rename contents attribute to sql

14 years agochange parameters from HashRef to ArrayRef
Justin Hunter [Wed, 19 Aug 2009 10:06:44 +0000]
change parameters from HashRef to ArrayRef

14 years agoadd more attributes
Justin Hunter [Wed, 19 Aug 2009 10:06:04 +0000]
add more attributes

14 years agoinitial XML Parser/Producer
Justin Hunter [Wed, 19 Aug 2009 09:38:28 +0000]
initial XML Parser/Producer

14 years agoadd back compat attributes
Justin Hunter [Wed, 19 Aug 2009 09:38:10 +0000]
add back compat attributes

14 years agoadd triggers to Schema
Justin Hunter [Wed, 19 Aug 2009 09:37:41 +0000]
add triggers to Schema

14 years agoadd some backcompat attributes/methods
Justin Hunter [Wed, 19 Aug 2009 09:27:25 +0000]
add some backcompat attributes/methods

14 years agochange sub to method
Justin Hunter [Wed, 19 Aug 2009 09:25:48 +0000]
change sub to method

14 years agomove attributes to Translator
Justin Hunter [Wed, 19 Aug 2009 09:25:12 +0000]
move attributes to Translator

14 years agoadd a ref to the translator object that created the producer and keep the schema...
Justin Hunter [Mon, 17 Aug 2009 19:40:31 +0000]
add a ref to the translator object that created the producer and keep the schema in it

14 years agoadd Translator type
Justin Hunter [Mon, 17 Aug 2009 18:35:04 +0000]
add Translator type

14 years agoYAML parsing
Justin Hunter [Mon, 17 Aug 2009 18:34:35 +0000]
YAML parsing

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