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