2008-10-12 |
Peter Rabbitson |
Fix omission in pg test |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Peter Rabbitson |
Downgrading multi-prefetch exception to a warning as... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Peter Rabbitson |
TODOify the 'upgrade twice within a second' problem... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Jess Robinson |
Modernised and rearranged docs massively into a saner... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Jess Robinson |
Modernise docs |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Peter Rabbitson |
Add new column with a default to Artist, adjust tests... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Peter Rabbitson |
Regenerate (finally\!) t/lib/sqlite.sql |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Peter Rabbitson |
Minor documentation patch by Flavio Poletti - remove... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Jess Robinson |
Add documentation to indicate that calling find, find_o... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Matt S Trout |
increase Test::Warn dependency |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Peter Rabbitson |
Silence SQLite ->disconnect warnings |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Peter Rabbitson |
Merge 'warnfree' into 'trunk' |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Peter Rabbitson |
duh |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Peter Rabbitson |
Schema::Versioned test cleanups: |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Marc Mims |
Remove superfluous TODO test |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Jess Robinson |
cosmincx's patch to show relationship attr filtering... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Marc Mims |
Use DBI->last_insert_id for ODBC base class. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Jess Robinson |
Fix incorrect relationship docs! |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Jess Robinson |
Rename _merge_attr args to something saner than $a, $b |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Matt S Trout |
fix new_related on uninserted objects to handle has_man... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Peter Rabbitson |
Better docs about single() |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Peter Rabbitson |
Add cookbook discussion of single() vs first() |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jess Robinson |
Doc patch from jhannah |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Peter Rabbitson |
mst is right: there is no sane way to allow automatic... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Matt S Trout |
new_related works again |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Johannes Plunien |
thanks to ribasushi for _sqlite_dbname and fixing 93sto... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Johannes Plunien |
not checking if t/var/DBIxClass.db was created anymore... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Johannes Plunien |
doing ->init_schema( sqlite_use_file => 1 ) in 92storag... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Johannes Plunien |
default sqlite storage ":memory:", possible to switch... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Matt S Trout |
first cut at sanitising multi-create/new_related etc... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Jess Robinson |
FAQ patch from Alex, how to make oracle searches case... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Peter Rabbitson |
Merge 'trunk' into 'warnfree' |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Peter Rabbitson |
Make t/93single_accessor_object.t work under DBICTEST_S... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Peter Rabbitson |
warning tests at t/81transactions.t |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Add a test for another expected warning |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
SQLite is rather peculiar on disconnection as described... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Fix warning due to File::Copy being sloppy |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Move the taint tests to a non-mainstream schema - hopef... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Accomodate postgres being really load on CREATE |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Unregister a source before registering it again |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Peter Rabbitson |
Revert r482[45], by implementing a better version of... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Matt S Trout |
delete mention of broken HashRefInflator global |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Matt S Trout |
removed retarded global; if you want this feature,... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Matt S Trout |
fixup get_from_storage and delete to use original ident |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Wallace Reis |
getting rid of warns about undefined value for accessor |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Florian Ragwitz |
Add myself to CONTRIBUTORS. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Matt S Trout |
use unlike in test to make error report more useful |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Peter Rabbitson |
Consistent skip messages throughout the test suite... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Peter Rabbitson |
Align self-deploying tests with the CD schema changes... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
g |
Fixed wrong field names: cd.cdid -> cd.id, artist.artis... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Jess Robinson |
Added doc patches from g about cascade_delete |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Marc Mims |
Adedd TODO test demonstrating $rs->delete failure for... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Peter Rabbitson |
Forgot to modify Changes - looks good to castaway :D |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Peter Rabbitson |
doh2 |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Matt S Trout |
doh |
commit | commitdiff | tree | snapshot |
2008-08-27 |
John Goulah |
adding contact details per lukes request; added docs... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
John Napiorkowski |
fixed braindead typo in docs telling people to use... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
John Goulah |
virtual method so user can create upgrade path across... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Matt S Trout |
fix related resultsets and multi-create |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Peter Rabbitson |
Force on_delete/on_update arguments to upper case for... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Peter Rabbitson |
- Allow explicit specification of ON DELETE/ON UPDATE... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Peter Rabbitson |
Multiple HashRefInflator improvements: |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Peter Rabbitson |
Align arguments of $schema->deployment_statements(... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Peter Rabbitson |
Properly local()ize several $SIG{__WARN__} handlers |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Tom Hukins |
Add metadata about the license and repository used... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Marc Mims |
ODBC fixes: superfluous connection in rebless; undef... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Jess Robinson |
Add saner warning when non-source classes encountered... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Luke Saunders |
separated upgrade statement execution to new method |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Luke Saunders |
proxying new storage method |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Luke Saunders |
reverted back to previous compose_namespace method... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Luke Saunders |
further simplified compose_namespace |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Luke Saunders |
refactored compose_namepspace |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Luke Saunders |
added with_deferred_fk_checks functionality to storage |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Luke Saunders |
fixed failing extra_source test |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Luke Saunders |
fixed clone bug |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Luke Saunders |
switched to just registering extra source rather than... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Luke Saunders |
added register_extra_source |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Guillermo Roditi |
use sub::name to fix compat with moose method modifiers |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Luke Saunders |
skipped test which relies on module if module isn't... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Jess Robinson |
Added doc patch about race condition in find_or_create... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Jess Robinson |
Added 98rows_prefetch.t from Christopher Davaz, todo... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Luke Saunders |
incremented version number in prep for dist |
commit | commitdiff | tree | snapshot |
2008-07-23 |
John Napiorkowski |
podcoverage test now requires minimum 0.19 version... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
John Napiorkowski |
changed some replication POD so that we get correctly... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
J. Shirley |
Skipping this unless we have Clone |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Matt S Trout |
more author requirements |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Matt S Trout |
fix cycle, reformat to 80 cols |
commit | commitdiff | tree | snapshot |
2008-07-23 |
John Napiorkowski |
replication tests needs Test::Moose |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Matt S Trout |
fix skip |
commit | commitdiff | tree | snapshot |
2008-07-21 |
John Napiorkowski |
Merge 'replication_dedux' into 'trunk' |
commit | commitdiff | tree | snapshot |
2008-07-18 |
J. Shirley |
Adding datetime_undef_if_invalid to squelch errors... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
John Napiorkowski |
updated CHANGES, removed debug code left by accident... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Guillermo Roditi |
Merge 'complex_join_rels' into 'trunk' |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Guillermo Roditi |
Changes and AUTHORS |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Guillermo Roditi |
_is_deteministic_value |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Guillermo Roditi |
Merge 'trunk' into 'complex_join_rels' |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Ash Berlin |
Update docs re txn_scope_guard |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Luke Saunders |
Merge 'versioning' into 'trunk' |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Luke Saunders |
removed EXPERIMENTAL notices |
commit | commitdiff | tree | snapshot |
next |