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