fixed bug that type_rule fro...
|
1 |
0.1691 |
fixed bug that data_source D...
|
2 |
- fixed bug that data_source DEPRECATED warnings pirnt STDERR |
fixed bug that type_rule fro...
|
3 |
- fixed bug that type_rule from option can't receive filter name |
updatedd pod
|
4 |
0.1690 |
5 |
- use latest Object::Simple features |
|
changed type_rule arguments ...
|
6 |
0.1689 |
7 |
- added EXPERIMENTAL available_data_type |
|
8 |
- simplified type_rule |
|
added DBIx::Custom result_fi...
|
9 |
- changed type_rule arguments format |
updated_pod
|
10 |
- added EXPERIMENTAL DBIx::Custom::Model result_filter attribute |
11 |
- added EXPERIMETNAL DBIx::Custom::Result filter_off method |
|
12 |
- EXPERIMENTAL type_rule can receive filter name |
|
- fixed bug that model inser...
|
13 |
0.1688 |
14 |
- fixed bug that model insert, update, delete select can't |
|
15 |
odd number arguments |
|
improved type_rule method
|
16 |
- improved type_rule method |
added type_rule method and f...
|
17 |
0.1687 |
18 |
- added EXPERIMENTAL type_rule method |
|
added EXPERIMENTAL execute()...
|
19 |
- added EXPERIMENTAL execute() type_rule_off option |
execute method can second ar...
|
20 |
- execute method can second argument as parameter |
fixed DEPRECATED messages
|
21 |
0.1686 |
- select() column option can...
|
22 |
- select() column option can receive array reference in array. |
23 |
This is EXPERIMENTAL |
|
- select() EXPERIMETNAL colu...
|
24 |
- select() EXPERIMETNAL column option hash format |
25 |
return table.column, not table__column |
|
added EXPERIMENTAL col metho...
|
26 |
- added EXPERIMENTAL col method. |
set reserved_word_quote auto...
|
27 |
- set reserved_word_quote automatically from driver name |
- insert, insert_at, update,...
|
28 |
0.1685 |
insert_at is DEPRECATED! add...
|
29 |
- insert_at, update_at, delete_at, select_at is DEPRECATED! |
30 |
use insert, update, delete, select method and id option. |
|
fixed DEPRECATED messages
|
31 |
- insert, insert_at, update, update_at can receive odd number arguments, |
32 |
first one is parameter. |
|
- update_param_tag is DEPREC...
|
33 |
0.1684 |
- added DBIx::Custom::Result...
|
34 |
- added DBIx::Custom::Result all method, this is alias for fetch_hash_all |
35 |
- added DBIx::Custom::Result one method, this is alias for fetch_hash_first |
|
36 |
- DBIx::Custom::Result fetch_hash_first can recieve argument |
|
fixed DEPRECATED messages
|
37 |
- select() column option can receive hash reference. This is EXPERIMENTAL |
- update_param_tag is DEPREC...
|
38 |
- update_param_tag is DEPRECATED! use update_param instead. |
39 |
- insert_param_tag is DEPRECATED! use insert_param instead. |
|
40 |
- assing_param_tag is DEPRECATED! use assign_param instead. |
|
41 |
- Tag system such as {? title}, {= title} is DEPRECATED! |
|
42 |
and added paramter system such as :title. |
|
data_source is DEPRECATED! I...
|
43 |
0.1683 |
44 |
- data_source is DEPRECATED! It is renamed to dsn |
|
fixed merge_param bug
|
45 |
0.1682 |
improved debug message
|
46 |
- improved debug message |
fixed merge_param bug
|
47 |
- fixed merge_param bug |
added EXPERIMENTAL assign_ta...
|
48 |
0.1681 |
49 |
- added EXPERIMENTAL assign_tag() method |
|
select, update, and delete w...
|
50 |
0.1680 |
DEPRECATED select() param op...
|
51 |
- DEPRECATED select() param option, this is renamed to where_param |
52 |
- added select(), update(), and delete() where_param option |
|
added EXPERIMENTAL select() ...
|
53 |
0.1679 |
54 |
- added EXPERIMENTAL select() wrap option to support Oracle ROWNUM |
|
DBIx::Custom::Model filter a...
|
55 |
0.1678 |
56 |
- DBIx::Custom::Model filter attribute can receive hash reference |
|
improved error messages
|
57 |
- DBIx::Custom::Where clause attribute can receive clause without column name |
58 |
- improved error messages |
|
improved table search in col...
|
59 |
0.1677 |
60 |
- improved table search in column and join clause |
|
61 |
- DEPRECATED table tag. use table option. |
|
fixed test
|
62 |
0.1676 |
63 |
- fixed test bug |
|
- removed DEPRECATED DBIx::C...
|
64 |
0.1675 |
65 |
- removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
66 |
these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki |
|
67 |
for some users. |
|
68 |
- removed EXPERIMENTAL replace(). |
|
69 |
- removed EXPERIMENTAL mark from many methods. |
|
70 |
0.1674 |
|
71 |
- fixed test bug |
|
fixed dbh() method bug:wq
|
72 |
0.1673 |
73 |
- fixed dbh() method bug. |
|
change retern value to array...
|
74 |
0.1672 |
- removed EXPERIMENTAL Prefo...
|
75 |
- removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy. |
76 |
- added EXPERIMETNAL connector() attribute. |
|
change retern value to array...
|
77 |
- change retern value to array refrence of EXPERIMENTAL replace() |
added environment variable D...
|
78 |
0,1671 |
79 |
- added environment variable DBIX_CUSTOM_DEBUG |
|
removed EXPERIMETNAL select(...
|
80 |
0.1670 |
cleanup
|
81 |
- removed EXPERIMETNAL select() column hash option. it's a little complex. |
added EXPERIMENTAL replace()...
|
82 |
- added EXPERIMENTAL select() param option. |
83 |
- added EXPERIMENTAL replace(). |
|
removed EXPERIMETNAL select(...
|
84 |
0.1669 |
- renamed update_param to up...
|
85 |
- renamed update_param to update_param_tag, update_param is DEPRECATED! |
86 |
- renamed insert_param to insert_param_tag, insert_param is DEPRECATED! |
|
removed EXPERIMETNAL select(...
|
87 |
0.1668 |
88 |
- added EXPERIMENTAL update_param no_set option. |
|
added EXPERIMENTAL reserved_...
|
89 |
- added EXPERIMENTAL reserved_word_quote attribute. |
removed from cache() and cac...
|
90 |
0.1666 |
91 |
- removed from cache() and cache_method() document for a while and cache() value |
|
92 |
become 0 because I find something bug. |
|
create_model() return model
|
93 |
- create_model() return model. |
adeed EXPERIMENTAL DBIx::Cus...
|
94 |
- added document of hash filter |
95 |
- adeed EXPERIMENTAL DBIx::Custom::Model method() |
|
removed EXPERIMETNAL flag fr...
|
96 |
0.1665 |
97 |
- 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(). |
|
98 |
- added EXPERIMETNAL create_model() |
|
where can recieve array refr...
|
99 |
0.1664 |
100 |
- where can recieve array refrence, which contains where cluase and paramter. |
|
cleanup
|
101 |
0.1663 |
- added EXPERIMENTAL type() ...
|
102 |
- added EXPERIMENTAL type() attribute to DBIx::Custom::Model |
103 |
- added EXPERIMENTAL bind_param_option can set bind_param option |
|
cleanup
|
104 |
to insert(), update(), delete(), select(), insert_at(), |
105 |
update_at(), delete_at(), select_at(), delete_all(), update_all() |
|
106 |
0.1662 |
|
107 |
- removed EXPERIMENTAL DBIx::Custom::Model column_clause |
|
108 |
- added EXPERIMENTAL column() |
|
109 |
- added EXPERIMENTAL mycolumn() |
|
- added EXPERIMENTAL DBIx::C...
|
110 |
0.1661 |
111 |
- added EXPERIMENTAL DBIx::Custom::Model table_alias attribute |
|
112 |
- added EXPERIMENTAL DBIx::Custom::Model mycolumn() |
|
113 |
- added EXPERIMENTAL DBIx::Custom::Model column() |
|
114 |
- fixed autoloading bug |
|
115 |
- added EXPERIMETNAL select() prepend table option |
|
116 |
- added EXPERIMETNAL select() column table option |
|
117 |
- added EXPERIMETNAL select() column all option |
|
118 |
- removed EXPERIMETNAL select() all_column option |
|
119 |
- removed EXPERIMENTAL view() |
|
update pod
|
120 |
0.1660 |
- added EXPERIMENTAL DBIx::C...
|
121 |
- added EXPERIMENTAL DBIx::Custom::Model view() |
122 |
- added EXPERIMENTAL view() |
|
123 |
- DBIx::Custom::Model inherit DBIx::Custom |
|
124 |
- removed EXPERIMETNAL DBIx::Custom::Model method() |
|
125 |
- added table choice feature to select() EXPERIMENTAL all_column option |
|
126 |
- removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect |
|
added select() all_column op...
|
127 |
0.1659 |
EXPERIMETAL fork safety impl...
|
128 |
- EXPERIMETAL fork safety implementaion. |
update pod
|
129 |
- removed EXPERIMENTAL selection |
added select() all_column op...
|
130 |
- added select() all_column option |
- added experimental DBIx::C...
|
131 |
0.1658 |
added select() all_column op...
|
132 |
- added EXPERIMENTAL DBIx::Custom::Model column() prefix option. |
- added experimental DBIx::C...
|
133 |
- fixed select_at join column invalid bug |
134 |
- added DBIx::Custom::Model column() attribute |
|
- remaned experimental safty...
|
135 |
0.1657 |
added select() all_column op...
|
136 |
- remaned EXPERIMENTAL safty_charcter to safty_name |
- remaned experimental safty...
|
137 |
- safty_charcter is changed, set only one character regex. |
fixed some select() join opi...
|
138 |
0.1656 |
139 |
- fixed some select() join opition bug |
|
remove experimental DBIx::Cu...
|
140 |
0.1655 |
added select() all_column op...
|
141 |
- added EXPERIMENTAL DBIx::Custom::Model join attribute |
142 |
- added EXPERIMENTAL select() join option |
|
- added experimental DBIx::C...
|
143 |
- deprecated select() relation option |
added select() all_column op...
|
144 |
- added EXPERIMENTAL update_param and insert_param |
145 |
- remove EXPERIMENTAL DBIx::Custom::Model relation |
|
remove experimental DBIx::Cu...
|
146 |
0.1654 |
selection can contain where ...
|
147 |
- selection can contain where clause. |
- added experimental DBIx::C...
|
148 |
0.1653 |
added select() all_column op...
|
149 |
- added EXPERIMENTAL DBIx::Custom::Result remove_filter() |
150 |
- added EXPERIMENTAL DBIx::Custom::Result remove_end_filter() |
|
151 |
- added EXPERIMENTAL DBIx::Custom::Model insert_at() |
|
152 |
- added EXPERIMENTAL insert_at() |
|
- added experimental DBIx::C...
|
153 |
- improved error message |
154 |
0.1652 |
|
155 |
- all filter can receive array reference and receiving hash reference is DEPRECATED! |
|
add experimental DBIx::Custo...
|
156 |
0.1651 |
added select() all_column op...
|
157 |
- add EXPERIMENTAL DBIx::Custom::Model filter attribute. |
add experimental DBIx::Custo...
|
158 |
0.1650 |
added select() all_column op...
|
159 |
- add EXPERIMENTAL DBIx::Custom::Model name() attribute |
DBIx::Custom::Model select()...
|
160 |
0.1649 |
added select() all_column op...
|
161 |
- add EXPERIMENTAL DBIx::Custom::Model column_clause() method. |
select method column option ...
|
162 |
- select method column option can receive string. |
cleanup
|
163 |
- DBIx::Custom::Model select() and select_at() think about relation attirbute |
add models() attribute
|
164 |
0.1648 |
added select() all_column op...
|
165 |
- add EXPERIMENTAL DBIx::Custom::Model relation() attribute |
166 |
- add EXPERIMENTAL update_at(), delete_at(), select_at() |
|
167 |
- add EXPERIMENTAL setup_model() |
|
168 |
- add EXPERIMENTAL DBIx::Custom::Model columns attirbute |
|
169 |
- add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute |
|
170 |
- add EXPERIMENTAL models() attribute |
|
add default_dbi_option()
|
171 |
0.1647 |
DBIx::Custom::Model select()...
|
172 |
- add default_dbi_option() |
add feture. all model class ...
|
173 |
0.1646 |
DBIx::Custom::Model select()...
|
174 |
- add feture. all model class in namespace is included by include_model |
added select() all_column op...
|
175 |
- rename EXPERIMENTAL include_table to include_model |
176 |
- rename EXPERIMENTAL table to model |
|
177 |
- rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model |
|
178 |
- remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table(); |
|
removed experimental base_ta...
|
179 |
0.1645 |
added select() all_column op...
|
180 |
- removed EXPERIMENTAL base_table() for class expandability. |
181 |
- EXPERIMENTAL table() can't set table object any more. |
|
182 |
- added EXPERIMENTAL include_table(). |
|
update pod
|
183 |
0.1644 |
DBIx::Custom::Model select()...
|
184 |
- update pod |
cleanup
|
185 |
0.1643 |
added select() all_column op...
|
186 |
- add EXPERIMENTAL selection option to select() |
187 |
- add EXPERIMENTAL table tag |
|
DBIx::Custom::Model select()...
|
188 |
- fix bug : filter can't overwirite undef value. |
added select() all_column op...
|
189 |
- add EXPERIMENTAL feature to apply_filter(). you can apply end filter. |
190 |
- add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now. |
|
cleanup
|
191 |
0.1642 |
added select() all_column op...
|
192 |
- removed EXPERIMENTAL DBIx::Custom::Table base() method |
DBIx::Custom::Model select()...
|
193 |
- table created by tabled method can call base_$method correponding to base_table's one |
select() where can't receive...
|
194 |
0.1641 |
DBIx::Custom::Model select()...
|
195 |
- select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead) |
added select() all_column op...
|
196 |
- added EXPERIMENTAL safety_column_name attribute |
DBIx::Custom::Model select()...
|
197 |
- fix SQL injection security hole about column name |
autoload DBI method
|
198 |
0.1640 |
DBIx::Custom::Model select()...
|
199 |
- autoload DBI method |
added select() all_column op...
|
200 |
- removed EXPERIMENTAL expand |
added experimental not_exist...
|
201 |
0.1639 |
DBIx::Custom::Model select()...
|
202 |
- improved delete() and update() where option. you can use DBIx::Custom::Where object |
added select() all_column op...
|
203 |
- added EXPERIMENTAL not_exists() |
renamed experimental DBIx::C...
|
204 |
0.1638 |
DBIx::Custom::Model select()...
|
205 |
- table object call dbi object method if not found method. |
added select() all_column op...
|
206 |
- added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute |
DBIx::Custom::Model select()...
|
207 |
- renamed helper to method. |
added select() all_column op...
|
208 |
- added EXPERIMENTAL DBIx::Custom::Result::stash() |
209 |
- renamed EXPERIMENTAL DBIx::Custom::Table helper to method |
|
renamed dbi_options to dbi_o...
|
210 |
0.1637 |
DBIx::Custom::Model select()...
|
211 |
- renamed dbi_options to dbi_option. dbi_options is available, but deprecated. |
212 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped. |
|
213 |
- renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated. |
|
- added DBIx::Custom::Result...
|
214 |
- renamed tag_processors to tags. tag_prosessors is available, but deprecated. |
215 |
- improved error message |
|
216 |
- build all clause if param is undefined. |
|
217 |
- each_column callback receive self as first argument. |
|
218 |
- removed EXPERIMENTAL txn_scope |
|
219 |
0.1636 |
|
220 |
- added tests and cleanup |
|
221 |
0.1635 |
|
222 |
- renamed iterate_all_columns to each_column |
|
223 |
0.1634 |
|
224 |
- became more useful where method |
|
225 |
- changed DBIx::Custom::Where greatly |
|
226 |
0.1633 |
|
227 |
- fixed test |
|
228 |
0.1632 |
|
229 |
- added EXPERIMENTAL where method |
|
230 |
- added EXPERIMENTAL DBIx::Custom::Where. |
|
231 |
- removed DBIx::Custom::Or |
|
232 |
0.1631 |
|
233 |
- added EXPERIMENTAL DBIx::Custom::Result end_filter method |
|
234 |
- EXPERIMENTAL extended select method's where option |
|
235 |
- fix select method empty where failed bug |
|
236 |
- added EXPERIMENTAL suger method query option |
|
237 |
- added EXPERIMENTAL or method |
|
238 |
0.1630 |
|
239 |
- fix test bug |
|
240 |
0.1629 |
|
241 |
- renamed auto_filter to apply_filter |
|
242 |
- changed apply_filter method arguments |
|
243 |
- deprecated cache_method |
|
244 |
0.1628 |
|
245 |
- remove DBIx::Custom::Model |
|
246 |
- move table method and table_class attribute to DBIx::Custom |
|
247 |
- added examples |
|
248 |
- fixed connect method bug |
|
249 |
0.1627 |
|
250 |
- added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table |
|
251 |
- added EXPERIMENTAL txn_scope |
|
252 |
0.1626 |
|
253 |
- simplified DBIx::Custom::Model and DBIx::Custom::Table |
|
254 |
0.1625 |
|
255 |
- added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table |
|
256 |
0.1624 |
|
257 |
- added EXPERIMENTAL iterate_all_columns method. |
|
258 |
0.1623 |
|
259 |
- added EXPERIMENTAL auto_filter method |
|
260 |
- deprecated default_bind_filter and default_fetch_filter because these are global effect. |
|
261 |
- changed defautl_bind_filter and default_fetch_filter attributes to methods. |
|
262 |
- changed DBIx::Custom::Result default_filter attribute to method |
|
263 |
- changed DBIx::Custom::Result filter attribute to method. |
|
264 |
- filter_check is always done for usability |
|
265 |
0.1622 |
|
266 |
- deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL |
|
267 |
- added dbi_options attribute |
|
268 |
- checked attributes passed to connect method |
|
269 |
0.1621 |
|
270 |
- cleanup (removed undocumented features) |
|
271 |
0.1620 |
|
272 |
- updated document |
|
273 |
0.1619 |
|
274 |
- updated document |
|
275 |
- added EXPERIMENTAL expand method |
|
276 |
0.1618 |
|
277 |
- added helper method |
|
278 |
- added begin_work, commit, and rollback method |
|
279 |
0.1617 |
|
280 |
- L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature. |
|
281 |
0.1616 |
|
282 |
- removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical |
|
283 |
0.1615 |
|
284 |
- fixed DBIx::Custom::QueryBuilder build_query() bug |
|
285 |
- required Perl 5.008001 to use @CARP_NOT |
|
286 |
0.1614 |
|
287 |
- removed DBIx::Custom::Query start_tag and end tag attributes |
|
288 |
- enable escaping '{' and '}' in the source of SQL |
|
289 |
- fixed Carp Carp trust relationship |
|
290 |
0.1613 |
|
291 |
- added EXPERIMENTAL register_method() method |
|
292 |
- added EXPERIMENTAL methods attribute |
|
293 |
0.1612 |
|
294 |
- added tests |
|
295 |
- updated document |
|
296 |
- removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible) |
|
297 |
- removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible) |
|
298 |
0.1611 |
|
299 |
- renamed update tag to update_param |
|
300 |
- renamed insert tag to insert_param |
|
301 |
- renamed sql_builder to query_builder |
|
302 |
0.1610 |
|
303 |
- added filter_check attribute. |
|
304 |
0.1609 |
|
305 |
- updated document. |
|
306 |
0.1608 |
|
307 |
- update document |
|
308 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
309 |
0.1607 |
|
310 |
- where argument of select() method can specify array(string, parameters) |
|
311 |
- renamed build_query() to create_query()(not backword compatible) |
|
312 |
0.1606 |
|
313 |
- fix testing bug |
|
314 |
0.1605 |
|
315 |
- remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible) |
|
316 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible) |
|
317 |
- changed arguments of tag processor(not backword compatible) |
|
318 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
319 |
0.1604 |
|
320 |
- changed argument of tag processor(not backword compatible) |
|
321 |
- renamed default_query_filter to default_bind_filter(not backword compatible) |
|
322 |
- renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible) |
|
323 |
- renamed create_query to build_query(not backword compatible) |
|
324 |
- renamed sql_template to sql_builder(not backword compatible) |
|
325 |
- removed DESTROY method(not backword compatible) |
|
326 |
- removed disconnect method(not backword compatible) |
|
327 |
- fixed DBIx::Custom::MySQL connect_memory |
|
328 |
0.1603 |
|
329 |
- removed DBIx::Custom commit method (not backword compatible) |
|
330 |
- removed DBIx::Custom rollback method (not backword compatible) |
|
331 |
- removed DBIx::Custom auto_commit method (not backword compatible) |
|
332 |
0.1602 |
|
333 |
- added cache_method attribute |
|
334 |
0.1601 |
|
335 |
- added cache attribute |
|
336 |
- select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible) |
|
337 |
0.1503 |
|
338 |
- removed reconnect method |
|
339 |
- removed connected method |
|
340 |
- removed reconnect_memroy method |
|
341 |
- renamed fetch_single to fetch_first |
|
342 |
- renamed fetch_hash_single to fetch_hash_first |
|
343 |
- updated document |
|
344 |
0.1502 |
|
345 |
- added commit method |
|
346 |
- added rollback method |
|
347 |
- changed select argument, added relation option |
|
348 |
- moved host attribute to DBIx::Custom::MySQL |
|
349 |
- moved port attribute to DBIx::Custom::MySQL |
|
350 |
- moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
351 |
0.1501 |
|
352 |
- removed register_format() |
|
353 |
- removed formats() |
|
354 |
- removed run_transaction() |
|
355 |
- removed create_table() |
|
356 |
- removed drop_table() |
|
357 |
- changed select() arguments |
|
358 |
- changed insert() arguments |
|
359 |
- changed update() arguments |
|
360 |
- changed update_all() arguments |
|
361 |
- changed delete() arguments |
|
362 |
- changed delete_all() arguments |
|
363 |
- changed execute() arguments |
|
364 |
0.1402 |
|
365 |
- remove finish(), error() |
|
366 |
- can receive code ref to filter() |
|
367 |
- renamed resist to register |
|
368 |
0.1401 |
|
369 |
- renamed fetch_rows to fetch_multi |
|
370 |
- renamed fetch_hash_rows to fetch_hash_multi |
|
371 |
0.1301 |
|
372 |
- Changed many(not backword compatible) |
|
373 |
0.1201 |
|
374 |
- Changed many(not backword compatible) |
|
375 |
0.1101 |
|
376 |
- rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid |
|
377 |
0.1001 |
|
378 |
- remove run_transaction(). |
|
379 |
- add transaction() and DBIx::Custom::Transaction |
|
380 |
- rename fetch_first to fetch_single |
|
381 |
- rename fetch_hash_first to fetch_hash_single |
|
382 |
0.0906 |
|
383 |
- fix some bug |
|
384 |
0.0905 |
|
385 |
- catch up with Object::Simple update |
|
386 |
0.0904 |
|
387 |
- cleanup |
|
388 |
0.0903 |
|
389 |
- catch up with Object::Simple update |
|
390 |
0.0902 |
|
391 |
- cleanup |
|
392 |
0.0901 |
|
393 |
- DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted |
|
394 |
0.0801 |
|
395 |
- add 'create_table', 'drop_table' methods |
|
396 |
0.0701 |
|
397 |
- rename sql_template to sql_tmpl (not backword compatible) |
|
398 |
- rename dbi_options to options (not backword compatible) |
|
399 |
0.0605 |
|
400 |
- fix encode_utf8 filter |
|
401 |
0.0604 |
|
402 |
- fix timeformat tests |
|
403 |
0.0603 |
|
404 |
- fix cache system bug |
|
405 |
0.0602 |
|
406 |
- update document |
|
407 |
0.0601 |
|
408 |
- bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
|
409 |
- fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
|
410 |
- run_transaction argument is changed to ($dbi) |
|
411 |
0.0502 |
|
412 |
- update document |
|
413 |
0.0501 |
|
414 |
- packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template |
|
415 |
0.0401 |
|
416 |
- catch up with DBIx::Custom::Result version up |
|
417 |
0.0301 |
|
418 |
- exchange filter argument 'key', 'value' (not backword compatible) |
|
419 |
0.0201 |
|
420 |
- rename tranzaction to transaction |
|
421 |
- add filter_off |
|
422 |
0.0101 |
|
423 |
- First release |