2010-02-20 |
Graham Barr |
Add method to populate a column extra fields |
tree | commitdiff |
2010-02-20 |
Graham Barr |
Add specific methods for adding foreign keys and indexe... |
tree | commitdiff |
2010-02-20 |
Graham Barr |
If schema name is unspecified, select from database |
tree | commitdiff |
2010-02-20 |
Graham Barr |
preserve column order |
tree | commitdiff |
2010-02-20 |
Graham Barr |
Add parse method for DBI parser |
tree | commitdiff |
2010-02-20 |
Justin Hunter |
remove some unnecessary code |
tree | commitdiff |
2010-02-20 |
Justin Hunter |
comment out the trigger for now |
tree | commitdiff |
2010-02-20 |
Justin Hunter |
clear the schema before throwing another one on |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
add (and use) _default_value method, relatively similar... |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
spacing change |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
change "fields" into "columns" (backcompat), probably... |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
yes, we want column comments for SQLite |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
remove sort |
tree | commitdiff |
2010-02-10 |
Justin Hunter |
clean up SQLite producer, mainly header_comment |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
don't try to guess what to load, use a mapping |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
hardwire is_valid for the time being |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
added some attributes |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
long awaited BUILDARGS to help with comments/options... |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
coerce Str to ArrayRef |
tree | commitdiff |
2010-02-09 |
Justin Hunter |
coerce a Str to ArrayRef |
tree | commitdiff |
2010-01-27 |
Justin Hunter |
remove some sorts |
tree | commitdiff |
2010-01-27 |
Justin Hunter |
use Digest::SHA1 for sha1_hex |
tree | commitdiff |
2010-01-27 |
Justin Hunter |
make sure columns is an ARRAYREF |
tree | commitdiff |
2010-01-27 |
Justin Hunter |
primary key fix for YAML |
tree | commitdiff |
2010-01-18 |
Justin Hunter |
database_events as an array, not arrayref |
tree | commitdiff |
2010-01-18 |
Justin Hunter |
primary key fix |
tree | commitdiff |
2010-01-16 |
Justin Hunter |
no more wantarray |
tree | commitdiff |
2010-01-16 |
Justin Hunter |
fix for dropping procedures and temporarily remove die |
tree | commitdiff |
2010-01-15 |
Justin Hunter |
add an add_reference_column handles |
tree | commitdiff |
2010-01-15 |
Justin Hunter |
remove redunant around add_column |
tree | commitdiff |
2010-01-15 |
Justin Hunter |
fix a typo and remove "is" |
tree | commitdiff |
2010-01-13 |
Justin Hunter |
add an around remove_trigger to make sure trigger actua... |
tree | commitdiff |
2010-01-06 |
Justin Hunter |
bring Procedure up to speed with the rest of the Objects |
tree | commitdiff |
2009-12-09 |
Justin Hunter |
use the coercion instead of creating the object (change... |
tree | commitdiff |
2009-12-09 |
Justin Hunter |
fix for primary key adding/checking |
tree | commitdiff |
2009-12-04 |
Justin Hunter |
sometimes it would be nice to spell things correctly |
tree | commitdiff |
2009-12-04 |
Justin Hunter |
add drop_trigger (and put things in alphabetical order) |
tree | commitdiff |
2009-12-03 |
Justin Hunter |
fixes for MySQL producer ->options |
tree | commitdiff |
2009-12-03 |
Justin Hunter |
fix for Pg DDL parser |
tree | commitdiff |
2009-12-03 |
Justin Hunter |
make sure reference_fields/reference_columns is not... |
tree | commitdiff |
2009-12-01 |
Justin Hunter |
make these attributes required |
tree | commitdiff |
2009-12-01 |
Justin Hunter |
fix for storing comments using Moose::Autobox and ... |
tree | commitdiff |
2009-12-01 |
Justin Hunter |
set the schema on a trigger when it is added |
tree | commitdiff |
2009-12-01 |
Justin Hunter |
give Trigger objects access to Schema and Table objects |
tree | commitdiff |
2009-11-16 |
Justin Hunter |
check and see if column exists before checking if it... |
tree | commitdiff |
2009-11-16 |
Justin Hunter |
hack to make column auto_increment if it is changed... |
tree | commitdiff |
2009-11-16 |
Justin Hunter |
remove unnecessary (Any $) |
tree | commitdiff |
2009-10-18 |
Justin Hunter |
(Any $) is not necessary anymore for a multi method... |
tree | commitdiff |
2009-10-18 |
Justin Hunter |
if primary key constraint is added, make associated... |
tree | commitdiff |
2009-10-18 |
Justin Hunter |
add remove_sequence helper |
tree | commitdiff |
2009-10-18 |
Justin Hunter |
remove all columns before adding new ones via ->fields... |
tree | commitdiff |
2009-10-09 |
Justin Hunter |
add drop_view |
tree | commitdiff |
2009-10-09 |
Justin Hunter |
add remove methods for the rest of the objects and... |
tree | commitdiff |
2009-10-06 |
Justin Hunter |
View extends Table |
tree | commitdiff |
2009-10-06 |
Justin Hunter |
move drop_* to Compat, change to around remove_* in... |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
make "" the default for constraint name |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
remove ColumnSize and add MatchType |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
coerce HashRefs to Objects |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
add a sensible default for match_type and make type... |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
fix some typos and add multi methods for drop_index |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
coerce Sequence and Constraint into objects |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
add ability to remove indexes (indices?) |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
remove/add column to Columns hash upon rename |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
add error attribute |
tree | commitdiff |
2009-10-03 |
Justin Hunter |
move backcompat into Compat.pm and apply the role to... |
tree | commitdiff |
2009-09-30 |
Justin Hunter |
fix after removing auto_deref |
tree | commitdiff |
2009-09-30 |
Justin Hunter |
set table/schema when added to table/schema, rather... |
tree | commitdiff |
2009-09-30 |
Justin Hunter |
allow setting of fields (columns) like ->fields('foo... |
tree | commitdiff |
2009-09-30 |
Justin Hunter |
break out size into length & precision |
tree | commitdiff |
2009-09-29 |
Justin Hunter |
coerce a hash into an Index |
tree | commitdiff |
2009-09-29 |
Justin Hunter |
no more auto_deref |
tree | commitdiff |
2009-09-29 |
Justin Hunter |
change Undef to an empty ArrayRef and remove auto_deref |
tree | commitdiff |
2009-09-29 |
Justin Hunter |
remove auto-deref and use the Native::Trait handles |
tree | commitdiff |
2009-09-27 |
Justin Hunter |
add backcompat get_field method |
tree | commitdiff |
2009-09-24 |
Justin Hunter |
add is_valid method and a default for type |
tree | commitdiff |
2009-09-24 |
Justin Hunter |
fix extra method |
tree | commitdiff |
2009-09-24 |
Justin Hunter |
some pg grammar fixes |
tree | commitdiff |
2009-09-24 |
Justin Hunter |
add coercion for Index |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
return comments/options/extra when they are set |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
add overload (stringification) to Column, setup some... |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
add backcompat methods and some checking on ->name |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
make is_nullable a Bit and default the column size... |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
coerce a Column from a HashRef via Column->new |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
add some error checking to add_column and an alias... |
tree | commitdiff |
2009-09-22 |
Justin Hunter |
add ability to drop(remove) a column |
tree | commitdiff |
2009-09-19 |
Justin Hunter |
add is_valid check and make sure you can't add a table... |
tree | commitdiff |
2009-09-19 |
Justin Hunter |
stringify the table object |
tree | commitdiff |
2009-09-19 |
Justin Hunter |
add ability to "drop" a table |
tree | commitdiff |
2009-09-19 |
Justin Hunter |
add database attribute |
tree | commitdiff |
2009-09-19 |
Justin Hunter |
help pod test pass |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
better way to write the translate method |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
change from parse_mysql_version to engine_version |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
allow options to be handled |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
parse engine version |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
fix import issues |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
put former S::T::Utils method parse_mysql_version into... |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
add DEFAULT_PARSER_VERSION constant |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
default_value might also be a ScalarRef |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
add predicates for parser_args/producer_args |
tree | commitdiff |
2009-09-08 |
Justin Hunter |
yank out the normalizing of fields |
tree | commitdiff |
next |