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