DBIx-Custom / Changes /
Newer Older
92 lines | 2.643kb
added cache_method attribute
yuki-kimoto authored on 2010-06-25
1
0.1602
2
  added cache_method attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
3
0.1601
add cache attribute
yuki-kimoto authored on 2010-06-14
4
  added cache attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
5
  select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
removed reconnect method
yuki-kimoto authored on 2010-05-28
6
0.1503
7
  removed reconnect method
8
  removed connected method
9
  removed reconnect_memroy method
10
  renamed fetch_single to fetch_first
11
  renamed fetch_hash_single to fetch_hash_first
12
  updated document
update document
yuki-kimoto authored on 2010-05-27
13
0.1502
added commit method
yuki-kimoto authored on 2010-05-27
14
  added commit method
15
  added rollback method
16
  changed select argument, added relation option
update document
yuki-kimoto authored on 2010-05-27
17
  moved host attribute to DBIx::Custom::MySQL
18
  moved port attribute to DBIx::Custom::MySQL
19
  moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
20
0.1501
21
  removed register_format()
22
  removed formats()
23
  removed run_transaction()
24
  removed create_table()
25
  removed drop_table()
26
  changed select() arguments
27
  changed insert() arguments
28
  changed update() arguments
29
  changed update_all() arguments
30
  changed delete() arguments
31
  changed delete_all() arguments
32
  changed execute() arguments
some changed
yuki-kimoto authored on 2010-05-02
33
0.1402
34
  remove finish(), error()
35
  can receive code ref to filter()
36
  renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
37
0.1401
38
  renamed fetch_rows to fetch_multi
39
  renamed fetch_hash_rows to fetch_hash_multi
40
0.1301
41
  Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
42
0.1201
43
  Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
44
0.1101
45
  rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
46
0.1001
47
  remove run_transaction().
48
  add transaction() and DBIx::Custom::Transaction
49
  rename fetch_first to fetch_single
50
  rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
51
0.0906
52
  fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
53
0.0905
54
  catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
55
0.0904
56
  cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
57
0.0903
58
  catch up with Object::Simple update
59
0.0902
60
  cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
61
0.0901
62
  DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
63
0.0801
64
  add 'create_table', 'drop_table' methods
65
0.0701
66
  rename sql_template to sql_tmpl (not backword compatible)
67
  rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
68
0.0605
69
  fix encode_utf8 filter
70
0.0604
71
  fix timeformat tests
72
0.0603
73
  fix cache system bug
74
0.0602
75
  update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
76
0.0601
77
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
78
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
79
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
80
0.0502
81
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
82
0.0501
83
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
84
0.0401
85
  catch up with DBIx::Custom::Result version up
86
0.0301
87
  exchange filter argument 'key', 'value' (not backword compatible)
88
0.0201
89
  rename tranzaction to transaction
90
  add filter_off
91
0.0101
92
  First release