DBIx-Custom / Changes /
Newer Older
203 lines | 6.729kb
pod fix
Yuki Kimoto authored on 2011-01-21
1
0.1635
2
  renamed iterate_all_columns to each_column
3
0.1634
added test
Yuki Kimoto authored on 2011-01-19
4
  became more useful where method
added test
Yuki Kimoto authored on 2011-01-19
5
  changed DBIx::Custom::Where greatly
fix tests
Yuki Kimoto authored on 2011-01-18
6
0.1633
7
  fixed test
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-18
8
0.1632
changed DBIx::Custom::Where ...
Yuki Kimoto authored on 2011-01-19
9
  added experimental where method
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-18
10
  added experimental DBIx::Custom::Where.
11
  removed DBIx::Custom::Or
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-17
12
0.1631
13
  added experimental DBIx::Custom::Result end_filter method
14
  experimental extended select method's where option
fix select method empty wher...
Yuki Kimoto authored on 2011-01-17
15
  fix select method empty where failed bug
experimental extended select...
Yuki Kimoto authored on 2011-01-17
16
  added experimental suger method query option
17
  added experimental or method
fix tests
Yuki Kimoto authored on 2011-01-13
18
0.1630
19
  fix test bug
cleanup
Yuki Kimoto authored on 2011-01-12
20
0.1629
renamed auto_filter to apply...
Yuki Kimoto authored on 2011-01-12
21
  renamed auto_filter to apply_filter
22
  changed apply_filter method arguments
cleanup
Yuki Kimoto authored on 2011-01-12
23
  deprecated cache_method
add examples
Yuki Kimoto authored on 2011-01-07
24
0.1628
remove DBIx::Custom::Model
Yuki Kimoto authored on 2011-01-12
25
  remove DBIx::Custom::Model
26
  move table method and table_class attribute to DBIx::Custom
add examples
Yuki Kimoto authored on 2011-01-07
27
  added examples
remove DBIx::Custom::Model
Yuki Kimoto authored on 2011-01-12
28
  fixed connect method bug
added insert, update, update...
Yuki Kimoto authored on 2011-01-04
29
0.1627
30
  added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
31
  added experimental txn_scope
simplified DBIx::Custom::Mod...
Yuki Kimoto authored on 2011-01-02
32
0.1626
33
  simplified DBIx::Custom::Model and DBIx::Custom::Table
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-01
34
0.1625
35
  added experimental DBIx::Custom::Model and DBIx::Custom::Table
added experimental iterate_a...
Yuki Kimoto authored on 2010-12-22
36
0.1624
37
  added experimental iterate_all_columns method.
added auto_filter method
kimoto.yuki@gmail.com authored on 2010-12-21
38
0.1623
39
  added experimental auto_filter method
40
  deprecated default_bind_filter and default_fetch_filter because these are global effect.
cleanup
Yuki Kimoto authored on 2010-12-21
41
  changed defautl_bind_filter and default_fetch_filter attributes to methods.
42
  changed DBIx::Custom::Result default_filter attribute to method
43
  changed DBIx::Custom::Result filter attribute to method.
44
  filter_check is always done for usability
check arguments of connect m...
Yuki Kimoto authored on 2010-12-20
45
0.1622
46
  deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
added dbi_options attribute
kimoto authored on 2010-12-20
47
  added dbi_options attribute
48
  checked attributes passed to connect method
