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