- fixed update_or_insert bug...
|
1 |
0.2101 |
- select method can receive ...
|
2 |
- select method can receive odd number argument. In that case first argument |
3 |
is column option. |
|
- fixed update_or_insert bug...
|
4 |
- fixed update_or_insert bug that when parameter don't contain any key-value |
5 |
this method throw exception. |
|
cleanup
|
6 |
0.2100 |
7 |
- micro optimization |
|
DBIx::Custom::Query is DEPRE...
|
8 |
- DBIx::Custom::Query is DEPRECATED! |
- fixed bug DBIx::Custom::Re...
|
9 |
0.1747 |
10 |
- fixed bug DBIx::Custom::Result fetch_hash_multi throw warnings |
|
11 |
which cannnot fetch any more |
|
12 |
- fixed bug DBIx::Custom::Result fetch_hash_multi throw warnings |
|
13 |
which cannnot fetch any more |
|
micro optimization
|
14 |
0.1746 |
15 |
- micro optimization |
|
- DBIx::Custom::Result filte...
|
16 |
0.1745 |
micro optimization
|
17 |
- DBIx::Custom::Order prepend method receiving array reference |
18 |
is DEPRECATED! |
|
- DBIx::Custom::QueryBuilder...
|
19 |
- DBIx::Custom::QueryBuilder class is DEPRECATED! |
20 |
- added DBIX_CUSTOM_DISABLE_MODEL_EXECUTE environment variable |
|
21 |
- added DBIX_CUSTOM_TAG_PARSE environment variable |
|
22 |
- tag_parse attribute is DEPRECATED! |
|
show_datatype method return ...
|
23 |
- show_datatype method return lower case string |
24 |
- show_typename method return lower case string |
|
- DBIx::Custom::Result filte...
|
25 |
- DBIx::Custom::Result filter_on method is DEPRECATED! |
26 |
- DBIx::Custom::Result filter_off method is DEPRECATED! |
|
- id option work if id count...
|
27 |
0.1744 |
28 |
- id option work if id count is lower than primary key count. |
|
29 |
- removed EXPERIMETNAL status from update_or_insert method and |
|
30 |
DBIx::Custom::Model's update_or_insert method |
|
31 |
- removed EXPERIMENTAL status from reuse option |
|
32 |
- removed EXPERIMENTAL status from update_at option and created_at option |
|
33 |
- removed EXPERIMETNAL status from now attribute |
|
test cleanup
|
34 |
0.1743 |
DBIx::Custom::Model execute ...
|
35 |
- DBIx::Custom::Model execute method is DEPRECATED! |
cleanup
|
36 |
- fixed bug that update_all can't receive parameter as first argument |
37 |
- fixed bug that delete_all can't receive parameter as first argument |
|
fixed where clause parsing b...
|
38 |
- fixed where clause parsing bug when time(like 00:00:00) contain |
test cleanup
|
39 |
0.1742 |
micro optimization
|
40 |
- fixed update_or_insert method bug |
41 |
- micro optimization |
|
42 |
0.1741 |
|
43 |
- added EXPERIMENTAL update_or_insert to DBIx::Custom::Model |
|
update_or_insert method's re...
|
44 |
0.1740 |
- EXPERIMENTAL update_or_ins...
|
45 |
- EXPERIMENTAL update_or_insert need id and primary_key option |
46 |
and added option option |
|
- insert method created_at a...
|
47 |
- insert method created_at and updated_at option can receive scalar reference |
48 |
- update method updated_at option can receive scalar reference |
|
49 |
- select column option [COLUMN => ALIAS] syntax is DEPRECATED! |
|
added EXPERIMENTAL q method
|
50 |
- added EXPERIMENTAL q method |
execute method id option is ...
|
51 |
- execute method id option is DEPRECATED! |
- insert timestamp option is...
|
52 |
0.1739 |
53 |
- insert timestamp option is DEPRECATED! |
|
54 |
use created_at option with now attribute |
|
55 |
- update timestamp option is DEPRECATED! |
|
56 |
use updated_at option wieh now attribute |
|
57 |
- insert_timestamp method is DEPRECATED! |
|
58 |
use now method |
|
59 |
- update_timestamp method is DEPRECATED! |
|
60 |
use use now method |
|
61 |
- added EXPEREIMTNAL now method |
|
added EXPERIMENTAL insert cr...
|
62 |
- added EXPERIMENTAL insert created_at option |
63 |
- added EXPERIMETNAL insert updated_at option |
|
64 |
- added EXPERIMETNAL update updated_at option |
|
- insert timestamp option is...
|
65 |
- added new timestamp system using the above methods and options |
- insert method id value is ...
|
66 |
0.1738 |
- insert timestamp option is...
|
67 |
- micro optimization |
micro optimization and
|
68 |
- removed example that query pass execute method in documentation |
69 |
this is many bug reason much more than I have expected |
|
70 |
and passing query to execute method is DEPRECATED! |
|
- insert method id value is ...
|
71 |
- insert method id value is not copied to parameter |
72 |
if the key exists in parameter |
|
fixed DEBUG messsage bug
|
73 |
0.1737 |
cleanup
|
74 |
- micro optimization |
fixed DEBUG messsage bug
|
75 |
- fixed DEBUG messsage bug |
micro optimization
|
76 |
0.1736 |
77 |
- micro optimization |
|
micro optimization
|
78 |
0.1735 |
added EXPERIMENTAL reuse_que...
|
79 |
- added EXPERIMENTAL reuse_query option to execute method |
micro optimization
|
80 |
0.1734 |
moved DBIx::Custom::Guide to...
|
81 |
- moved DBIx::Custom::Guide to wiki |
- removed argument checking ...
|
82 |
0.1733 |
cleanup
|
83 |
- select method join option can receive string. |
84 |
- removed DEPRECATED status of select param option |
|
cleanup
|
85 |
- select method where_param option is DEPRECATED! |
86 |
use where => [STRING, PARAM] syntax instead |
|
cleanup
|
87 |
- delete method where_param option is DEPRECATED! |
cleanup
|
88 |
use where => [STRING, PARAM] syntax instead |
cleanup
|
89 |
- update method where_param option is DEPRECATED! |
cleanup
|
90 |
use where => [STRING, PARAM] syntax instead |
cleanup
|
91 |
- update method param option is DEPRECATED! |
cleanup
|
92 |
- insert method param option is DEPRECATED! |
- removed argument checking ...
|
93 |
- removed argument checking logic because in database performance is more |
94 |
important. |
|
removed EXPERIMETNAL flag fr...
|
95 |
0.1732 |
96 |
- removed EXPERIMETNAL flag from like_value |
|
- removed DEPRECATED status ...
|
97 |
0.1731 |
98 |
- removed DEPRECATED status from insert method's id option |
|
99 |
- renamed EXPERIMENTAL insert_or_update to update_or_insert |
|
fixed id option bug when col...
|
100 |
0.1730 |
- removed DEPRECATED status ...
|
101 |
- added EXPERIMENTAL insert_or_update method |
- method method of DBIx::Cus...
|
102 |
- method method of DBIx::Custom::Model is renamed to helper, |
103 |
method is DEPRECATED! |
|
104 |
- method method is renamed to helper, method is DEPRECATED! |
|
insert method's id option is...
|
105 |
- insert method's id option is DEPRECATED! |
fixed id option bug when col...
|
106 |
- fixed id option bug when column name is anbiguous |
- dbi_option attribute is re...
|
107 |
0.1729 |
108 |
- dbi_option attribute is renamed to option, dbi_option is DEPRECATED! |
|
109 |
- default_dbi_option is renamed to default_option, default_dbi_option |
|
110 |
is DEPRECATED! |
|
- update_param is DEPRECATED...
|
111 |
0.1728 |
- added {key => ..., value =...
|
112 |
- added {key => ..., value => ...} syntax to DBIx::Custom::Mapper map method |
113 |
,and argument of string and code reference is DEPRECATED! |
|
- update_param is DEPRECATED...
|
114 |
- update_param is DEPRECATED, use assing_clause instead. |
115 |
- assing_param is renamed to assing_clause, assing_param is DEPRECATED! |
|
116 |
- insert_param is renamed to values_clause, insert_param is DEPRECATED! |
|
117 |
0.1727 |
|
118 |
- improved join clause parsing |
|
improved join clause parsing
|
119 |
0.1726 |
120 |
- improved join clause parsing |
|
improved join clause parsing
|
121 |
0.1725 |
improved join clause parsing
|
122 |
- improved join clause parsing |
sqlfilter option is renamed ...
|
123 |
0.1724 |
added EXPERIMENTAL like_valu...
|
124 |
- added EXPERIMENTAL like_value method to DBIx::Custom |
sqlfilter option is renamed ...
|
125 |
- sqlfilter option is renamed to after_build_sql, sqlfilter is DEPRECATED! |
126 |
- removed EXPERIMENTAL flag from DBIx::Custom::Mapper |
|
127 |
- removed EXPERIMENTAL flag from the following DBIx::Custom methods |
|
128 |
insert_timestamp, mapper, update_timestamp |
|
129 |
- removed EXPERIMENTAL flag from the following DBIx::Custom method's option |
|
130 |
timestamp, |
|
- added EXPERIMENTAL update_...
|
131 |
0.1723 |
- removed EXPERIMENTAL call_...
|
132 |
- removed EXPERIMENTAL call_dbi method from DBIx::Custom::Model |
- removed EXPERIMENTAL map_p...
|
133 |
- removed EXPERIMENTAL map_param method from DBIx::Custom |
- removed EXPERIMENTAL the f...
|
134 |
- removed EXPERIMENTAL the following methods from DBIx::Custom::Where |
135 |
if, map |
|
136 |
- removed EXPERIMENTAL flag from the following DBIx::Custom::Model methods |
|
137 |
count, execute |
|
- removed EXPERIMENTAL flag ...
|
138 |
- removed EXPERIMENTAL flag from the following DBIx::Custom::Result mehotds |
139 |
filter_on, type_rule, type_rule_off, type_rule_on, type_rule1_off, |
|
140 |
type_rule1_on, type_rule2_off, type_rule2_on |
|
141 |
- removed EXPERIMENTAL flag from the following DBIx::Custom method's options |
|
- removed EXPERIMENTAL flag ...
|
142 |
sqlfilter, type_rule_off, type_rule1_off, type_rule2_off, |
143 |
table_alias, wrap |
|
144 |
- removed EXPERIMENTAL flag from DBIx::Custom::Order |
|
- removed EXPERIMENTAL map_p...
|
145 |
- removed EXPERIMETNAL flag from the following DBIx::Custom methods |
- removed EXPERIMENTAL flag ...
|
146 |
exclude_table, user_column_info, |
147 |
user_table_info, available_datatype, available_typename, |
|
148 |
assign_param, count, get_column_info, get_table_info |
|
- removed EXPERIMENTAL the f...
|
149 |
order, show_datatype, show_typename methods, show_tables, type_rule, |
- added EXPERIMENTAL update_...
|
150 |
- added EXPERIMENTAL update_timestamp method to DBIx::Custom |
151 |
- added EXPERIMENTAL insert_timestamp method to DBIx::Custom |
|
152 |
- removed EXPERIMENTAL timestamp attribute from DBIx::Custom |
|
- added EXPERIMENTAL pass at...
|
153 |
0.1722 |
- added EXPERIMENTAL timesta...
|
154 |
- added EXPERIMENTAL timestamp option to DBIx::Custom insert |
155 |
and update method. |
|
156 |
- added EXPERIMENTAL timestamp attribute to DBIx::Custom |
|
- added {KEY => {OPTION_KEY ...
|
157 |
- added {KEY => {OPTION_KEY => OPTION_VALUE} syntax |
158 |
to EXPERIMENTAL DBIx::Custom::Mapper map method |
|
- added {KEY => sub { VALUE ...
|
159 |
- added {KEY => sub { VALUE }} syntax |
160 |
to EXPERIMETNAL DBIx::Custom::Mapper map method |
|
removed EXPERIMENTAL wrap op...
|
161 |
- removed EXPERIMENTAL wrap option from select method |
updated pod
|
162 |
- insert_param, update_param, and assign param can |
163 |
be wrapeed by DB function by C<wrap> option |
|
- added EXPERIMENTAL pass at...
|
164 |
- added EXPERIMENTAL pass attribute to DBIx::Custom::Mapper |
165 |
- removed EXPERIMENTAL ignore attribute from DBIx::Custom::Mapper |
|
added DBIx::Custom::Mapper
|
166 |
0.1721 |
167 |
- added EXPERIMENTAL DBIx::Custom::Mapper class |
|
168 |
- added EXPERIMENTAL mapper method to DBIx::Custom |
|
- removed placeholder count ...
|
169 |
0.1720 |
170 |
- removed placeholder count check |
|
171 |
- added EXPERIMENTAL execute method's id and primary key option. |
|
172 |
- added EXPERIMENTAL DBIx::Custom::Model execute method |
|
173 |
0.1719 |
|
174 |
- DBIx::Custom support Microsoft Access through DBD::ODBC |
|
- added EXPERIMENTAL DBIx::C...
|
175 |
0.1718 |
176 |
- added EXPERIMENTAL DBIx::Custom::Model call_dbi method |
|
177 |
- added EXPERIMENTAL count method |
|
178 |
- added EXPERIMENTAL DBIx::Custom::Model count method |
|
added EXPERIMENTAL find_tabl...
|
179 |
0.1717 |
- added EXPERIMENTAL get_col...
|
180 |
- added EXPERIMENTAL get_table_info |
181 |
- added EXPERIMETNAL user_table_info attribute |
|
182 |
and each_table find table info in user_table_info if set. |
|
183 |
- added EXPERIMENTAL get_column_info |
|
184 |
- added EXPERIMENTAL user_column_info attribute |
|
185 |
and each_column find column info in user_column_info if set. |
|
cleanup
|
186 |
- connector is automatically set to DBDx::Connector object |
187 |
if connector is set to 1 when connect method is called. |
|
test cleanup
|
188 |
0.1716 |
updated pod
|
189 |
- fixed bugs when using DBD::Oracle. |
test cleanup
|
190 |
- added EXPERIMENTAL show_tables method. |
updated pod
|
191 |
0.1715 |
192 |
- default quote attribute in ODBC driver is changed to "[]" |
|
193 |
- fixed some bug in Microsoft SQL Server |
|
added EXPERIMENTAL execute m...
|
194 |
- added EXPERIMENTAL execute method sqlfilter option |
cleanup
|
195 |
0.1714 |
196 |
- fixed not backword compatible change in 0.1712 query_buider |
|
updated pod
|
197 |
0.1713 |
198 |
- fixed memory leak and connection increasing bug when using model. |
|
cleanup test
|
199 |
0.1712 |
200 |
- you can set any string as separator |
|
test cleanup
|
201 |
- fixed memory leak and connection increasing bug, and query_buider method return new object. |
renamed system_table to excl...
|
202 |
- added EXPERIMENTAL exclude_table attribute |
update pod
|
203 |
- added EXPERIMENTAL show_typename method |
204 |
- added EXPERIMENTAL show_datatype method |
|
added EXPERIMENTAL DBIx::Cus...
|
205 |
0.1711 |
206 |
- renamed EXPERIMENTAL available_type_name to available_typename |
|
207 |
- renamed EXPERIMENTAL available_data_type to available_datatype |
|
added map method(not complet...
|
208 |
- added EXPERIMENTAL DBIx::Custom::Where if method |
updated pod
|
209 |
- added EXPERIMENTAL DBIx::Custom::Where map method |
cleanup
|
210 |
0.1710 |
cleanup test
|
211 |
- use more DBIx::Custom information in sub modules to decrease bugs |
212 |
(very sorry, this change can't keep backword compatible, |
|
213 |
but maybe no effects, |
|
214 |
because the attributes is automatically set by DBIx::Custom, not user). |
|
sub module use DBIx::Custom ...
|
215 |
- Fixed fisrt executed where clause failed in some condition. |
fixed named placeholder bug ...
|
216 |
0.1709 |
217 |
- fixed named placeholder bug and added escape syntax |
|
218 |
0.1708 |
|
219 |
- improved execute method performance |
|
- removed some EXPERIMENTAL ...
|
220 |
0.1707 |
I call :title named placehol...
|
221 |
- I call :title named placeholder, stoping calling it parameter |
- removed some EXPERIMENTAL ...
|
222 |
- removed some EXPERIMENTAL status |
223 |
- fixed performance |
|
cleanup
|
224 |
0.1706 |
Added execute method's query...
|
225 |
- Added execute method's query option document |
226 |
You can get more performance. |
|
DBIx::Custom::Query filters ...
|
227 |
- DBIx::Custom::Query table and filters attribute method and |
228 |
filter method is DEPRECATED! |
|
cleanup
|
229 |
because I think query object must have only the information |
230 |
for statement handle caching. |
|
insert and update method's p...
|
231 |
0.1705 |
232 |
- insert and update method's param can set constant value by scalara reference |
|
233 |
such as {date => \"NOW()"} This is EXPERIMENTAL. |
|
cleanup
|
234 |
0.1704 |
cleanup
|
235 |
- added quote method's two character support like [] |
236 |
for Microsoft SQL Server and Access |
|
237 |
- added EXPERIMENTAL parameter new syntax :name{operator} |
|
added join new syntax
|
238 |
0.1703 |
cleanup
|
239 |
- added EXPERIMENTAL join new syntax. |
- removed EXPERIMENTAL statu...
|
240 |
0.1702 |
241 |
- removed EXPERIMENTAL status of some methods. |
|
242 |
- fixed some join bug |
|
added EXPERIMENTAL last_sql ...
|
243 |
0.1701 |
- removed EXPERIMENTAL statu...
|
244 |
- added DBIx::Cusotm::Order prepend method automatically quoted syntax |
simplified arguments check
|
245 |
- simplified arguments check |
added EXPERIMENTAL each_tabl...
|
246 |
- added EXPERIMENTAL each_table method |
- select method column optio...
|
247 |
- select method column option [COLUMN, as => ALIAS] format is DEPRECATED! |
248 |
changed to [COLUMN => ALIAS] |
|
added EXPERIMENTAL DBIx::Cus...
|
249 |
- added EXPERIMENTAL DBIx::Custom::Result header method |
added EXPERIMENTAL last_sql ...
|
250 |
- added EXPERIMENTAL last_sql attribute method |
fixed end_filter DEPRECATED ...
|
251 |
0.1700 |
252 |
- fixed end_filter DEPRECATED warnings bug |
|
- added EXPERIMENTAL order m...
|
253 |
0.1699 |
added tag_parse attribute
|
254 |
- added tag_parse attribute. |
- added EXPERIMENTAL order m...
|
255 |
- added EXPERIMENTAL order method |
256 |
- added EXPERIMENTAL DBIx::Custom::Order module |
|
257 |
- changed backword compatible policy |
|
258 |
------------------------------------------------------------------------ |
|
259 |
If a functionality is DEPRECATED, you can know it by DEPRECATED warnings |
|
260 |
except for attribute method. |
|
261 |
You can check all DEPRECATED functionalities by document. |
|
262 |
DEPRECATED functionality is removed after five years, |
|
263 |
but if at least one person use the functionality and tell me that thing |
|
264 |
I extend one year each time you tell me it. |
|
265 | ||
266 |
EXPERIMENTAL functionality will be changed without warnings. |
|
267 |
------------------------------------------------------------------------ |
|
fixed DBIx::Custom::Where to...
|
268 |
0.1698 |
269 |
- fixed DBIx::Custom::Where to_string method small bug |
|
added EXPERIMENTAL execute m...
|
270 |
- added EXPERIMENTAL execute method table_alias option |
added EXPERIMENTAL map_param...
|
271 |
0.1697 |
272 |
- added EXPERIMENTAL map_param method |
|
fixed small insert, update, ...
|
273 |
0.1696 |
updated pod
|
274 |
- added new argument format update, delete, select method where option |
275 |
- create_query is DEPRECATED! use query option of each method instead. |
|
fixed small insert, update, ...
|
276 |
- added EXPERIMENTAL insert, update, and select method prefix option |
277 |
- fixed small insert, update, delete, select method id option bug |
|
- changed EXPERIMENTAL DBIx:...
|
278 |
0.1695 |
279 |
- changed EXPERIMENTAL DBIx::Custom::Result type_rule_off method argument |
|
280 |
- added EXPERIMENTAL DBIx::Custom::Result type_rule_on method |
|
281 |
- changed EXPERIMENTAL DBIx::Custom::Result type_rule1_off method argument |
|
282 |
- added EXPERIMENTAL DBIx::Custom::Result type_rule1_on method |
|
283 |
- changed EXPERIMENTAL DBIx::Custom::Result type_rule2_off method argument |
|
284 |
- added EXPERIMENTAL DBIx::Custom::Result type_rule2_on method |
|
285 |
- changed EXPERIMENTAL DBIx::Custom::Result filter_off method argument |
|
286 |
- added EXPERIMENTAL DBIx::Custom::Result filter_on method |
|
DBIx::Custom::Model type att...
|
287 |
0.1694 |
EXPERIMENTAL type_rule argum...
|
288 |
- EXPERIMENTAL type_rule argument format is changed |
DBIx::Custom::Result type_ru...
|
289 |
- DBIx::Custom::Result type_rule method on setting return self |
reserved_word_quote is DEPRE...
|
290 |
- reserved_word_quote is DEPRECATED! this is renamed to quote |
DBIx::Custom::Model type att...
|
291 |
- DBIx::Custom::Model type attribute is DEPRECATED! |
292 |
this is renamed to bind_type. |
|
update pod
|
293 |
0.1693 |
- DBIx::Custom Model filter ...
|
294 |
- separate DBIx::Custom type_rule from filter |
cleanup
|
295 |
- DBIx::Custom::Model filter attrribute is DEPRECATED! |
296 |
- DBIx::Custom::Model name attribute is DEPRECATED! |
|
- DBIx::Custom Model filter ...
|
297 |
- removed EXPERIMENTAL DBIx::Custom::Model alias_table |
298 |
- added DBIx::Custom column method's table option |
|
cleanup
|
299 |
- separate DBIx::Custom::Result type_rule from filter again |
EXPERIMENTAL type_rule_off i...
|
300 |
0.1692 |
DBIx::Custom::Result filter ...
|
301 |
- removed EXPERIMENTAL DBIx::Model result_filter |
302 |
- DBIx::Custom::Result filter override type_rule |
|
added EXPERIMENTAL DBIx::Cus...
|
303 |
- added EXPERIMENTAL DBIx::Custom::Result type_rule |
added EXPERIMENTAL available...
|
304 |
- added EXPERIMENTAL available_type_name method |
EXPERIMENTAL type_rule_off i...
|
305 |
- EXPERIMENTAL type_rule_off is not passed form execute method |
306 |
to DBIx::Custom::Result object |
|
fixed bug that type_rule fro...
|
307 |
0.1691 |
EXPERIMENTAL type_rule_off i...
|
308 |
- DBIx::Custom::Result end_filter, remove_filter, remove_end_filter is DEPRECATED! |
309 |
- apply_filter is DEPRECATED! |
|
cleanup
|
310 |
- EXPERIMETAL column method and table_alias think about "-" separator |
EXPERIMTANL column method th...
|
311 |
- EXPERIMTANL column method think about separator |
312 |
- removed EXPERIMENTAL col method. |
|
added EXPERIMETNAL separator...
|
313 |
- added EXPERIMENTAL separater method |
added EXPERIMENTAL select pr...
|
314 |
- added EXPERIMENTAL select prefix option. |
fixed bug that data_source D...
|
315 |
- fixed bug that data_source DEPRECATED warnings pirnt STDERR |
fixed bug that type_rule fro...
|
316 |
- fixed bug that type_rule from option can't receive filter name |
updatedd pod
|
317 |
0.1690 |
318 |
- use latest Object::Simple features |
|
changed type_rule arguments ...
|
319 |
0.1689 |
320 |
- added EXPERIMENTAL available_data_type |
|
321 |
- simplified type_rule |
|
added DBIx::Custom result_fi...
|
322 |
- changed type_rule arguments format |
updated_pod
|
323 |
- added EXPERIMENTAL DBIx::Custom::Model result_filter attribute |
324 |
- added EXPERIMETNAL DBIx::Custom::Result filter_off method |
|
325 |
- EXPERIMENTAL type_rule can receive filter name |
|
- fixed bug that model inser...
|
326 |
0.1688 |
327 |
- fixed bug that model insert, update, delete select can't |
|
328 |
odd number arguments |
|
improved type_rule method
|
329 |
- improved type_rule method |
added type_rule method and f...
|
330 |
0.1687 |
331 |
- added EXPERIMENTAL type_rule method |
|
added EXPERIMENTAL execute()...
|
332 |
- added EXPERIMENTAL execute() type_rule_off option |
execute method can second ar...
|
333 |
- execute method can second argument as parameter |
fixed DEPRECATED messages
|
334 |
0.1686 |
- select() column option can...
|
335 |
- select() column option can receive array reference in array. |
336 |
This is EXPERIMENTAL |
|
- select() EXPERIMETNAL colu...
|
337 |
- select() EXPERIMETNAL column option hash format |
338 |
return table.column, not table__column |
|
added EXPERIMENTAL col metho...
|
339 |
- added EXPERIMENTAL col method. |
set reserved_word_quote auto...
|
340 |
- set reserved_word_quote automatically from driver name |
- insert, insert_at, update,...
|
341 |
0.1685 |
insert_at is DEPRECATED! add...
|
342 |
- insert_at, update_at, delete_at, select_at is DEPRECATED! |
343 |
use insert, update, delete, select method and id option. |
|
fixed DEPRECATED messages
|
344 |
- insert, insert_at, update, update_at can receive odd number arguments, |
345 |
first one is parameter. |
|
- update_param_tag is DEPREC...
|
346 |
0.1684 |
- added DBIx::Custom::Result...
|
347 |
- added DBIx::Custom::Result all method, this is alias for fetch_hash_all |
348 |
- added DBIx::Custom::Result one method, this is alias for fetch_hash_first |
|
349 |
- DBIx::Custom::Result fetch_hash_first can recieve argument |
|
fixed DEPRECATED messages
|
350 |
- select() column option can receive hash reference. This is EXPERIMENTAL |
- update_param_tag is DEPREC...
|
351 |
- update_param_tag is DEPRECATED! use update_param instead. |
352 |
- insert_param_tag is DEPRECATED! use insert_param instead. |
|
353 |
- assing_param_tag is DEPRECATED! use assign_param instead. |
|
354 |
- Tag system such as {? title}, {= title} is DEPRECATED! |
|
355 |
and added paramter system such as :title. |
|
data_source is DEPRECATED! I...
|
356 |
0.1683 |
357 |
- data_source is DEPRECATED! It is renamed to dsn |
|
fixed merge_param bug
|
358 |
0.1682 |
improved debug message
|
359 |
- improved debug message |
fixed merge_param bug
|
360 |
- fixed merge_param bug |
added EXPERIMENTAL assign_ta...
|
361 |
0.1681 |
362 |
- added EXPERIMENTAL assign_tag() method |
|
select, update, and delete w...
|
363 |
0.1680 |
DEPRECATED select() param op...
|
364 |
- DEPRECATED select() param option, this is renamed to where_param |
365 |
- added select(), update(), and delete() where_param option |
|
added EXPERIMENTAL select() ...
|
366 |
0.1679 |
367 |
- added EXPERIMENTAL select() wrap option to support Oracle ROWNUM |
|
DBIx::Custom::Model filter a...
|
368 |
0.1678 |
369 |
- DBIx::Custom::Model filter attribute can receive hash reference |
|
improved error messages
|
370 |
- DBIx::Custom::Where clause attribute can receive clause without column name |
371 |
- improved error messages |
|
improved table search in col...
|
372 |
0.1677 |
373 |
- improved table search in column and join clause |
|
374 |
- DEPRECATED table tag. use table option. |
|
fixed test
|
375 |
0.1676 |
376 |
- fixed test bug |
|
- removed DEPRECATED DBIx::C...
|
377 |
0.1675 |
378 |
- removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
379 |
these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki |
|
380 |
for some users. |
|
381 |
- removed EXPERIMENTAL replace(). |
|
382 |
- removed EXPERIMENTAL mark from many methods. |
|
383 |
0.1674 |
|
384 |
- fixed test bug |
|
fixed dbh() method bug:wq
|
385 |
0.1673 |
386 |
- fixed dbh() method bug. |
|
change retern value to array...
|
387 |
0.1672 |
- removed EXPERIMENTAL Prefo...
|
388 |
- removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy. |
389 |
- added EXPERIMETNAL connector() attribute. |
|
change retern value to array...
|
390 |
- change retern value to array refrence of EXPERIMENTAL replace() |
added environment variable D...
|
391 |
0,1671 |
392 |
- added environment variable DBIX_CUSTOM_DEBUG |
|
removed EXPERIMETNAL select(...
|
393 |
0.1670 |
cleanup
|
394 |
- removed EXPERIMETNAL select() column hash option. it's a little complex. |
added EXPERIMENTAL replace()...
|
395 |
- added EXPERIMENTAL select() param option. |
396 |
- added EXPERIMENTAL replace(). |
|
removed EXPERIMETNAL select(...
|
397 |
0.1669 |
- renamed update_param to up...
|
398 |
- renamed update_param to update_param_tag, update_param is DEPRECATED! |
399 |
- renamed insert_param to insert_param_tag, insert_param is DEPRECATED! |
|
removed EXPERIMETNAL select(...
|
400 |
0.1668 |
401 |
- added EXPERIMENTAL update_param no_set option. |
|
added EXPERIMENTAL reserved_...
|
402 |
- added EXPERIMENTAL reserved_word_quote attribute. |
removed from cache() and cac...
|
403 |
0.1666 |
404 |
- removed from cache() and cache_method() document for a while and cache() value |
|
405 |
become 0 because I find something bug. |
|
create_model() return model
|
406 |
- create_model() return model. |
adeed EXPERIMENTAL DBIx::Cus...
|
407 |
- added document of hash filter |
408 |
- adeed EXPERIMENTAL DBIx::Custom::Model method() |
|
removed EXPERIMETNAL flag fr...
|
409 |
0.1665 |
410 |
- removed EXPERIMETNAL flag from insert_at(), update_at(), delete_at(), select_at(), insert_param(), not_exists(), select()'s query option, update_param(), where, table tag, each column, safety_character, DBIx::Where, where(). |
|
411 |
- added EXPERIMETNAL create_model() |
|
where can recieve array refr...
|
412 |
0.1664 |
413 |
- where can recieve array refrence, which contains where cluase and paramter. |
|
cleanup
|
414 |
0.1663 |
- added EXPERIMENTAL type() ...
|
415 |
- added EXPERIMENTAL type() attribute to DBIx::Custom::Model |
416 |
- added EXPERIMENTAL bind_param_option can set bind_param option |
|
cleanup
|
417 |
to insert(), update(), delete(), select(), insert_at(), |
418 |
update_at(), delete_at(), select_at(), delete_all(), update_all() |
|
419 |
0.1662 |
|
420 |
- removed EXPERIMENTAL DBIx::Custom::Model column_clause |
|
421 |
- added EXPERIMENTAL column() |
|
422 |
- added EXPERIMENTAL mycolumn() |
|
- added EXPERIMENTAL DBIx::C...
|
423 |
0.1661 |
424 |
- added EXPERIMENTAL DBIx::Custom::Model table_alias attribute |
|
425 |
- added EXPERIMENTAL DBIx::Custom::Model mycolumn() |
|
426 |
- added EXPERIMENTAL DBIx::Custom::Model column() |
|
427 |
- fixed autoloading bug |
|
428 |
- added EXPERIMETNAL select() prepend table option |
|
429 |
- added EXPERIMETNAL select() column table option |
|
430 |
- added EXPERIMETNAL select() column all option |
|
431 |
- removed EXPERIMETNAL select() all_column option |
|
432 |
- removed EXPERIMENTAL view() |
|
update pod
|
433 |
0.1660 |
- added EXPERIMENTAL DBIx::C...
|
434 |
- added EXPERIMENTAL DBIx::Custom::Model view() |
435 |
- added EXPERIMENTAL view() |
|
436 |
- DBIx::Custom::Model inherit DBIx::Custom |
|
437 |
- removed EXPERIMETNAL DBIx::Custom::Model method() |
|
438 |
- added table choice feature to select() EXPERIMENTAL all_column option |
|
439 |
- removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect |
|
added select() all_column op...
|
440 |
0.1659 |
EXPERIMETAL fork safety impl...
|
441 |
- EXPERIMETAL fork safety implementaion. |
update pod
|
442 |
- removed EXPERIMENTAL selection |
added select() all_column op...
|
443 |
- added select() all_column option |
- added experimental DBIx::C...
|
444 |
0.1658 |
added select() all_column op...
|
445 |
- added EXPERIMENTAL DBIx::Custom::Model column() prefix option. |
- added experimental DBIx::C...
|
446 |
- fixed select_at join column invalid bug |
447 |
- added DBIx::Custom::Model column() attribute |
|
- remaned experimental safty...
|
448 |
0.1657 |
added select() all_column op...
|
449 |
- remaned EXPERIMENTAL safty_charcter to safty_name |
- remaned experimental safty...
|
450 |
- safty_charcter is changed, set only one character regex. |
fixed some select() join opi...
|
451 |
0.1656 |
452 |
- fixed some select() join opition bug |
|
remove experimental DBIx::Cu...
|
453 |
0.1655 |
added select() all_column op...
|
454 |
- added EXPERIMENTAL DBIx::Custom::Model join attribute |
455 |
- added EXPERIMENTAL select() join option |
|
- added experimental DBIx::C...
|
456 |
- deprecated select() relation option |
added select() all_column op...
|
457 |
- added EXPERIMENTAL update_param and insert_param |
458 |
- remove EXPERIMENTAL DBIx::Custom::Model relation |
|
remove experimental DBIx::Cu...
|
459 |
0.1654 |
selection can contain where ...
|
460 |
- selection can contain where clause. |
- added experimental DBIx::C...
|
461 |
0.1653 |
added select() all_column op...
|
462 |
- added EXPERIMENTAL DBIx::Custom::Result remove_filter() |
463 |
- added EXPERIMENTAL DBIx::Custom::Result remove_end_filter() |
|
464 |
- added EXPERIMENTAL DBIx::Custom::Model insert_at() |
|
465 |
- added EXPERIMENTAL insert_at() |
|
- added experimental DBIx::C...
|
466 |
- improved error message |
467 |
0.1652 |
|
468 |
- all filter can receive array reference and receiving hash reference is DEPRECATED! |
|
add experimental DBIx::Custo...
|
469 |
0.1651 |
added select() all_column op...
|
470 |
- add EXPERIMENTAL DBIx::Custom::Model filter attribute. |
add experimental DBIx::Custo...
|
471 |
0.1650 |
added select() all_column op...
|
472 |
- add EXPERIMENTAL DBIx::Custom::Model name() attribute |
DBIx::Custom::Model select()...
|
473 |
0.1649 |
added select() all_column op...
|
474 |
- add EXPERIMENTAL DBIx::Custom::Model column_clause() method. |
select method column option ...
|
475 |
- select method column option can receive string. |
cleanup
|
476 |
- DBIx::Custom::Model select() and select_at() think about relation attirbute |
add models() attribute
|
477 |
0.1648 |
added select() all_column op...
|
478 |
- add EXPERIMENTAL DBIx::Custom::Model relation() attribute |
479 |
- add EXPERIMENTAL update_at(), delete_at(), select_at() |
|
480 |
- add EXPERIMENTAL setup_model() |
|
481 |
- add EXPERIMENTAL DBIx::Custom::Model columns attirbute |
|
482 |
- add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute |
|
483 |
- add EXPERIMENTAL models() attribute |
|
add default_dbi_option()
|
484 |
0.1647 |
DBIx::Custom::Model select()...
|
485 |
- add default_dbi_option() |
add feture. all model class ...
|
486 |
0.1646 |
DBIx::Custom::Model select()...
|
487 |
- add feture. all model class in namespace is included by include_model |
added select() all_column op...
|
488 |
- rename EXPERIMENTAL include_table to include_model |
489 |
- rename EXPERIMENTAL table to model |
|
490 |
- rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model |
|
491 |
- remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table(); |
|
removed experimental base_ta...
|
492 |
0.1645 |
added select() all_column op...
|
493 |
- removed EXPERIMENTAL base_table() for class expandability. |
494 |
- EXPERIMENTAL table() can't set table object any more. |
|
495 |
- added EXPERIMENTAL include_table(). |
|
update pod
|
496 |
0.1644 |
DBIx::Custom::Model select()...
|
497 |
- update pod |
cleanup
|
498 |
0.1643 |
added select() all_column op...
|
499 |
- add EXPERIMENTAL selection option to select() |
500 |
- add EXPERIMENTAL table tag |
|
DBIx::Custom::Model select()...
|
501 |
- fix bug : filter can't overwirite undef value. |
added select() all_column op...
|
502 |
- add EXPERIMENTAL feature to apply_filter(). you can apply end filter. |
503 |
- add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now. |
|
cleanup
|
504 |
0.1642 |
added select() all_column op...
|
505 |
- removed EXPERIMENTAL DBIx::Custom::Table base() method |
DBIx::Custom::Model select()...
|
506 |
- table created by tabled method can call base_$method correponding to base_table's one |
select() where can't receive...
|
507 |
0.1641 |
DBIx::Custom::Model select()...
|
508 |
- select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead) |
added select() all_column op...
|
509 |
- added EXPERIMENTAL safety_column_name attribute |
DBIx::Custom::Model select()...
|
510 |
- fix SQL injection security hole about column name |
autoload DBI method
|
511 |
0.1640 |
DBIx::Custom::Model select()...
|
512 |
- autoload DBI method |
added select() all_column op...
|
513 |
- removed EXPERIMENTAL expand |
added experimental not_exist...
|
514 |
0.1639 |
DBIx::Custom::Model select()...
|
515 |
- improved delete() and update() where option. you can use DBIx::Custom::Where object |
added select() all_column op...
|
516 |
- added EXPERIMENTAL not_exists() |
renamed experimental DBIx::C...
|
517 |
0.1638 |
DBIx::Custom::Model select()...
|
518 |
- table object call dbi object method if not found method. |
added select() all_column op...
|
519 |
- added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute |
DBIx::Custom::Model select()...
|
520 |
- renamed helper to method. |
added select() all_column op...
|
521 |
- added EXPERIMENTAL DBIx::Custom::Result::stash() |
522 |
- renamed EXPERIMENTAL DBIx::Custom::Table helper to method |
|
renamed dbi_options to dbi_o...
|
523 |
0.1637 |
DBIx::Custom::Model select()...
|
524 |
- renamed dbi_options to dbi_option. dbi_options is available, but deprecated. |
525 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped. |
|
526 |
- renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated. |
|
- added DBIx::Custom::Result...
|
527 |
- renamed tag_processors to tags. tag_prosessors is available, but deprecated. |
528 |
- improved error message |
|
529 |
- build all clause if param is undefined. |
|
530 |
- each_column callback receive self as first argument. |
|
531 |
- removed EXPERIMENTAL txn_scope |
|
532 |
0.1636 |
|
533 |
- added tests and cleanup |
|
534 |
0.1635 |
|
535 |
- renamed iterate_all_columns to each_column |
|
536 |
0.1634 |
|
537 |
- became more useful where method |
|
538 |
- changed DBIx::Custom::Where greatly |
|
539 |
0.1633 |
|
540 |
- fixed test |
|
541 |
0.1632 |
|
542 |
- added EXPERIMENTAL where method |
|
543 |
- added EXPERIMENTAL DBIx::Custom::Where. |
|
544 |
- removed DBIx::Custom::Or |
|
545 |
0.1631 |
|
546 |
- added EXPERIMENTAL DBIx::Custom::Result end_filter method |
|
547 |
- EXPERIMENTAL extended select method's where option |
|
548 |
- fix select method empty where failed bug |
|
549 |
- added EXPERIMENTAL suger method query option |
|
550 |
- added EXPERIMENTAL or method |
|
551 |
0.1630 |
|
552 |
- fix test bug |
|
553 |
0.1629 |
|
554 |
- renamed auto_filter to apply_filter |
|
555 |
- changed apply_filter method arguments |
|
556 |
- deprecated cache_method |
|
557 |
0.1628 |
|
558 |
- remove DBIx::Custom::Model |
|
559 |
- move table method and table_class attribute to DBIx::Custom |
|
560 |
- added examples |
|
561 |
- fixed connect method bug |
|
562 |
0.1627 |
|
563 |
- added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table |
|
564 |
- added EXPERIMENTAL txn_scope |
|
565 |
0.1626 |
|
566 |
- simplified DBIx::Custom::Model and DBIx::Custom::Table |
|
567 |
0.1625 |
|
568 |
- added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table |
|
569 |
0.1624 |
|
570 |
- added EXPERIMENTAL iterate_all_columns method. |
|
571 |
0.1623 |
|
572 |
- added EXPERIMENTAL auto_filter method |
|
573 |
- deprecated default_bind_filter and default_fetch_filter because these are global effect. |
|
574 |
- changed defautl_bind_filter and default_fetch_filter attributes to methods. |
|
575 |
- changed DBIx::Custom::Result default_filter attribute to method |
|
576 |
- changed DBIx::Custom::Result filter attribute to method. |
|
577 |
- filter_check is always done for usability |
|
578 |
0.1622 |
|
579 |
- deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL |
|
580 |
- added dbi_options attribute |
|
581 |
- checked attributes passed to connect method |
|
582 |
0.1621 |
|
583 |
- cleanup (removed undocumented features) |
|
584 |
0.1620 |
|
585 |
- updated document |
|
586 |
0.1619 |
|
587 |
- updated document |
|
588 |
- added EXPERIMENTAL expand method |
|
589 |
0.1618 |
|
590 |
- added helper method |
|
591 |
- added begin_work, commit, and rollback method |
|
592 |
0.1617 |
|
593 |
- L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature. |
|
594 |
0.1616 |
|
595 |
- removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical |
|
596 |
0.1615 |
|
597 |
- fixed DBIx::Custom::QueryBuilder build_query() bug |
|
598 |
- required Perl 5.008001 to use @CARP_NOT |
|
599 |
0.1614 |
|
600 |
- removed DBIx::Custom::Query start_tag and end tag attributes |
|
601 |
- enable escaping '{' and '}' in the source of SQL |
|
602 |
- fixed Carp Carp trust relationship |
|
603 |
0.1613 |
|
604 |
- added EXPERIMENTAL register_method() method |
|
605 |
- added EXPERIMENTAL methods attribute |
|
606 |
0.1612 |
|
607 |
- added tests |
|
608 |
- updated document |
|
609 |
- removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible) |
|
610 |
- removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible) |
|
611 |
0.1611 |
|
612 |
- renamed update tag to update_param |
|
613 |
- renamed insert tag to insert_param |
|
614 |
- renamed sql_builder to query_builder |
|
615 |
0.1610 |
|
616 |
- added filter_check attribute. |
|
617 |
0.1609 |
|
618 |
- updated document. |
|
619 |
0.1608 |
|
620 |
- update document |
|
621 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
622 |
0.1607 |
|
623 |
- where argument of select() method can specify array(string, parameters) |
|
624 |
- renamed build_query() to create_query()(not backword compatible) |
|
625 |
0.1606 |
|
626 |
- fix testing bug |
|
627 |
0.1605 |
|
628 |
- remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible) |
|
629 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible) |
|
630 |
- changed arguments of tag processor(not backword compatible) |
|
631 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
632 |
0.1604 |
|
633 |
- changed argument of tag processor(not backword compatible) |
|
634 |
- renamed default_query_filter to default_bind_filter(not backword compatible) |
|
635 |
- renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible) |
|
636 |
- renamed create_query to build_query(not backword compatible) |
|
637 |
- renamed sql_template to sql_builder(not backword compatible) |
|
638 |
- removed DESTROY method(not backword compatible) |
|
639 |
- removed disconnect method(not backword compatible) |
|
640 |
- fixed DBIx::Custom::MySQL connect_memory |
|
641 |
0.1603 |
|
642 |
- removed DBIx::Custom commit method (not backword compatible) |
|
643 |
- removed DBIx::Custom rollback method (not backword compatible) |
|
644 |
- removed DBIx::Custom auto_commit method (not backword compatible) |
|
645 |
0.1602 |
|
646 |
- added cache_method attribute |
|
647 |
0.1601 |
|
648 |
- added cache attribute |
|
649 |
- select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible) |
|
650 |
0.1503 |
|
651 |
- removed reconnect method |
|
652 |
- removed connected method |
|
653 |
- removed reconnect_memroy method |
|
654 |
- renamed fetch_single to fetch_first |
|
655 |
- renamed fetch_hash_single to fetch_hash_first |
|
656 |
- updated document |
|
657 |
0.1502 |
|
658 |
- added commit method |
|
659 |
- added rollback method |
|
660 |
- changed select argument, added relation option |
|
661 |
- moved host attribute to DBIx::Custom::MySQL |
|
662 |
- moved port attribute to DBIx::Custom::MySQL |
|
663 |
- moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
664 |
0.1501 |
|
665 |
- removed register_format() |
|
666 |
- removed formats() |
|
667 |
- removed run_transaction() |
|
668 |
- removed create_table() |
|
669 |
- removed drop_table() |
|
670 |
- changed select() arguments |
|
671 |
- changed insert() arguments |
|
672 |
- changed update() arguments |
|
673 |
- changed update_all() arguments |
|
674 |
- changed delete() arguments |
|
675 |
- changed delete_all() arguments |
|
676 |
- changed execute() arguments |
|
677 |
0.1402 |
|
678 |
- remove finish(), error() |
|
679 |
- can receive code ref to filter() |
|
680 |
- renamed resist to register |
|
681 |
0.1401 |
|
682 |
- renamed fetch_rows to fetch_multi |
|
683 |
- renamed fetch_hash_rows to fetch_hash_multi |
|
684 |
0.1301 |
|
685 |
- Changed many(not backword compatible) |
|
686 |
0.1201 |
|
687 |
- Changed many(not backword compatible) |
|
688 |
0.1101 |
|
689 |
- rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid |
|
690 |
0.1001 |
|
691 |
- remove run_transaction(). |
|
692 |
- add transaction() and DBIx::Custom::Transaction |
|
693 |
- rename fetch_first to fetch_single |
|
694 |
- rename fetch_hash_first to fetch_hash_single |
|
695 |
0.0906 |
|
696 |
- fix some bug |
|
697 |
0.0905 |
|
698 |
- catch up with Object::Simple update |
|
699 |
0.0904 |
|
700 |
- cleanup |
|
701 |
0.0903 |
|
702 |
- catch up with Object::Simple update |
|
703 |
0.0902 |
|
704 |
- cleanup |
|
705 |
0.0901 |
|
706 |
- DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted |
|
707 |
0.0801 |
|
708 |
- add 'create_table', 'drop_table' methods |
|
709 |
0.0701 |
|
710 |
- rename sql_template to sql_tmpl (not backword compatible) |
|
711 |
- rename dbi_options to options (not backword compatible) |
|
712 |
0.0605 |
|
713 |
- fix encode_utf8 filter |
|
714 |
0.0604 |
|
715 |
- fix timeformat tests |
|
716 |
0.0603 |
|
717 |
- fix cache system bug |
|
718 |
0.0602 |
|
719 |
- update document |
|
720 |
0.0601 |
|
721 |
- bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
|
722 |
- fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
|
723 |
- run_transaction argument is changed to ($dbi) |
|
724 |
0.0502 |
|
725 |
- update document |
|
726 |
0.0501 |
|
727 |
- packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template |
|
728 |
0.0401 |
|
729 |
- catch up with DBIx::Custom::Result version up |
|
730 |
0.0301 |
|
731 |
- exchange filter argument 'key', 'value' (not backword compatible) |
|
732 |
0.0201 |
|
733 |
- rename tranzaction to transaction |
|
734 |
- add filter_off |
|
735 |
0.0101 |
|
736 |
- First release |