DBIx-Custom / Changes /
Newer Older
32 lines | 0.975kb
version 0.0901
yuki-kimoto authored on 2009-12-17
1
0.0901
2
  DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
3
0.0801
4
  add 'create_table', 'drop_table' methods
5
0.0701
6
  rename sql_template to sql_tmpl (not backword compatible)
7
  rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
8
0.0605
9
  fix encode_utf8 filter
10
0.0604
11
  fix timeformat tests
12
0.0603
13
  fix cache system bug
14
0.0602
15
  update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
16
0.0601
17
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
18
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
19
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
20
0.0502
21
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
22
0.0501
23
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
24
0.0401
25
  catch up with DBIx::Custom::Result version up
26
0.0301
27
  exchange filter argument 'key', 'value' (not backword compatible)
28
0.0201
29
  rename tranzaction to transaction
30
  add filter_off
31
0.0101
32
  First release