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