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