2010-12-15 |
Rafael Kitover |
merge and improve _is_lob_type from Sybase::ASE into... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Alexander Hartmaier |
support INSERT ... RETURNING in Oracle 8i and later |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Rafael Kitover |
rewrite Schema::Loader section in Manual::Intro |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Rafael Kitover |
rename sybase_asa tests and env vars to sqlanywhere |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Support for -value op in search (for pg arrays and... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Order core dependencies, bump CAG to the rewritten... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Limit the void context search exceptions to non-dbic... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Missing podcoverage skips |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Make the has-ident check in Row->update even lazier |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Rabbitson |
Indulge in some microoptimization |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fabien Wernli |
Get Storage::Oracle to behave when quoting is enabled |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Quieter Sybase tests |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Separate the oracle core and hq tests |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Rename method, normalize rv to [$sql, @bind] |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Keep belongs_to related object / fk values in sync |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Fix count on rs with a having clause with an aliased... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Al Newkirk |
explain how to use HashRefInflator with search |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Rabbitson |
Fix the DBI-destroy-warning silencer |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Peter Rabbitson |
Microoptimization of the IC::DT registration code |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Arthur Axel... |
refactor DBIx::Class::Storage::Statistics::debugfh... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Kitover |
Quote table name when inserting DEFAULT VALUES |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Kitover |
Fix multiple storage regressions from 52416317 |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Moritz Lenz |
fix left-over from use_namespaces |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Rafael Kitover |
added website to community resources in main POD |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Always run the META.yml check |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Backout inconsistent changes to +columns handling |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Overhaul thread handling |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Suppress replicated test warnings on win32 as well |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Fix 2 stupid omissions in tests |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Stop showing __BULK_INSERT__ during populate() without... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Fix a forgotten nested try::tiny usage |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Attach a storage debugobj lazily instead of at new... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Peter Rabbitson |
Unqualify imported functions |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Andrew Rodland |
Croak more intelligently when attrs->{page} is an unexp... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Rabbitson |
Major overhaul of select/as resolution handling (fixes... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Mike Baas |
Add notes about handling of inflated objects in results... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Rabbitson |
Stop spurious warnings in cdbi test |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Overhaul serialization test, add optional Memcached... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Add Storable freeze/thaw hooks to ResultSet to detach... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Switch all Storable serialization calls from freeze... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Fix regressions in IC::DT registration logic |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Fix datetime dependency in t/60core.t (RT62635) |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Deprecate rolled-out hash-condition in search() |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Die on search in void context |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Refactor insert logic (Row should not handle SQLA options) |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Introduce columns_info, switch a large portion of the... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Cleanup Row::sequence() |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Cleanup ::ResultSourceProxy, use a proxy-method generator |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Alexander Hartmaier |
More robust Oracle autoinc pk sequence detection |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Rabbitson |
Hide package from PAUSE |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Arthur Axel... |
Don't quote NULL for debug output |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John Napiorkowski |
fix and regression test for RT #62642 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Alexander Hartmaier |
Removed unintentionally doubled cd pk trigger from... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Arthur Axel... |
fREWFail: Remove IRC topic from DBIx::Class |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Arthur Axel... |
release 0.08124 v0.08124 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Arthur Axel... |
Changes for 0.08124 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Rabbitson |
Generalize leak-trace handling |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Rabbitson |
Test::Builder2 has a fancy set of singletons |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Rabbitson |
podcoverage exception (how did I miss *that*!?) |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Arthur Axel... |
release 0.08123_03 |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Arthur Axel... |
add changes from last few commits |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Amiri Barksdale... |
View-dep cleanups (really paper overs, code needs a... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Bring back deleted classes |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Latest DBD::SQLite really went to shit >:( |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
This test in fact requires DT::F::SQLite |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Add a fix to cookbook recipe |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Fix load_namespaces fail when classes tinker with $_ |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Norbert Buchmuller |
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows) |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Add undocumented ability to disable the join optimizer |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Automatically mark the cap. framework methods as unimpl... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Peter Rabbitson |
Fail gracefully on Config::Any PROFILE-loading errors |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Arthur Axel... |
release 0.08123_02 |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Arthur Axel... |
bump version for dev users |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
$sth->{Active} may throw during destruction >.< |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Extra adjustments of find() documentation and code... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Extra authordeps |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Patch up weird MRO fail on 5.8 perls |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Temporary fixes for 5.13.x $@ handling |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Break out the txn_scope_guard tests, some cleanup |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
gitignore MYMETA |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Rabbitson |
Get test suite to pass under 5.13.6 (peepeeness!) |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Peter Rabbitson |
-ident implementation |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Peter Rabbitson |
Remove useless use of Storable from t/100extra_source.t |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Peter Rabbitson |
Return a unique list of k/vs from get_inflated_columns |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Peter Rabbitson |
Massive cleanup of transaction handlers |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Peter Rabbitson |
Make sure t/storage/debug.t passes with DBIC_TRACE_PROF... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Peter Rabbitson |
Add Hash::Merge exception to the leak test |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Arthur Axel... |
add SEE ALSO |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Aaron Crane |
Doc fix: DBIx::Class::Row->discard_changes documented... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Robert Bohne |
Skip cross-schema tests for Oracle 8i (no clear fix... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Robert Bohne |
Fixed test for hierarchical queries with Oracle 8i. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Peter Rabbitson |
Merge branch 'people/riba/find_cleanup' into people... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Peter Rabbitson |
Test for already fixed RT#59219 |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Peter Rabbitson |
Extensive updates to find/key related documentation |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
Fix find() with an explicit constraint name (... {... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
De-golf _is_deterministic_value, add more tests for... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
Reduce mount of perlgolf in ResultSet.pm |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
Remove support for find( col1 => $val1, col2 => $val2... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
Add a unique constraint to artist.name in the test... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Peter Rabbitson |
Switch t/relationship/core.t $@ checks to Test::Exception |
commit | commitdiff | tree | snapshot |
next |