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