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