root/trunk/t

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @575 [575] 4 months ykerherve missing user_id
(edit) @574 [574] 4 months ykerherve Performance test script for inflate()
(edit) @571 [571] 7 months ykerherve It looks like SQLite version is more the culprit …
(edit) @569 [569] 7 months ykerherve Test that inflate doesn't mark objects as changed
(edit) @567 [567] 7 months ykerherve Looks like SQLite got smarter Thanks Emmanuel Seyman for reporting this …
(edit) @549 [549] 12 months sekimura added a sucesssful test case for add_term()
(edit) @548 [548] 12 months sekimura fixed the args to sort by rating and added a case faling to get object …
(edit) @547 [547] 12 months sekimura test num++ and removed dod_debug(1)
(edit) @546 [546] 12 months sekimura added a test for add_term()
(edit) @542 [542] 12 months swistow Not needed
(edit) @537 [537] 12 months swistow Wrap teardown() in a destroy to fix problems with permissions on …
(edit) @533 [533] 12 months mpaschal Reenable these tests by using a different undocumented API to clear …
(edit) @530 [530] 12 months mpaschal Check for sure that these 'will warn' routines warn (while also …
(edit) @525 [525] 14 months swistow Fix warning
(edit) @524 [524] 14 months miyagawa Added test when slice() returns nothing
(edit) @523 [523] 14 months miyagawa $resultset->slice should not pad items with undef when it's called …
(edit) @521 [521] 14 months miyagawa Fixed a bug in ResultSet->slice() where return value is not a proper array …
(edit) @518 [518] 15 months miyagawa less warnings
(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) @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) @488 [488] 18 months mpaschal Don't expect run time block eval to catch errors from the compile time …
(edit) @480 [480] 19 months ykerherve - Added a new 'comment' mutators to SQL statement objects - Added a new …
(edit) @474 [474] 19 months sekimura added 'add_index_hint' to tell MySQL to use the named index to find rows
(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] 20 months swistow Clean up 'my' warnings
(edit) @469 [469] 20 months swistow Fix redefine warning
(edit) @467 [467] 20 months btrott Added DISTINCT patch from John Berthels.
(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) @460 [460] 21 months kgoess For the resultset iterator, adding a limit where there wasn't one before …
(edit) @414 [414] 2 years ykerherve Squashed commit of the following: commit …
(edit) @371 [371] 3 years ykerherve Much simpler remove() for multiplexer... which looks to work better
(edit) @367 [367] 3 years miyagawa now it *actually* should work without Scalar::Util. silly bugs fixed
(edit) @366 [366] 3 years miyagawa make has_a cache code work without Scalar::Util weakref support in RHEL …
(edit) @358 [358] 3 years miyagawa skip callbacks.t since it breaks with new Class::Trigger
(edit) @344 [344] 3 years ykerherve Extracted install_column from install_properties (it will be called …
(edit) @343 [343] 3 years ykerherve Make the tests pass in Profiling with inflate/deflate in Cache::Cache
(edit) @329 [329] 3 years ykerherve Changed replace() to use a transaction by default for non …
(edit) @327 [327] 3 years ykerherve Added remove() support in a highly experimental fashion I need this remove …
(edit) @319 [319] 3 years btrott * Made the second argument to D::OD::SQL optional (defaults to the …
(edit) @318 [318] 3 years ykerherve - Implemented on_lookup in the Multiplexer driver, that we eventually …
(edit) @313 [313] 3 years ykerherve Added simple support of multi-partition search() to SimplePartition
(edit) @306 [306] 3 years ykerherve Fixed a lookup_multi issue for single-PK classes. The result set wasn't …
(edit) @305 [305] 3 years ykerherve Additional test coverage
(edit) @300 [300] 3 years ykerherve Added experimental upport for REPLACE INTO, the new object method is …
(edit) @297 [297] 3 years btrott Added a very experimental Data::ObjectDriver::Driver::Multiplexer driver.
(edit) @286 [286] 3 years kgoess fix for bug in constructing statements where add_join is called more than …
(edit) @283 [283] 3 years mpaschal Test more modules with passing POD
(edit) @278 [278] 3 years mpaschal Add anemic but passing POD coverage test
(edit) @263 [263] 3 years bradfitz use the t/lib
(edit) @262 [262] 3 years bradfitz throw error if non-digits in LIMIT clause
(edit) @261 [261] 3 years bradfitz our own minimal Cache::Memory so people can hack and make test without it …
(edit) @255 [255] 3 years plindner Add default initializer, add perl critic test and pragmas, adjust num of …
(edit) @252 [252] 3 years plindner fix POD errors, add test for POD correctness
(edit) @251 [251] 3 years plindner BugID: 35866 - Add DB agnostic bulk_insert capability
(edit) @244 [244] 3 years garth Make sure the test count is correct so the whole test isn't busted
(edit) @243 [243] 3 years plindner Commit the remove() count patch and tests to the correct branch
(edit) @241 [241] 3 years ykerherve Fixed an issue with remove() on cache drivers. If the class method was …
(edit) @239 [239] 3 years hachi Change Text::SimpleTable to be an optionaal module, fail safely in the …
(edit) @232 [232] 3 years btrott SimplePartition driver, and BaseObject->has_partitions. Updated …
(edit) @229 [229] 3 years btrott Added an optional cache_version method that object classes can define, if …
(edit) @228 [228] 3 years btrott Cleaned up the reports using Text::SimpleTable.
(edit) @227 [227] 3 years btrott Fairly simple and straightforward (for now, at least) profiling …
(edit) @216 [216] 3 years btrott Changed the API slightly for adding explicit JOINs. This makes more sense, …
(edit) @214 [214] 3 years btrott Support JOINs against multiple tables.
(edit) @212 [212] 4 years ykerherve Checked in has_a tests in the new repo
(edit) @210 [210] 4 years btrott The very beginning of portable error codes across databases. Added …
(edit) @191 [191] 4 years sky r383@hope (orig r1229): gwebb | 2006-05-05 17:46:02 -0700 Added IN …
(edit) @186 [186] 4 years sky r189@crucially-3 (orig r1225): btrott | 2006-04-30 16:18:03 -0700 …
(edit) @157 [157] 4 years sky r160@crucially-3 (orig r1174): btrott | 2006-03-24 14:16:16 -0800 Don't …
(edit) @156 [156] 4 years sky r159@crucially-3 (orig r1173): btrott | 2006-03-23 21:56:17 -0800 Fixed …
(edit) @155 [155] 4 years sky r158@crucially-3 (orig r1172): btrott | 2006-03-23 21:54:37 -0800 * …
(edit) @153 [153] 4 years sky r156@crucially-3 (orig r1170): btrott | 2006-03-23 21:29:48 -0800 * …
(edit) @152 [152] 4 years sky r155@crucially-3 (orig r1169): btrott | 2006-03-23 16:33:16 -0800 * …
(edit) @151 [151] 4 years sky r154@crucially-3 (orig r1168): btrott | 2006-03-23 11:24:05 -0800 Added …
(edit) @147 [147] 4 years sky r150@crucially-3 (orig r1158): ykerherve | 2006-03-16 06:00:05 -0800 …
(edit) @146 [146] 4 years sky r149@crucially-3 (orig r1157): ykerherve | 2006-03-16 05:59:38 -0800 …
(edit) @142 [142] 4 years sky r145@crucially-3 (orig r1151): ykerherve | 2006-03-15 10:58:27 -0800 - …
(edit) @141 [141] 4 years sky r144@crucially-3 (orig r1150): ykerherve | 2006-03-15 08:08:16 -0800 …
(edit) @140 [140] 4 years sky r143@crucially-3 (orig r1149): ykerherve | 2006-03-15 06:15:56 -0800 …
(edit) @131 [131] 4 years sky r134@crucially-3 (orig r1136): miyagawa | 2006-03-02 17:18:23 -0800 Do …
(edit) @130 [130] 4 years sky r133@crucially-3 (orig r1135): miyagawa | 2006-03-02 17:14:16 -0800 …
(edit) @126 [126] 4 years sky r129@crucially-3 (orig r1131): ykerherve | 2006-03-02 15:56:08 -0800 …
(edit) @125 [125] 4 years sky r128@crucially-3 (orig r1130): miyagawa | 2006-03-01 19:45:07 -0800 add …
(edit) @124 [124] 4 years sky r127@crucially-3 (orig r1129): miyagawa | 2006-03-01 19:25:22 -0800 …
(edit) @123 [123] 4 years sky r126@crucially-3 (orig r1128): miyagawa | 2006-03-01 19:21:15 -0800 Fix …
(edit) @116 [116] 4 years sky r119@crucially-3 (orig r1105): mpaschal | 2006-02-08 15:52:57 -0800 Give …
(edit) @111 [111] 4 years sky r114@crucially-3 (orig r1100): mpaschal | 2006-02-07 14:01:24 -0800 Add …
(edit) @110 [110] 4 years sky r113@crucially-3 (orig r1099): mpaschal | 2006-02-07 13:35:02 -0800 Add …
(edit) @104 [104] 4 years sky r107@crucially-3 (orig r1091): ykerherve | 2006-02-02 19:19:28 -0800 …
(edit) @103 [103] 4 years sky r106@crucially-3 (orig r1090): ykerherve | 2006-02-02 17:22:23 -0800 …
(edit) @101 [101] 4 years sky r104@crucially-3 (orig r1088): ykerherve | 2006-01-30 14:41:34 -0800 …
(edit) @94 [94] 4 years sky r97@crucially-3 (orig r1068): ykerherve | 2006-01-03 00:37:46 -0800 …
(edit) @86 [86] 4 years sky r89@crucially-3 (orig r1054): btrott | 2005-12-12 23:58:53 -0800 Added …
Note: See TracRevisionLog for help on using the revision log.