DBIx-Custom / Changes /
Newer Older
60 lines | 1.644kb
some changed
yuki-kimoto authored on 2010-05-02
1
0.1402
2
  remove finish(), error()
3
  can receive code ref to filter()
4
  renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
5
0.1401
6
  renamed fetch_rows to fetch_multi
7
  renamed fetch_hash_rows to fetch_hash_multi
8
0.1301
9
  Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
10
0.1201
11
  Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
12
0.1101
13
  rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
14
0.1001
15
  remove run_transaction().
16
  add transaction() and DBIx::Custom::Transaction
17
  rename fetch_first to fetch_single
18
  rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
19
0.0906
20
  fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
21
0.0905
22
  catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
23
0.0904
24
  cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
25
0.0903
26
  catch up with Object::Simple update
27
0.0902
28
  cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
29
0.0901
30
  DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
31
0.0801
32
  add 'create_table', 'drop_table' methods
33
0.0701
34
  rename sql_template to sql_tmpl (not backword compatible)
35
  rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
36
0.0605
37
  fix encode_utf8 filter
38
0.0604
39
  fix timeformat tests
40
0.0603
41
  fix cache system bug
42
0.0602
43
  update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
44
0.0601
45
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
46
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
47
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
48
0.0502
49
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
50
0.0501
51
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
52
0.0401
53
  catch up with DBIx::Custom::Result version up
54
0.0301
55
  exchange filter argument 'key', 'value' (not backword compatible)
56
0.0201
57
  rename tranzaction to transaction
58
  add filter_off
59
0.0101
60
  First release