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