root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @478 [478] 19 months whitaker Improved support for transactions in partition and caching drivers. * If …
(edit) @477 [477] 19 months btrott 'Created release branch archetypepad-7'
(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) @470 [470] 19 months swistow Clean up 'my' warnings
(edit) @469 [469] 19 months swistow Fix redefine warning
(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) @464 [464] 21 months ykerherve Just tested that everything is alright "Circulez, y'a rien a voir"
(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) @461 [461] 21 months kgoess tagging for the patch release
(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) @455 [455] 21 months btrott Added .shipit to list of files to skip in MANIFEST.
(edit) @454 [454] 21 months btrott Added a full changelog for changes from 0.04 to trunk.
(edit) @453 [453] 22 months garth Eliminate some uninitialized value warnings for SAKK for while their …
(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) @430 [430] 2 years miyagawa 'Created release branch vox-40'
(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
(edit) @422 [422] 2 years garth Rename result_idx to 'index'. Make sure we count from zero.
(edit) @421 [421] 2 years bchoate Updated POD.
(edit) @420 [420] 2 years bchoate Updates to support generation of parenthetic query expressions similar in …
(edit) @419 [419] 2 years garth Sometimes, not everything is an entry.
(edit) @418 [418] 2 years garth Method to return a ResultSet object.
(edit) @417 [417] 2 years garth First checkin of the result set object. Allows a query to be constructed …
(edit) @416 [416] 2 years ykerherve Brad Choate pointed out that missing end_query
(edit) @415 [415] 2 years ykerherve Documentation about the new Iterator, updated Changes file
(edit) @414 [414] 2 years ykerherve Squashed commit of the following: commit …
(edit) @413 [413] 2 years ykerherve Emergency week-end fix for our $sth business
(edit) @412 [412] 2 years bchoate New argument for preventing a 'prepare_cached' call. There are times when …
(edit) @411 [411] 2 years miyagawa 'Created release branch vox-39'
(edit) @410 [410] 2 years ykerherve I don't think there is a Data::ObjectDriver::errstr, so last_error …
(edit) @409 [409] 2 years ydnar 'Created release branch vox-38'
(edit) @408 [408] 2 years ydnar 'Created release branch vox-37'
(edit) @407 [407] 2 years miyagawa Removed a bogus usage of alarm(). This breaks MT4 compatiblity with …
(edit) @406 [406] 2 years garth Add in logging to give the DB name and the SQL when an error occurs.
(edit) @405 [405] 2 years ydnar 'Created release branch vox-36'
(edit) @404 [404] 2 years ykerherve Prevent warning if we pass undefined ids
(edit) @403 [403] 2 years mischa Fix typo in pod docs
(edit) @402 [402] 2 years btrott Make Profiler->increment work properly for class methods.
(edit) @401 [401] 2 years btrott 'Created release branch vox-35'
(edit) @400 [400] 2 years mpaschal some see-alsos
(edit) @399 [399] 2 years mpaschal Use same keywords as memcached driver POD
(edit) @398 [398] 2 years mpaschal Add query tracking to Apache driver
(edit) @397 [397] 2 years mpaschal Document the faux queries used in the profiler system BugzID: 56565
(edit) @396 [396] 2 years ykerherve fetch_data multiplexed
(edit) @395 [395] 2 years mpaschal Hook ram cache driver operations into debug and profiler messages BugzID: …
(edit) @394 [394] 2 years mpaschal Hook memcached operations into debug and profiler messages BugzID: 56565
(edit) @393 [393] 2 years mpaschal Hmm, probably a better way to do this BugzID: 56565
(edit) @392 [392] 2 years mpaschal HELLO CACHE GET BugzID: 56565
(edit) @391 [391] 2 years btrott Added a mechanism to override the logger that's used for outputting …
(edit) @390 [390] 2 years bchoate Assign an empty hashref to $terms and $args (if none were supplied) before …
(edit) @389 [389] 2 years bradfitz let DSNs start with "DBI:" instead of only "dbi:" (as documented …
(edit) @388 [388] 2 years bchoate Condition Profiler and Data::Dumper modules based on DOD_PROFILE …
(edit) @387 [387] 2 years btrott 'Created release branch vox-34'
(edit) @386 [386] 2 years garth Bulk load syntax was not correct. This is checked into the 1.9.3 tag, but …
(edit) @385 [385] 2 years ydnar 'Created release branch vox-33'
(edit) @384 [384] 2 years btrott 'Created release branch vox-32'
(edit) @383 [383] 2 years ykerherve here we go, this is what I wanted to check in as r381 > Partly reverting …
(edit) @382 [382] 2 years ykerherve Reverting this patch, this wasn't the one I wanted to checkin
(edit) @381 [381] 2 years ykerherve Partly reverting Garth's change about remove: for remove, it's probably …
(edit) @380 [380] 2 years garth Make sure data isn't cached if the DB operation fails.
(edit) @379 [379] 2 years garth This method's prototype expects an array ref for its second arg, not an …
Note: See TracRevisionLog for help on using the revision log.