2010-07-26 |
Justin Hunter |
make "is_unique" an attribute |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Justin Hunter |
fix typo |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Justin Hunter |
lets remove that extra ; |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Justin Hunter |
move the class_type around |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Arthur Axel... |
fix type constraint in UglyLanguage |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Arthur Axel... |
Merge branch 'master' of git://github.com/arcanez/SQL... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Arthur Axel... |
gitignore will help |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Justin Hunter |
no swapfiles allowed |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Justin Hunter |
DBIx::Class parser stubs |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Justin Hunter |
backcompat SQL::Translator::Schema::Constants |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Justin Hunter |
fix SQLite parsing and code clean up |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Justin Hunter |
create empty README, will populate later |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Justin Hunter |
add MooseX::Aliases (to allow for to/from and producer... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
don't clear the schema, but leave the ability to do... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Justin Hunter |
fix view generation |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Graham Barr |
Add method to populate a column extra fields |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Graham Barr |
Add specific methods for adding foreign keys and indexe... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Graham Barr |
If schema name is unspecified, select from database |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Graham Barr |
preserve column order |
commit | commitdiff | tree | snapshot |
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 |
next |