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