root/trunk/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @578 [578] 3 months ykerherve Prevent a uuv warning Fix #RT49063 Thanks shibuya-san
(edit) @577 [577] 4 months ykerherve uncache objects when they are changed instead of writing to the cache
(edit) @576 [576] 4 months ykerherve It makes sense to be consistent and to cache the object as soon as we got …
(edit) @573 [573] 6 months athomason Merge inflate speedup from Yann's tree. See changelog for r211 for …
(edit) @572 [572] 6 months athomason Support a task timeout.
(edit) @570 [570] 7 months ykerherve By design AUTOLOAD won't advertize that GearmanDBI does rw_handle() and …
(edit) @566 [566] 9 months kgoess noting a caveat on clone() for future generations
(edit) @565 [565] 9 months ykerherve Added on_exception_cb and retry_count parameters to the driver, to pass …
(edit) @564 [564] 10 months athomason Avoid joining to the same table multiple times.
(edit) @560 [560] 10 months btrott Upped version to 0.06
(edit) @559 [559] 10 months ykerherve - Added a new (experimental) GearmanDBI Driver that transports sql to a …
(edit) @558 [558] 10 months miyagawa ok, 5.10 definitely needs this. …
(edit) @557 [557] 10 months miyagawa no strict is not needed here because the defined check was wrong
(edit) @556 [556] 10 months miyagawa fixed a typo in checking a symbol table. This might affect performance …
(edit) @555 [555] 11 months swistow Fix POD
(edit) @554 [554] 11 months ykerherve Added documentation about our supported/tested databases
(edit) @553 [553] 11 months ykerherve Added Oracle support by …
(edit) @552 [552] 11 months ykerherve Removed trailing spaces only - no other code change
(edit) @551 [551] 11 months ykerherve Added information about the new google group.
(edit) @550 [550] 11 months ykerherve Fixed https://rt.cpan.org/Ticket/Display.html?id=41880 Using Pg and …
(edit) @541 [541] 12 months swistow Add docs, rename
(edit) @539 [539] 12 months swistow Sort out capabilities and make them a little more regular
(edit) @536 [536] 12 months miyagawa fixed a typo
(edit) @535 [535] 12 months miyagawa revert the _get_limit check since it causes PhenoType to issue expensive …
(edit) @532 [532] 12 months mpaschal Improve transaction related warnings Use Carp for these warnings as we do …
(edit) @531 [531] 12 months mpaschal Normalize can_replace() docs Document force_no_prepared_cache()
(edit) @529 [529] 12 months whitaker Update comment
(edit) @527 [527] 13 months swistow Better debug message
(edit) @526 [526] 14 months swistow Automatically stop using cached statements in SQLite which silences some …
(edit) @523 [523] 14 months miyagawa $resultset->slice should not pad items with undef when it's called …
(edit) @522 [522] 14 months miyagawa Added ->all() method to be compatible with DBIC and handiness for TT …
(edit) @521 [521] 14 months miyagawa Fixed a bug in ResultSet->slice() where return value is not a proper array …
(edit) @517 [517] 15 months miyagawa no critic
(edit) @516 [516] 15 months swistow Allow you to set no prepared cache at instantation time
(edit) @515 [515] 15 months swistow Stop errors in certain versions of SQLite
(edit) @513 [513] 16 months miyagawa change the eval to rather than {} to actually catch old perl without …
(edit) @510 [510] 17 months ykerherve Fixed an issue where passing an empty list of @ids in lookup_multi or a …
(edit) @509 [509] 17 months ykerherve - Handled an edge case where txn_active wouln't be set if we have an …
(edit) @507 [507] 17 months ykerherve I changed the code/name halfway. This is the other half
(edit) @506 [506] 17 months ykerherve - Added a "reuse_dbh" option to D::OD::D::DBI, if enabled it caches and …
(edit) @504 [504] 17 months ykerherve Fixed an issue in the case of a transaction involving different classes …
(edit) @497 [497] 18 months ykerherve Added support for transactions into Multiplexer driver the callback for …
(edit) @496 [496] 18 months ykerherve Updated the name of the method "is_ephemeral" to something less fancy. In …
(edit) @494 [494] 18 months bchoate Added 'window_size' for search method of BaseCache class.
(edit) @493 [493] 18 months ykerherve Added a is_ephemeral() method which is an aweful name, but will allow …
(edit) @492 [492] 18 months sekimura pull out subref and added a _add_index_hint method so that a SQL subclass …
(edit) @491 [491] 18 months sekimura added a doc for add_index_hint()
(edit) @487 [487] 18 months whitaker Reinstating this code since it was unlikely to be causing a registration …
(edit) @486 [486] 18 months gblankenbaker Rolling back due to possible errors in TP1-ATP registration: "don't try to …
(edit) @482 [482] 18 months whitaker Second version of this change, re-committing... Improved support for …
(edit) @481 [481] 18 months ykerherve Let's continue to filter but restrict to ascii chars and allow more sigils
(edit) @480 [480] 19 months ykerherve - Added a new 'comment' mutators to SQL statement objects - Added a new …
(edit) @479 [479] 19 months whitaker Reverting this because it was causing errors with type-sync …
(edit) @478 [478] 19 months whitaker Improved support for transactions in partition and caching drivers. * If …
(edit) @476 [476] 19 months ykerherve If one id has been deleted then the partition driver will typically croak …
(edit) @475 [475] 19 months garth Better word choice
(edit) @474 [474] 19 months sekimura added 'add_index_hint' to tell MySQL to use the named index to find rows
(edit) @473 [473] 19 months whitaker Standardize slice() to always return an arrayref. When calculating a …
(edit) @472 [472] 19 months ykerherve - Added documentation for the last methods I've added - Added unit tests
(edit) @471 [471] 19 months swistow If we're going to use Perl Critic, let's atleast pass all the tests
(edit) @468 [468] 19 months ykerherve Added quick helpers for object comparison by primary key and for printing …
(edit) @467 [467] 20 months btrott Added DISTINCT patch from John Berthels.
(edit) @466 [466] 20 months sekimura * clear results if one of existing terms changed
(edit) @465 [465] 20 months sekimura * added rewind() to move back to the start of iterator
(edit) @463 [463] 21 months kgoess Adding peek_next() to ResultSet
(edit) @462 [462] 21 months ykerherve Added uncache_object() method for those objects that are cached and you'd …
(edit) @460 [460] 21 months kgoess For the resultset iterator, adding a limit where there wasn't one before …
(edit) @459 [459] 21 months btrott Moved creation of D::OD::Iterator object inside of else block, where …
(edit) @458 [458] 21 months btrott Fixed compilation error in perl 5.10.
(edit) @457 [457] 21 months btrott Added docs for result.
(edit) @456 [456] 21 months btrott Upped version to 0.05.
(edit) @452 [452] 22 months garth Make sure to put the class check after we've checked for loaded results.
(edit) @451 [451] 23 months garth Do the full select if there is a limit term. Count should take that into …
(edit) @450 [450] 23 months garth 1. Always return an array ref from 'slice' 2. Have count use a 'count' …
(edit) @449 [449] 23 months mpaschal These modules are not directly used in the driver, so let's not require …
(edit) @448 [448] 23 months kgoess fixing perldoc, unterminated I<
(edit) @447 [447] 23 months garth Don't try to search when we have an iterator.
(edit) @446 [446] 2 years sekimura * fixed typo "filters"
(edit) @445 [445] 2 years sekimura * we need to force a requery when we change 'offset' that is smaller than …
(edit) @444 [444] 2 years garth Make sure to requery if we get a new limit or filter after we've already …
(edit) @443 [443] 2 years garth Make sure to filter on new sort values. BugzId: 64245
(edit) @442 [442] 2 years ykerherve Changed filter to filters to be consistent BugzID: 64221
(edit) @441 [441] 2 years ykerherve Fixed accessor to filterS
(edit) @440 [440] 2 years garth Fixed a problem involving result sets created via 'iterator'. BugzId: …
(edit) @439 [439] 2 years sekimura * fixed limit and offset filtering
(edit) @438 [438] 2 years sekimura * make non-dod-debug people happy
(edit) @437 [437] 2 years sekimura * add_offset works correctly now
(edit) @436 [436] 2 years kgoess some handy debugging
(edit) @435 [435] 2 years sekimura * added *_filter methods
(edit) @434 [434] 2 years garth Accessors added.
(edit) @433 [433] 2 years garth Make sure clone makes a copy of the elements from the original.
(edit) @432 [432] 2 years garth Add clone method.
(edit) @431 [431] 2 years garth * Allow filtering of results after results have already been loaded via …
(edit) @429 [429] 2 years sekimura count correctly without "paging"
(edit) @428 [428] 2 years sekimura * added is_last() * fixed a doc for prev()
(edit) @427 [427] 2 years sekimura * use add_constraint() in new() to get a effort of tuning off paging with …
(edit) @426 [426] 2 years sekimura Don't overwrite sort arguments in load_results()
(edit) @425 [425] 2 years garth Added iterator method/constructor. This allows the result set object to …
(edit) @424 [424] 2 years garth * Index starting at zero, so make sure cursor starts at -1 * Some initial …
(edit) @423 [423] 2 years sekimura test
Note: See TracRevisionLog for help on using the revision log.