projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
dbsrgits/SQL-Translator-2.0-ish.git
2009-09-22
Justin Hunter
we can get the schema from the translator now
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Justin Hunter
coerce a Column from a HashRef via Column->new
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Justin Hunter
add some error checking to add_column and an alias...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Justin Hunter
add ability to drop(remove) a column
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
->error does not exist and send on the parser|producer_args
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
add is_valid check and make sure you can't add a table...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
stringify the table object
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
add ability to "drop" a table
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
add database attribute
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Justin Hunter
help pod test pass
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Justin Hunter
bump required versions
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
another test
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
better way to write the translate method
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
change from parse_mysql_version to engine_version
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
add specific mysql_parser_version tests to roundtrip
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
TODO: fix handling of 'KEY name_idx (name(10))' (partia...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
done testing!
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
change from parse_mysql_version (in S::T::Utils) to...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
change of namespace for Objects (Schema becomes Object)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
we no longer normalize fields (change the size to the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
change from parse($tr, $data) to $tr->parse($data)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
fix up use and don't plan
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
allow options to be handled
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
parse engine version
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
fix import issues
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
put former S::T::Utils method parse_mysql_version into...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
add DEFAULT_PARSER_VERSION constant
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
default_value might also be a ScalarRef
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
add predicates for parser_args/producer_args
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
yank out the normalizing of fields
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
comments must be add_ed not done in the constructor
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Justin Hunter
allow adding of indexes where name is ""
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
no plan, use done_testing
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
handle constraints with no name
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
compare the type against predefined constants
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
make sure we are comparing against lowercase
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
SQLite DDL parser test & data
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
remove needless comments
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
make sure reference fields is an arrayref
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
need to sort tables to ensure ordering
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
Roundtrip test (more parsers to be added)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
PostgreSQL DDL parser test
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Justin Hunter
fix spelling error
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Justin Hunter
remove needless alias
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Justin Hunter
move method 'aliases' into handles
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Justin Hunter
bump version requirements
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Justin Hunter
migrate from MXAH to Native::Trait
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Justin Hunter
migrate from MXAH to Native::Trait
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
comments cannot be set in the constructor, must use...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
extra must be set in the form of a hashref
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
add/use new Bit type (0 or 1)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
fix options and comments methods
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
get PostgreSQL passing roundtrip
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
default should be true not false
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Justin Hunter
add match_type attribute
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
change to proper ->new/add_* methods
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
remove comments/old warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
don't pass in order, but pass in extra
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
properly get schema/translator
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
stub for XML grammar
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Justin Hunter
add extra behavior to parameters attribute
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
return 1 instead of $schema
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
parse mysql ddl procedures & views
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
fix mysql ddl constraint parsing
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
fix constraint production
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
remove extraneous imports
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
remove unneeded MooseX::Types::Moose imports
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Justin Hunter
move to MooseX::Declare extends style
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
add 'extra' to produce result
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
move extra down to Object.pm
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
add schema to new table
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
add wantarray for return and only push new options...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
add Parse::RecDescent dep
commit
|
commitdiff
|
tree
|
snapshot
2009-08-24
Justin Hunter
clean up Makefile
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
fix up Makefile
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
table is required for Indx
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
initial Makefile.PL
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
add table to objects that need it
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
cleanup and standardization
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
fix up fields values (scalar values resulted in an...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
don't pass columns to constructors, add_column them
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
add schema to Table->new and remove sorting
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
remove comments
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
breakout Table creation
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
fix the way columns are added to triggers/constraints...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
cleanup, mainly create objects before adding them
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
convert sub to method
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
don't set schema to ->parse (->translator->schema alrea...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
make schema lazy
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
make action Any for the time being
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Justin Hunter
move options down to Object.pm
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
some changes to match current functionality
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
add PostgreSQL producing
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
add base functionality to DDL parser
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
add table attribute when creating new objects
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
convert sub parse to method parse
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
SQLite producer rewrite
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
add PostgreSQL ddl parsing
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
add SQLite ddl parsing
commit
|
commitdiff
|
tree
|
snapshot
2009-08-22
Justin Hunter
remove extraneous return
commit
|
commitdiff
|
tree
|
snapshot
next