2011-11-22 |
Peter Rabbitson |
Unhide ::SQLMaker::OracleJoins to properly appear on... |
tree | commitdiff |
2011-10-26 |
Dagfinn Ilmari Man... |
Mark ->with_deferred_fk_checks as RDBMS-specific |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Fixxor pause indexing |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Cleanup compose_namespace(), clarify leaktests wrt... |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Throw a sensible error when a malformed 'as'-spec is... |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Remove the transparrent hook lazy-pager-count experiment |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
This atrocity will be removed from sqla, do not use... |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Fix find() pessimization when invoked with bare values |
tree | commitdiff |
2011-07-27 |
Peter Rabbitson |
Fix oracle (I am so stupid) |
tree | commitdiff |
2011-07-20 |
Uwe |
fix link in replication introduction |
tree | commitdiff |
2011-07-19 |
Rafael Kitover |
Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA |
tree | commitdiff |
2011-07-19 |
Rafael Kitover |
Oracle: fix LOB conversions for non-LOBs (RT#69548) |
tree | commitdiff |
2011-07-17 |
Peter Rabbitson |
Fix last test susceptible to spurious warnings, cleanup... |
tree | commitdiff |
2011-07-17 |
Peter Rabbitson |
Stop Data::Compare from loading plugins at will |
tree | commitdiff |
2011-07-15 |
Matt S Trout |
fix $rs->populate([]) to be a no-op rather than an... |
tree | commitdiff |
2011-07-14 |
Arthur Axel 'fREW... |
fix spurious PAUSE message |
tree | commitdiff |
2011-07-14 |
Alexander Hartmaier |
replaced Test::Deep::NoTest with Data::Compare to not... |
tree | commitdiff |
2011-07-14 |
Peter Rabbitson |
Stop leaking cursors on oracle sequence retrieval |
tree | commitdiff |
2011-07-14 |
Peter Rabbitson |
SQLMaker is a proper C3-enabled class, do not use SUPER:: |
tree | commitdiff |
2011-07-04 |
Rafael Kitover |
check database driver dependencies for tests |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Open the logfile in append mode |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Yet another SQL munging atrocity (shadow needs it) |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Fix all invocations of _resolve_condition to match... |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Do not consider non-sequence oracle triggers during... |
tree | commitdiff |
2011-06-17 |
Arthur Axel 'fREW... |
fix bigint handling in sqlite |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
More robust insert() logic to avoid undef warnings |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Make Ordered play nice with other things hooking update() |
tree | commitdiff |
2011-06-17 |
David Schmidt |
explicit int cast, prevents the result rounding up... |
tree | commitdiff |
2011-06-13 |
Rafael Kitover |
don't mask missing deps with datetime_undef_if_invalid |
tree | commitdiff |
2011-06-08 |
Rafael Kitover |
don't add Sys::SigAction to author deps on Win32 |
tree | commitdiff |
2011-06-08 |
Rafael Kitover |
Make Access inner joins 'INNER JOIN' to avoid JOIN... |
tree | commitdiff |
2011-06-07 |
Alexander Hartmaier |
fixed order of rows difference between first and subseq... |
tree | commitdiff |
2011-06-07 |
Peter Rabbitson |
Fix stupid oversight in update_all |
tree | commitdiff |
2011-06-07 |
Peter Rabbitson |
Augment shorsighted code change in 5ef76b8b |
tree | commitdiff |
2011-06-05 |
Peter Rabbitson |
Rewrite handling of "storage-side old values" both... |
tree | commitdiff |
2011-06-05 |
Peter Rabbitson |
Minor cleanup of ResultSource attributes |
tree | commitdiff |
2011-06-05 |
Peter Rabbitson |
fix doubling of find_related condition |
tree | commitdiff |
2011-06-05 |
Peter Rabbitson |
Extra cleanup of leftovers from 70171cd7 |
tree | commitdiff |
2011-06-04 |
Pedro Melo |
Revert "Fix incorrect default sqlt_deploy_hook signatur... |
tree | commitdiff |
2011-05-31 |
Florian Ragwitz |
Allow changing attributes on schema cloning |
tree | commitdiff |
2011-05-24 |
Moritz Lenz |
[docs] remove a stray "1;" |
tree | commitdiff |
2011-05-24 |
Moritz Lenz |
[doc] replace pseudocode with real code |
tree | commitdiff |
2011-05-23 |
Justin Hunter |
fix typo |
tree | commitdiff |
2011-05-18 |
Rafael Kitover |
add DateTime parser for Sybase ASE |
tree | commitdiff |
2011-05-17 |
Rafael Kitover |
change FreeTDS related warnings to carp_once |
tree | commitdiff |
2011-05-17 |
Rafael Kitover |
make Oracle trigger queries safe for coderef connect_infos |
tree | commitdiff |
2011-05-11 |
Brian Phillips |
take more care in mangling SELECT when applying subquer... |
tree | commitdiff |
2011-05-10 |
Peter Rabbitson |
Fix incorrect > vs >= ver. check, causing 5.13.1 fails |
tree | commitdiff |
2011-05-09 |
Peter Rabbitson |
Fix serious DBD::SQLite numeric datatype mismatch regre... |
tree | commitdiff |
2011-05-02 |
Naveed Massjouni |
Added documentation for the -ident/-value operators... |
tree | commitdiff |
2011-05-02 |
Rafael Kitover |
Fix assumption in Sybase::ASE blob updater: cond is... |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Throw away the error prone _strip_cond_qualifiers |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Revert the smart-select-ordering introduced in 36fd7f07 |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Channel all DBIHacks methods to the replicated writer |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Revert incorrect assumption about non-functional cached... |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Use clearer varnames |
tree | commitdiff |
2011-05-02 |
Peter Rabbitson |
Fix incorrect default sqlt_deploy_hook signature |
tree | commitdiff |
2011-05-02 |
Damien Krotkine |
Documentation regarding resultsets in list context |
tree | commitdiff |
2011-05-02 |
Rafael Kitover |
Cleanup Oracle's 00a28188 / add support for update... |
tree | commitdiff |
2011-05-02 |
Rafael Kitover |
fix MSSQL on_connect_call => 'use_dynamic_cursors'... |
tree | commitdiff |
2011-04-29 |
Fitz Elliott |
prefetch docs: prefetch works on all rel types |
tree | commitdiff |
2011-04-29 |
Rafael Kitover |
savepoints for SQLite |
tree | commitdiff |
2011-04-29 |
Peter Rabbitson |
Another overhaul of transaction/savepoint handling |
tree | commitdiff |
2011-04-29 |
Matt Sickler |
Tweaked example code for having non-db data accessors. |
tree | commitdiff |
2011-04-22 |
Peter Rabbitson |
Fix custom-relationships on resultsources with multilev... |
tree | commitdiff |
2011-04-22 |
Peter Rabbitson |
Fix stupid optimizer bug with has_many joined over... |
tree | commitdiff |
2011-04-19 |
Alexander Kuznetsov |
Fix $rs->next when using HRI with right-join-side data... |
tree | commitdiff |
2011-04-16 |
Rafael Kitover |
handle BLOB and CLOB columns in WHERE for Oracle |
tree | commitdiff |
2011-04-16 |
Robert Bohne |
Add retrieve_on_insert column_info flag, to autoretriev... |
tree | commitdiff |
2011-04-14 |
Rafael Kitover |
make a proper storage base class for Firebird |
tree | commitdiff |
2011-04-14 |
Justin Hunter |
fix some spelling mistakes |
tree | commitdiff |
2011-04-14 |
Rafael Kitover |
support sub-second precision for TIMESTAMPs for Firebir... |
tree | commitdiff |
2011-04-12 |
Arthur Axel 'fREW... |
Fix complex limits with subqueries in selectors |
tree | commitdiff |
2011-04-11 |
Rafael Kitover |
support for DBD::Firebird |
tree | commitdiff |
2011-04-11 |
Arthur Axel 'fREW... |
Parameterize pagination |
tree | commitdiff |
2011-04-11 |
Rafael Kitover |
Use _is_binary_lob_type to determine datatypes in need... |
tree | commitdiff |
2011-04-11 |
Rafael Kitover |
Remove use of _resolve_column_info call from _prep_for_... |
tree | commitdiff |
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 |
next |