cleanup (removed undocumente...
yuki-kimoto authored on 2010-11-10
49
0.1621
50
  cleanup (removed undocumented features)
updated document
yuki-kimoto authored on 2010-10-21
51
0.1620
52
  updated document
added experimental expand me...
yuki-kimoto authored on 2010-10-20
53
0.1619
54
  updated document
55
  added experimental expand method
cleanup
yuki-kimoto authored on 2010-10-17
56
0.1618
57
  added helper method
58
  added begin_work, commit, and rollback method
DBIx::Custom is now stable
yuki-kimoto authored on 2010-09-07
59
0.1617
60
  L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
removed experimental registe...
yuki-kimoto authored on 2010-08-24
61
0.1616
62
  removed experimental register_method(), and methods attribute, because it is too magical
fixed DBIx::Custom::QueryBui...
yuki-kimoto authored on 2010-08-15
63
0.1615
64
  fixed DBIx::Custom::QueryBuilder build_query() bug
65
  required Perl 5.008001 to use @CARP_NOT 
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
66
0.1614
removed DBIx::Custom::Query ...
yuki-kimoto authored on 2010-08-12
67
  removed DBIx::Custom::Query start_tag and end tag attributes
68
  enable escaping '{' and '}' in the source of SQL
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
69
  fixed Carp Carp trust relationship
added register_method() meth...
yuki-kimoto authored on 2010-08-10
70
0.1613
71
  added experimental register_method() method
72
  added experimental methods attribute
add tests
yuki-kimoto authored on 2010-08-10
73
0.1612
added register_method() meth...
yuki-kimoto authored on 2010-08-10
74
  added tests
add tests
yuki-kimoto authored on 2010-08-10
75
  updated document
76
  removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
77
  removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
renamed update tag to update...
yuki-kimoto authored on 2010-08-09
78
0.1611
79
  renamed update tag to update_param
80
  renamed insert tag to insert_param
81
  renamed sql_builder to query_builder
added check_filter attribute
yuki-kimoto authored on 2010-08-08
82
0.1610
updated document
yuki-kimoto authored on 2010-08-08
83
  added filter_check attribute.
updated document
yuki-kimoto authored on 2010-08-08
84
0.1609
85
  updated document.
update document
yuki-kimoto authored on 2010-08-07
86
0.1608
87
  update document
88
  renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
89
0.1607
update document
yuki-kimoto authored on 2010-08-07
90
  where argument of select() method can specify array(string, paramters)
91
  renamed build_query() to create_query()(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
92
0.1606
93
  fix testing bug
changed arguments of tag pro...
yuki-kimoto authored on 2010-08-05
94
0.1605
remove DBIx::Custom::QueryBu...
yuki-kimoto authored on 2010-08-05
95
  remove DBIx::Custom::QueryBuilder::tag_syntax()  (not backword compatible)
96
  renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
97
  changed arguments of tag processor(not backword compatible)
98
  renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
99
0.1604
changed argument of tag proc...
yuki-kimoto authored on 2010-08-03
100
  changed argument of tag processor(not backword compatible)
renamed default_query_filter...
yuki-kimoto authored on 2010-08-03
101
  renamed default_query_filter to default_bind_filter(not backword compatible)
102
  renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
103
  renamed create_query to build_query(not backword compatible)
104
  renamed sql_template to sql_builder(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
105
  removed DESTROY method(not backword compatible)
106
  removed disconnect method(not backword compatible)
107
  fixed DBIx::Custom::MySQL connect_memory
removed DBIx::Custom commit ...
yuki-kimoto authored on 2010-07-14
108
0.1603
109
  removed DBIx::Custom commit method (not backword compatible)
110
  removed DBIx::Custom rollback method (not backword compatible)
111
  removed DBIx::Custom auto_commit method (not backword compatible)
added cache_method attribute
yuki-kimoto authored on 2010-06-25
112
0.1602
113
  added cache_method attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
114
0.1601
add cache attribute
yuki-kimoto authored on 2010-06-14
115
  added cache attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
116
  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
117
0.1503
118
  removed reconnect method
119
  removed connected method
120
  removed reconnect_memroy method
121
  renamed fetch_single to fetch_first
122
  renamed fetch_hash_single to fetch_hash_first
123
  updated document
update document
yuki-kimoto authored on 2010-05-27
124
0.1502
added commit method
yuki-kimoto authored on 2010-05-27
125
  added commit method
126
  added rollback method
127
  changed select argument, added relation option
update document
yuki-kimoto authored on 2010-05-27
128
  moved host attribute to DBIx::Custom::MySQL
129
  moved port attribute to DBIx::Custom::MySQL
130
  moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
131
0.1501
132
  removed register_format()
133
  removed formats()
134
  removed run_transaction()
135
  removed create_table()
136
  removed drop_table()
137
  changed select() arguments
138
  changed insert() arguments
139
  changed update() arguments
140
  changed update_all() arguments
141
  changed delete() arguments
142
  changed delete_all() arguments
143
  changed execute() arguments
some changed
yuki-kimoto authored on 2010-05-02
144
0.1402
145
  remove finish(), error()
146
  can receive code ref to filter()
147
  renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
148
0.1401
149
  renamed fetch_rows to fetch_multi
150
  renamed fetch_hash_rows to fetch_hash_multi
151
0.1301
152
  Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
153
0.1201
154
  Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
155
0.1101
156
  rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
157
0.1001
158
  remove run_transaction().
159
  add transaction() and DBIx::Custom::Transaction
160
  rename fetch_first to fetch_single
161
  rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
162
0.0906
163
  fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
164
0.0905
165
  catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
166
0.0904
167
  cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
168
0.0903
169
  catch up with Object::Simple update
170
0.0902
171
  cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
172
0.0901
173
  DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
174
0.0801
175
  add 'create_table', 'drop_table' methods
176
0.0701
177
  rename sql_template to sql_tmpl (not backword compatible)
178
  rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
179
0.0605
180
  fix encode_utf8 filter
181
0.0604
182
  fix timeformat tests
183
0.0603
184
  fix cache system bug
185
0.0602
186
  update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
187
0.0601
188
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
189
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
190
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
191
0.0502
192
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
193
0.0501
194
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
195
0.0401
196
  catch up with DBIx::Custom::Result version up
197
0.0301
198
  exchange filter argument 'key', 'value' (not backword compatible)
199
0.0201
200
  rename tranzaction to transaction
201
  add filter_off
202
0.0101
203
  First release