2011-04-09 |
Rafael Kitover |
Refactor/improve support of DBD::Sybase compiled agains... |
tree | commitdiff |
2011-04-08 |
Rafael Kitover |
Consistently use MyApp::Schema throught the documentation |
tree | commitdiff |
2011-04-07 |
Peter Rabbitson |
Merge branch 0.08200_track into master |
tree | commitdiff |
2011-04-04 |
Peter Rabbitson |
Consolidate all constants under DBIC::_ENV_, bump n... |
tree | commitdiff |
2011-04-04 |
Peter Rabbitson |
Overhaul populate code - fix \[] support and exotic... |
tree | commitdiff |
2011-04-01 |
Rafael Kitover |
Comprehensive MSAccess support over both DBD::ODBC... |
tree | commitdiff |
2011-04-01 |
Peter Rabbitson |
Fix/clarify Oracle decision whether to use WhereJoins |
tree | commitdiff |
2011-04-01 |
Peter Rabbitson |
Fix (and test) quoting with the older style of WhereJoi... |
tree | commitdiff |
2011-03-31 |
Arthur Axel 'fREW... |
fix from => $rs->as_query |
tree | commitdiff |
2011-03-31 |
Rafael Kitover |
make the DB2/AS400 storage a subclass of DB2, do RNO... |
tree | commitdiff |
2011-03-30 |
Peter Rabbitson |
Several 5.8.old fixes |
tree | commitdiff |
2011-03-30 |
Peter Rabbitson |
Massive rewrite of bind handling, and overall simplific... |
tree | commitdiff |
2011-03-29 |
Peter Rabbitson |
Privatize _sth |
tree | commitdiff |
2011-03-29 |
Peter Rabbitson |
Correctly select the root source of the inner part... |
tree | commitdiff |
2011-03-27 |
Peter Rabbitson |
Ditch Carp::Clan for our own thing |
tree | commitdiff |
2011-03-22 |
Mateu X Hunter |
use relationship bridge consistently w/ many_to_many... |
tree | commitdiff |
2011-03-22 |
Peter Rabbitson |
Fix long relationship/column names in oracle for good |
tree | commitdiff |
2011-03-22 |
Peter Rabbitson |
Fixup SQLA monkeypatch in anticipation of new SQLA... |
tree | commitdiff |
2011-03-22 |
Peter Rabbitson |
Cleanup that namespacing mess |
tree | commitdiff |
2011-03-21 |
Peter Rabbitson |
Add startup sanity check of the ::DBI::Replicated metho... |
tree | commitdiff |
2011-03-21 |
Peter Rabbitson |
Lazily load DBD::Pg in ::Storage::DBI::Pg, only when... |
tree | commitdiff |
2011-03-20 |
Rob Kinyon |
Fixed bug in _strip_cond_qualifiers, patch generously... |
tree | commitdiff |
2011-03-17 |
Matt Phillips |
Fixed: RS example code was broken |
tree | commitdiff |
2011-03-13 |
Robert Buels |
cascading delete on a nonexistent relation should warn... |
tree | commitdiff |
2011-03-12 |
Robert Buels |
reorganize docs for load_namespaces method |
tree | commitdiff |
2011-03-11 |
Jason Mills |
Fix 'exit via next' warning from DBIx::Class::ResultSou... |
tree | commitdiff |
2011-03-08 |
Peter Rabbitson |
Make sure the component_class autoloader works across... |
tree | commitdiff |
2011-03-08 |
Rafael Kitover |
fixup Firebird ODBC driver for DBD::ODBC 1.29 |
tree | commitdiff |
2011-03-01 |
Peter Rabbitson |
Switch sql_maker_class and datetime_parser_type to... |
tree | commitdiff |
2011-03-01 |
Justin Hunter |
Switch cursor accessor to CAG's component_class type... |
tree | commitdiff |
2011-02-27 |
Jonathan Yu |
Minor POD spelling and link fixes |
tree | commitdiff |
2011-02-27 |
Matt Phillips |
Modified: small doc patch explaining a gotcha |
tree | commitdiff |
2011-02-25 |
Peter Rabbitson |
Lazy-load as many of the non-essential modules as possible |
tree | commitdiff |
2011-02-25 |
Peter Rabbitson |
Cleanup C3 handling, require updated Class::C3::Compone... |
tree | commitdiff |
2011-02-24 |
Peter Rabbitson |
Fix rev_rel_info on prototype sources |
tree | commitdiff |
2011-02-24 |
Peter Rabbitson |
Simplify implementation of reverse_relationship_info... |
tree | commitdiff |
2011-02-24 |
Rafael Kitover |
Temporarily monkeypatch DBD::ADO to fix warnings during... |
tree | commitdiff |
2011-02-24 |
Rafael Kitover |
rewrite SQLAnywhere GUID normalizing as a cursor_class... |
tree | commitdiff |
2011-02-24 |
Rafael Kitover |
Refactor UUID generation logic in ::Storage::DBI::Uniqu... |
tree | commitdiff |
2011-02-22 |
milki |
Patch to schema->deploy against a file |
tree | commitdiff |
2011-02-22 |
Alexander Hartmaier |
use -in SQL::Abstract operator instead of literal ... |
tree | commitdiff |
2011-02-21 |
Rafael Kitover |
Display a warning when an ODBC or ADO subclass is not... |
tree | commitdiff |
2011-02-21 |
Rafael Kitover |
Multiple code/test/doc improvements for MSSQL over... |
tree | commitdiff |
2011-02-21 |
Rafael Kitover |
Cleanup/extend blob/clob detection/checks |
tree | commitdiff |
2011-02-21 |
Rafael Kitover |
Use a safer $dbh->get_info |
tree | commitdiff |
2011-02-15 |
Peter Rabbitson |
Fix replicated fails introduced with 2b8cc2f2 |
tree | commitdiff |
2011-02-13 |
Moritz Onken |
fixed description to cookbook example |
tree | commitdiff |
2011-02-13 |
Moritz Onken |
fixed cookbook example |
tree | commitdiff |
2011-02-03 |
Peter Rabbitson |
Better exception when things get really really bad... |
tree | commitdiff |
2011-02-03 |
Rafael Kitover |
add quote_names connect_info option |
tree | commitdiff |
2011-01-27 |
Ronald J Kimball |
Fix broken sections links in POD |
tree | commitdiff |
2011-01-27 |
Peter Rabbitson |
Fix for SpeedyCGI and an extensive test of persistent... |
tree | commitdiff |
2011-01-25 |
Peter Rabbitson |
Stop eating syntax errors in ODBC drivers |
tree | commitdiff |
2011-01-25 |
Peter Rabbitson |
Fix broken select/group bind in Oracle (after 0542ec57... |
tree | commitdiff |
2011-01-25 |
Peter Rabbitson |
Disable default mysql_auto_reconnect for MySQL |
tree | commitdiff |
2011-01-25 |
Rafael Kitover |
improve MSSQL+ODBC initialization, clarify docs on... |
tree | commitdiff |
2011-01-24 |
Rafael Kitover |
remove mention of name_sep from Schema::Loader doc |
tree | commitdiff |
2011-01-24 |
Rafael Kitover |
update Schema::Loader docs |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Rewrite the check for nontrivial joinfree conditions... |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Fix $object->search_related aliasing, change semantics... |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Pass relationship name to _resolve_condition explicitly |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Sanity check args passed to a coderef conditionmaker |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
use $self->{from_bind} for extra binds transport |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Untodoify tests - these are not 'nice to have', they... |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Back out "support for prefetch from resultsource using... |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
do not use "me" on the related_resultset pessimization |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
refuse to invoke create_related as class method |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
fix the alias in the identity column |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
eager check if the create_related is at all possible |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
When getting a related_resultset in a row with custom... |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
support for prefetch from resultsource using extended_rels |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
checks if the complex conditions are overriden in set_f... |
tree | commitdiff |
2011-01-20 |
Peter Rabbitson |
Switch code/documentation/examples/tests to the new... |
tree | commitdiff |
2011-01-20 |
Jess Robinson |
Relationship documentation on extended (custom) relatio... |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
cascades default to 0 when using extended rels |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
makes search_related on extended rels without the optim... |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
Most of the code reviewed... Missing ResultSet->populat... |
tree | commitdiff |
2011-01-20 |
Daniel Ruoso |
First attempt to make extended_rels work. |
tree | commitdiff |
2011-01-20 |
Rafael Kitover |
improve bare ODBC dsn warning |
tree | commitdiff |
2011-01-19 |
Rafael Kitover |
Examples/instructions for connecting to MSSQL over... |
tree | commitdiff |
2011-01-19 |
Rafael Kitover |
Improvements for MSSQL+ODBC multiple active resultset... |
tree | commitdiff |
2011-01-19 |
Alexander Hartmaier |
Fix deploy and relationship traversal on partial schemas |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
DBIC now warns on explicit false AutoCommit, and when... |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
Start calling result_source_instance automatically... |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
Fix incorrect error detection during populate() on... |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
Fix stupid stupid ommission RT#64839 |
tree | commitdiff |
2011-01-19 |
Maik Hentsche |
Cleaner error message for using source() without requir... |
tree | commitdiff |
2011-01-14 |
Peter Rabbitson |
Reduce to a warning the commit-without-apparent-begin... |
tree | commitdiff |
2011-01-14 |
Peter Rabbitson |
Reduce to a warning the find-with-NULL-key exception... |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Fix for => 'shared' on MySQL (RT#64590) |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Fix RT#64500 |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Remove some accumulated cruft |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Cleanup ResultSourceHandle handling after M.A.D. introd... |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Introduce M.A.D. within the schema/source instance... |
tree | commitdiff |
2011-01-13 |
Peter Rabbitson |
Fasterize |
tree | commitdiff |
2011-01-13 |
ostmann |
Fix losing order of columns provided in select/as |
tree | commitdiff |
2011-01-12 |
Brian Phillips |
Multiple optimizations of $rs->populate |
tree | commitdiff |
2011-01-12 |
Brian Phillips |
Fix populate with an emply ([]) has_many |
tree | commitdiff |
2011-01-05 |
Peter Rabbitson |
Fix default selection resolution - make frew happy :) |
tree | commitdiff |
2011-01-05 |
Peter Rabbitson |
Make sure unaliased selectors and prefetch coexist... |
tree | commitdiff |
next |