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