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