2010-02-20 |
Graham Barr |
Add parse method for DBI parser |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
partial test cleanup, more to come |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
remove some unnecessary code |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
comment out the trigger for now |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
clear the schema before throwing another one on |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
add (and use) _default_value method, relatively similar... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
spacing change |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
change "fields" into "columns" (backcompat), probably... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
minor whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
yes, we want column comments for SQLite |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
remove sort |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Justin Hunter |
clean up SQLite producer, mainly header_comment |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
don't try to guess what to load, use a mapping |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
test at least runs now |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
hardwire is_valid for the time being |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
added some attributes |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
make this test pass, fix it up to match new SQLT design |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
no longer need to call the methods to add extra/options... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
long awaited BUILDARGS to help with comments/options... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
coerce Str to ArrayRef |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Justin Hunter |
coerce a Str to ArrayRef |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
remove some sorts |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
use Digest::SHA1 for sha1_hex |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
make sure columns is an ARRAYREF |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
more tests and test data |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
add tests and test data |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
update test |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Justin Hunter |
primary key fix for YAML |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Justin Hunter |
more test fixups |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Justin Hunter |
database_events as an array, not arrayref |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Justin Hunter |
primary key fix |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Justin Hunter |
no more wantarray |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Justin Hunter |
fix for dropping procedures and temporarily remove die |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Justin Hunter |
unbreak some tests |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Justin Hunter |
add an add_reference_column handles |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Justin Hunter |
remove redunant around add_column |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Justin Hunter |
fix a typo and remove "is" |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Justin Hunter |
some test fixes |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Justin Hunter |
add an around remove_trigger to make sure trigger actua... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Justin Hunter |
all tests at least run, not all pass |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Justin Hunter |
bring Procedure up to speed with the rest of the Objects |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Justin Hunter |
current state of this test |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Justin Hunter |
use the coercion instead of creating the object (change... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Justin Hunter |
fix for primary key adding/checking |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Justin Hunter |
sometimes it would be nice to spell things correctly |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Justin Hunter |
add drop_trigger (and put things in alphabetical order) |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Justin Hunter |
while admittedly still broken, much progress has been... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Justin Hunter |
fixes for MySQL producer ->options |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Justin Hunter |
fix for Pg DDL parser |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Justin Hunter |
make sure reference_fields/reference_columns is not... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Hunter |
make these attributes required |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Hunter |
fix for storing comments using Moose::Autobox and ... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Hunter |
set the schema on a trigger when it is added |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Justin Hunter |
give Trigger objects access to Schema and Table objects |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Justin Hunter |
check and see if column exists before checking if it... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Justin Hunter |
hack to make column auto_increment if it is changed... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Justin Hunter |
remove unnecessary (Any $) |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Justin Hunter |
(Any $) is not necessary anymore for a multi method... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Justin Hunter |
up some deps |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Justin Hunter |
if primary key constraint is added, make associated... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Justin Hunter |
add remove_sequence helper |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Justin Hunter |
remove all columns before adding new ones via ->fields... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Justin Hunter |
add drop_view |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Justin Hunter |
add remove methods for the rest of the objects and... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Justin Hunter |
View extends Table |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Justin Hunter |
move drop_* to Compat, change to around remove_* in... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
make "" the default for constraint name |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
remove ColumnSize and add MatchType |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
coerce HashRefs to Objects |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
add a sensible default for match_type and make type... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
fix some typos and add multi methods for drop_index |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
coerce Sequence and Constraint into objects |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
add ability to remove indexes (indices?) |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
remove/add column to Columns hash upon rename |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
add error attribute |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Justin Hunter |
move backcompat into Compat.pm and apply the role to... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
another test |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
fix after removing auto_deref |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
set table/schema when added to table/schema, rather... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
initial xml test |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
allow setting of fields (columns) like ->fields('foo... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Hunter |
break out size into length & precision |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Justin Hunter |
coerce a hash into an Index |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Justin Hunter |
no more auto_deref |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Justin Hunter |
change Undef to an empty ArrayRef and remove auto_deref |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Justin Hunter |
remove auto-deref and use the Native::Trait handles |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Hunter |
add backcompat get_field method |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Justin Hunter |
schema test changes |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Justin Hunter |
add is_valid method and a default for type |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Justin Hunter |
fix extra method |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Justin Hunter |
data_type is now a timestamp without time zone (no... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Justin Hunter |
some pg grammar fixes |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Justin Hunter |
add coercion for Index |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Justin Hunter |
simple pod coverage test |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Justin Hunter |
return comments/options/extra when they are set |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Justin Hunter |
add overload (stringification) to Column, setup some... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Justin Hunter |
add backcompat methods and some checking on ->name |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Justin Hunter |
make is_nullable a Bit and default the column size... |
commit | commitdiff | tree | snapshot |
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 |
next |