DBIx-Custom / Changes /
Newer Older
17 lines | 0.608kb
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
1
0.0601
2
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
3
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
4
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
5
0.0502
6
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
7
0.0501
8
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
9
0.0401
10
  catch up with DBIx::Custom::Result version up
11
0.0301
12
  exchange filter argument 'key', 'value' (not backword compatible)
13
0.0201
14
  rename tranzaction to transaction
15
  add filter_off
16
0.0101
17
  First release