projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
YAML parsing
[dbsrgits/SQL-Translator-2.0-ish.git]
/
lib
/
SQL
/
Translator
/
2009-08-17
Justin Hunter
YAML parsing
tree
|
commitdiff
2009-08-11
Justin Hunter
add compat methods
tree
|
commitdiff
2009-08-11
Justin Hunter
use IxHash
tree
|
commitdiff
2009-08-11
Justin Hunter
use IxHash
tree
|
commitdiff
2009-08-11
Justin Hunter
add ColumnSize subtype and its coercions
tree
|
commitdiff
2009-08-11
Justin Hunter
change from data_type (freeform text) to sql_data_type...
tree
|
commitdiff
2009-08-11
Justin Hunter
use method BUILD instead of triggers
tree
|
commitdiff
2009-08-11
Justin Hunter
add sql_data_type attribute
tree
|
commitdiff
2009-08-11
Justin Hunter
methods for compat
tree
|
commitdiff
2009-08-11
Justin Hunter
make PrimaryKey an Index and Constraint
tree
|
commitdiff
2009-08-11
Justin Hunter
add compat methods
tree
|
commitdiff
2009-08-11
Justin Hunter
add compat methods
tree
|
commitdiff
2009-08-11
Justin Hunter
add compat methods
tree
|
commitdiff
2009-08-11
Justin Hunter
add 'extra' and 'is_primary_key' attributes
tree
|
commitdiff
2009-08-11
Justin Hunter
change SQL_CHAR() to char
tree
|
commitdiff
2009-08-11
Justin Hunter
add SQL::Translator constants
tree
|
commitdiff
2009-08-11
Justin Hunter
change in mysql grammar
tree
|
commitdiff
2009-08-07
Justin Hunter
turn data_type_mapping into an attribute
tree
|
commitdiff
2009-08-07
Justin Hunter
forgot a pesky semicolon
tree
|
commitdiff
2009-08-05
Justin Hunter
initial mysql dbi parser role
tree
|
commitdiff
2009-08-05
Justin Hunter
minor change
tree
|
commitdiff
2009-08-05
Justin Hunter
initial mysql grammar
tree
|
commitdiff
2009-08-05
Justin Hunter
add float type
tree
|
commitdiff
2009-08-05
Justin Hunter
remove comment
tree
|
commitdiff
2009-08-04
Justin Hunter
typo
tree
|
commitdiff
2009-08-01
Justin Hunter
don't use a precompiled version
tree
|
commitdiff
2009-08-01
Justin Hunter
change what roles are applied to ddl
tree
|
commitdiff
2009-08-01
Justin Hunter
change current_timestamp to now)
tree
|
commitdiff
2009-07-31
Justin Hunter
inital SQLite grammar
tree
|
commitdiff
2009-07-29
Justin Hunter
apply ddl parser role
tree
|
commitdiff
2009-07-29
Justin Hunter
add comments attribute
tree
|
commitdiff
2009-07-29
Justin Hunter
rename remarks to comments
tree
|
commitdiff
2009-07-26
Justin Hunter
override _column_data_type for SQLite
tree
|
commitdiff
2009-07-26
Justin Hunter
separate out getting the column DATA_TYPE
tree
|
commitdiff
2009-07-25
Justin Hunter
fix type constraint
tree
|
commitdiff
2009-07-23
Justin Hunter
move to MooseX::Declare
tree
|
commitdiff
2009-07-15
Justin Hunter
add Parser and Producer class_types
tree
|
commitdiff
2009-07-14
Justin Hunter
move these to ::Producer::SQL::
tree
|
commitdiff
2009-07-14
Justin Hunter
move these to ::Producer::SQL::
tree
|
commitdiff
2009-07-12
Justin Hunter
track temporary tables
tree
|
commitdiff
2009-07-12
Justin Hunter
add ability to track temporary tables
tree
|
commitdiff
2009-07-12
Justin Hunter
don't create an index if one already exists (favor...
tree
|
commitdiff
2009-07-12
Justin Hunter
call it a NORMAL index, not NON_UNIQUE
tree
|
commitdiff
2009-07-12
Justin Hunter
add index parsing
tree
|
commitdiff
2009-07-12
Justin Hunter
make _add_foreign_keys method name more appropriate
tree
|
commitdiff
2009-07-12
Justin Hunter
fix up PrimaryKey and ForeignKey parsing
tree
|
commitdiff
2009-07-12
Justin Hunter
add drop_table and no_comments attributes
tree
|
commitdiff
2009-07-11
Justin Hunter
add foreign key action constants
tree
|
commitdiff
2009-07-11
Justin Hunter
add PrimaryKey and ForeignKey classes
tree
|
commitdiff
2009-07-10
Justin Hunter
use Tie::IxHash
tree
|
commitdiff
2009-07-10
Justin Hunter
use Tie::IxHash default
tree
|
commitdiff
2009-07-10
Justin Hunter
use Sub::Exporter instead of Exporter
tree
|
commitdiff
2009-07-10
Justin Hunter
map integer
tree
|
commitdiff
2009-07-10
Justin Hunter
import constants
tree
|
commitdiff
2009-07-10
Justin Hunter
don't required => 1 when lazy & default specified
tree
|
commitdiff
2009-07-10
Justin Hunter
use Tie::IxHash for an ordered hash
tree
|
commitdiff
2009-07-09
Justin Hunter
remove redundant required => 0
tree
|
commitdiff
2009-07-09
Justin Hunter
remove redundant required => 0
tree
|
commitdiff
2009-07-08
Justin Hunter
_very_ basic working SQLite producer
tree
|
commitdiff
2009-07-08
Justin Hunter
fix a spelling mistake and abstract some code into...
tree
|
commitdiff
2009-07-08
Justin Hunter
Column data_type is now an integer (DBI constant) not...
tree
|
commitdiff
2009-07-08
Justin Hunter
initial import of SQL::Translator constants
tree
|
commitdiff
2009-07-06
Justin Hunter
implement 'use aliased'
tree
|
commitdiff
2009-07-06
Justin Hunter
use namespace::autoclean
tree
|
commitdiff
2009-07-03
Justin Hunter
first try at producing
tree
|
commitdiff
2009-07-03
Justin Hunter
use filename instead of ddl
tree
|
commitdiff
2009-07-03
Justin Hunter
minor cosmetic change
tree
|
commitdiff
2009-07-03
Justin Hunter
add support for sequences
tree
|
commitdiff
2009-07-03
Justin Hunter
basic Producer roles
tree
|
commitdiff
2009-07-03
Justin Hunter
add ability to store sequences
tree
|
commitdiff
2009-07-03
Justin Hunter
don't extend SQL::Translator
tree
|
commitdiff
2009-07-02
Justin Hunter
move from no Moose[::Role] to use namespace::autoclean
tree
|
commitdiff
2009-07-02
Justin Hunter
use Moose::Role gets accompanied with no Moose::Role
tree
|
commitdiff
2009-07-02
Justin Hunter
remove comments
tree
|
commitdiff
2009-07-02
Justin Hunter
proper parsing, using add_* instead of throwing a whole...
tree
|
commitdiff
2009-07-02
Justin Hunter
gone
tree
|
commitdiff
2009-07-02
Justin Hunter
add curries where applicable
tree
|
commitdiff
2009-07-02
Justin Hunter
quasi-factory
tree
|
commitdiff
2009-07-02
Justin Hunter
make these roles
tree
|
commitdiff
2009-06-21
Justin Hunter
remove debug
tree
|
commitdiff
2009-06-21
Justin Hunter
cleanup of object creation
tree
|
commitdiff
2009-06-21
Justin Hunter
add fk_info sub
tree
|
commitdiff
2009-06-21
Justin Hunter
fix some schema object issues
tree
|
commitdiff
2009-06-20
Justin Hunter
missed some cruft
tree
|
commitdiff
2009-06-20
Justin Hunter
get parsing working
tree
|
commitdiff
2009-06-20
Justin Hunter
add MXAH
tree
|
commitdiff
2009-06-17
Justin Hunter
remove some attributes from Column
tree
|
commitdiff
2009-06-16
Justin Hunter
add index column, since moving to HashRef makes us...
tree
|
commitdiff
2009-06-16
Justin Hunter
add DBIHandle
tree
|
commitdiff
2009-06-16
Justin Hunter
some dbi parser magic
tree
|
commitdiff
2009-06-15
Justin Hunter
formatting changes
tree
|
commitdiff
2009-06-09
Justin Hunter
really removed
tree
|
commitdiff
2009-06-09
Justin Hunter
move to a DDL dir
tree
|
commitdiff
2009-06-06
Justin Hunter
staging
tree
|
commitdiff
2009-06-06
Justin Hunter
oops, these really do have content
tree
|
commitdiff
2009-06-06
Justin Hunter
checking in changes
tree
|
commitdiff
2009-06-05
Justin Hunter
updates
tree
|
commitdiff
2009-06-05
Justin Hunter
a stupid typo and some additions
tree
|
commitdiff
2009-05-29
Justin Hunter
handle types correctly
tree
|
commitdiff
2009-05-28
Justin Hunter
use SQL::Translator::Types
tree
|
commitdiff
next