|
|
|
@29649
|
[29649]
|
4 years |
yappo |
key columnがschemaの定義の数と違っていたらcacheの処理はしない
|
|
|
|
@29639
|
[29639]
|
4 years |
yappo |
add deflate in lookup/lookup_multi
|
|
|
|
@29594
|
[29594]
|
4 years |
yappo |
instance作らなくても一応動くようになったはず
|
|
|
|
@29591
|
[29591]
|
4 years |
yappo |
lazzy alias column
|
|
|
|
@29589
|
[29589]
|
4 years |
yappo |
add cache support
|
|
|
|
@29588
|
[29588]
|
4 years |
yappo |
localize
|
|
|
|
@29581
|
[29581]
|
4 years |
yappo |
lookup_multi で データが取れなくても row object を作っていた bug fix
|
|
|
|
@29580
|
[29580]
|
4 years |
yappo |
tidy
|
|
|
|
@29565
|
[29565]
|
4 years |
yappo |
remove init_model hook, add attach_model/detach_model hook
|
|
|
|
@29564
|
[29564]
|
4 years |
yappo |
add base_driver functions
|
|
|
|
@29563
|
[29563]
|
4 years |
yappo |
remove hook
|
|
|
|
@29561
|
[29561]
|
4 years |
yappo |
cleanup to proccess_tmp
|
|
|
|
@29541
|
[29541]
|
4 years |
yappo |
add lookup/lookup_multi methods form Driver::Memcached
|
|
|
|
@29540
|
[29540]
|
4 years |
yappo |
add null pattern test for lookup_multi
|
|
|
|
@29539
|
[29539]
|
4 years |
yappo |
add multi key test case for lookup/lookup_multi
|
|
|
|
@29533
|
[29533]
|
4 years |
yappo |
add lookup_multi method
|
|
|
|
@29527
|
[29527]
|
4 years |
yappo |
add lookup method
|
|
|
|
@29526
|
[29526]
|
4 years |
yappo |
cache test support
|
|
|
|
@29485
|
[29485]
|
4 years |
yappo |
fixed to 'column_suger with utf8_column' dosent work bug
|
|
|
|
@29480
|
[29480]
|
4 years |
yappo |
s/Driver::Memcached->memcached_key/Driver->cache_key/
|
|
|
|
@29478
|
[29478]
|
4 years |
yappo |
refactored memcached test
|
|
|
|
@29475
|
[29475]
|
4 years |
yappo |
add status code handling for memcached
|
|
|
|
@29470
|
[29470]
|
4 years |
yappo |
supported Memcache driver ( not use driver's cache )
|
|
|
|
@29437
|
[29437]
|
4 years |
yappo |
add Inflate/UUID
|
|
|
|
@29126
|
[29126]
|
4 years |
yappo |
decorated to insert execute error message
|
|
|
|
@29108
|
[29108]
|
4 years |
yappo |
update TODO
|
|
|
|
@28921
|
[28921]
|
4 years |
yappo |
add model target filter to as_sqls method
|
|
|
|
@28755
|
[28755]
|
4 years |
yappo |
add more inflate alias column test
|
|
|
|
@28746
|
[28746]
|
4 years |
yappo |
add mock->delete($obj) test
|
|
|
|
@26934
|
[26934]
|
4 years |
yappo |
UPDATE table SET column = column + 1; とかが書けるようになった
|
|
|
|
@26915
|
[26915]
|
4 years |
yappo |
binary型もバイナリ扱いにした
|
|
|
|
@26888
|
[26888]
|
4 years |
yappo |
inflate もしくは deflate のみを単独で指定していたときに動作しないバグを潰した
|
|
|
|
@26871
|
[26871]
|
4 years |
yappo |
hex の pack/unpack してくれる inflate/deflate を core に追加
|
|
|
|
@26869
|
[26869]
|
4 years |
yappo |
alias_column の定義を column_suger に書けるようにして alias name を 適用する column …
|
|
|
|
@26863
|
[26863]
|
4 years |
yappo |
add todo
|
|
|
|
@26862
|
[26862]
|
4 years |
yappo |
alias_column を追加した
|
|
|
|
@26580
|
[26580]
|
4 years |
yappo |
insert/replace 直前に 空データのカラムに default の値を埋め込むしょり
|
|
|
|
@26399
|
[26399]
|
4 years |
yappo |
primary key を作らずに unique index をはるオプション追加と CREATE TABLE () TYPE=InnoDB; …
|
|
|
|
@26398
|
[26398]
|
4 years |
yappo |
row object を作るコンストラクタメソッドつけた
|
|
|
|
@26286
|
[26286]
|
4 years |
yappo |
こうか
|
|
|
|
@26285
|
[26285]
|
4 years |
yappo |
inflate/deflateの実行時最適化
|
|
|
|
@26280
|
[26280]
|
4 years |
yappo |
inflate_type (subtypeのinflate版みたいなの) ついか
|
|
|
|
@26268
|
[26268]
|
4 years |
yappo |
add has_inflate/has_deflate
|
|
|
|
@26267
|
[26267]
|
4 years |
yappo |
oops
|
|
|
|
@26266
|
[26266]
|
4 years |
yappo |
inflate/deflate 実装したよ!
|
|
|
|
@26265
|
[26265]
|
4 years |
yappo |
リファレンスの方を明示的に指名
|
|
|
|
@26264
|
[26264]
|
4 years |
yappo |
direct update で index を指定した where が出来なかったのを直した
|
|
|
|
@26219
|
[26219]
|
4 years |
yappo |
テストを簡潔に書けるようにした
|
|
|
|
@26110
|
[26110]
|
4 years |
tokuhirom |
fixed typo
|
|
|
|
@26031
|
[26031]
|
4 years |
tokuhirom |
added parenthesis for perl5.10
|
|
|
|
@24836
|
[24836]
|
4 years |
yappo |
add get_all test
|
|
|
|
@24832
|
[24832]
|
4 years |
yappo |
add update_direct
|
|
|
|
@24635
|
[24635]
|
5 years |
yappo |
このてすとにorderはいらなかった
|
|
|
|
@24634
|
[24634]
|
5 years |
yappo |
primary key が無い時はrow objectからの削除は出来ないようにした
|
|
|
|
@24633
|
[24633]
|
5 years |
yappo |
row object から直接 delete 可能にした
|
|
|
|
@24499
|
[24499]
|
5 years |
yappo |
key が無くても search できるようになった (Driver::Memory含む、ただupdate,deleteはまだ)
|
|
|
|
@24498
|
[24498]
|
5 years |
yappo |
get( foo => { where => [ -and => [ foo => { IN => [1,2] }, bar => { 'NOT …
|
|
|
|
@24459
|
[24459]
|
5 years |
yappo |
入れ子のand/or SQL を HASH …
|
|
|
|
@24098
|
[24098]
|
5 years |
yappo |
sugar の空間がバッティングしない仕組みを付けた
|
|
|
|
@24097
|
[24097]
|
5 years |
yappo |
typo
|
|
|
|
@24096
|
[24096]
|
5 years |
yappo |
rename add_column_suger to column_suger
|
|
|
|
@24081
|
[24081]
|
5 years |
yappo |
add column suger
|
|
|
|
@24080
|
[24080]
|
5 years |
yappo |
oops
|
|
|
|
@24079
|
[24079]
|
5 years |
yappo |
oops
|
|
|
|
@23985
|
[23985]
|
5 years |
yappo |
add set_driver method
|
|
|
|
@23975
|
[23975]
|
5 years |
yappo |
Schema から CREATE TABLE 文を作る Data::Model::Schema::SQL を実装した
|
|
|
|
@23937
|
[23937]
|
5 years |
yappo |
add Data::Model::Schema::Properties class. bare_row の時は row class …
|
|
|
|
@23936
|
[23936]
|
5 years |
yappo |
add bare_row test
|
|
|
|
@23915
|
[23915]
|
5 years |
yappo |
index の tests 追加 Driver::Memory でも unique な値を set する時に die するようにした
|
|
|
|
@23879
|
[23879]
|
5 years |
yappo |
mock の取り回し方法を変えた
|
|
|
|
@23779
|
[23779]
|
5 years |
yappo |
add build_requires 'Test::Class';
|
|
|
|
@23778
|
[23778]
|
5 years |
yappo |
add auto_increment test, Driver::Memory に auto_increment 実装
|
|
|
|
@23749
|
[23749]
|
5 years |
yappo |
DBI/Memory の Schema は共通にした
|
|
|
|
@23748
|
[23748]
|
5 years |
yappo |
TODO
|
|
|
|
@23747
|
[23747]
|
5 years |
yappo |
index を使った delete が出来るようになった
|
|
|
|
@23592
|
[23592]
|
5 years |
yappo |
no Class::Accessor::Fast
|
|
|
|
@23591
|
[23591]
|
5 years |
yappo |
add requires
|
|
|
|
@23563
|
[23563]
|
5 years |
yappo |
add replace and update method
|
|
|
|
@23553
|
[23553]
|
5 years |
yappo |
add replace
|
|
|
|
@23428
|
[23428]
|
5 years |
yappo |
set した時に必要なら auto_increment な値を入れる
|
|
|
|
@23424
|
[23424]
|
5 years |
yappo |
Driver::Logic の時の model method の戻り値にイテレータを戻り値として使えるように追加
|
|
|
|
@23423
|
[23423]
|
5 years |
yappo |
wantarray で get した時で且つ bare_row の時に値を返さないバグを直した
|
|
|
|
@23417
|
[23417]
|
5 years |
yappo |
make add_key_to_where method
|
|
|
|
@23410
|
[23410]
|
5 years |
yappo |
add bare_row option
|
|
|
|
@23409
|
[23409]
|
5 years |
yappo |
replace dsl s/model/install_model/
|
|
|
|
@23403
|
[23403]
|
5 years |
yappo |
add update
|
|
|
|
@23373
|
[23373]
|
5 years |
yappo |
driver 無いときは init しない
|
|
|
|
@23152
|
[23152]
|
5 years |
yappo |
add Driver::Logic
|
|
|
|
@23151
|
[23151]
|
5 years |
yappo |
iterator の reset のテスト
|
|
|
|
@23148
|
[23148]
|
5 years |
yappo |
add limit ... offset test
|
|
|
|
@23145
|
[23145]
|
5 years |
yappo |
Test::Class 使ってるから tests => xx とかって特にいらないよね
|
|
|
|
@23144
|
[23144]
|
5 years |
yappo |
shout up
|
|
|
|
@23142
|
[23142]
|
5 years |
yappo |
add Iterator
|
|
|
|
@23138
|
[23138]
|
5 years |
yappo |
index query に対応やらTest::Class使うやら
|
|
|
|
@23126
|
[23126]
|
5 years |
yappo |
oops typo
|
|
|
|
@23125
|
[23125]
|
5 years |
yappo |
add Driver::DBI
|
|
|
|
@23124
|
[23124]
|
5 years |
yappo |
必要の無いcolumnではaliasしようとしない
|
|
|
|
@23101
|
[23101]
|
5 years |
yappo |
Driver共通で使いたいテストケースは一つにまとめるよ
|
|
|
|
@23100
|
[23100]
|
5 years |
tokuhirom |
yappo loves subroutine prototypes
|
|
|
|
@23099
|
[23099]
|
5 years |
tokuhirom |
shut up
|
|
|
|