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