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