- update_param_tag is DEPREC...
|
1 |
0.1684 |
- select() column option can...
|
2 | |
3 |
- select() column option can receive hash reference |
|
- update_param_tag is DEPREC...
|
4 |
- update_param_tag is DEPRECATED! use update_param instead. |
5 |
- insert_param_tag is DEPRECATED! use insert_param instead. |
|
6 |
- assing_param_tag is DEPRECATED! use assign_param instead. |
|
7 |
- Tag system such as {? title}, {= title} is DEPRECATED! |
|
8 |
and added paramter system such as :title. |
|
data_source is DEPRECATED! I...
|
9 |
0.1683 |
10 |
- data_source is DEPRECATED! It is renamed to dsn |
|
fixed merge_param bug
|
11 |
0.1682 |
improved debug message
|
12 |
- improved debug message |
fixed merge_param bug
|
13 |
- fixed merge_param bug |
added EXPERIMENTAL assign_ta...
|
14 |
0.1681 |
15 |
- added EXPERIMENTAL assign_tag() method |
|
select, update, and delete w...
|
16 |
0.1680 |
DEPRECATED select() param op...
|
17 |
- DEPRECATED select() param option, this is renamed to where_param |
18 |
- added select(), update(), and delete() where_param option |
|
added EXPERIMENTAL select() ...
|
19 |
0.1679 |
20 |
- added EXPERIMENTAL select() wrap option to support Oracle ROWNUM |
|
DBIx::Custom::Model filter a...
|
21 |
0.1678 |
22 |
- DBIx::Custom::Model filter attribute can receive hash reference |
|
improved error messages
|
23 |
- DBIx::Custom::Where clause attribute can receive clause without column name |
24 |
- improved error messages |
|
improved table search in col...
|
25 |
0.1677 |
26 |
- improved table search in column and join clause |
|
27 |
- DEPRECATED table tag. use table option. |
|
fixed test
|
28 |
0.1676 |
29 |
- fixed test bug |
|
- removed DEPRECATED DBIx::C...
|
30 |
0.1675 |
31 |
- removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
32 |
these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki |
|
33 |
for some users. |
|
34 |
- removed EXPERIMENTAL replace(). |
|
35 |
- removed EXPERIMENTAL mark from many methods. |
|
36 |
0.1674 |
|
37 |
- fixed test bug |
|
fixed dbh() method bug:wq
|
38 |
0.1673 |
39 |
- fixed dbh() method bug. |
|
change retern value to array...
|
40 |
0.1672 |
- removed EXPERIMENTAL Prefo...
|
41 |
- removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy. |
42 |
- added EXPERIMETNAL connector() attribute. |
|
change retern value to array...
|
43 |
- change retern value to array refrence of EXPERIMENTAL replace() |
added environment variable D...
|
44 |
0,1671 |
45 |
- added environment variable DBIX_CUSTOM_DEBUG |
|
removed EXPERIMETNAL select(...
|
46 |
0.1670 |
cleanup
|
47 |
- removed EXPERIMETNAL select() column hash option. it's a little complex. |
added EXPERIMENTAL replace()...
|
48 |
- added EXPERIMENTAL select() param option. |
49 |
- added EXPERIMENTAL replace(). |
|
removed EXPERIMETNAL select(...
|
50 |
0.1669 |
- renamed update_param to up...
|
51 |
- renamed update_param to update_param_tag, update_param is DEPRECATED! |
52 |
- renamed insert_param to insert_param_tag, insert_param is DEPRECATED! |
|
removed EXPERIMETNAL select(...
|
53 |
0.1668 |
54 |
- added EXPERIMENTAL update_param no_set option. |
|
added EXPERIMENTAL reserved_...
|
55 |
- added EXPERIMENTAL reserved_word_quote attribute. |
removed from cache() and cac...
|
56 |
0.1666 |
57 |
- removed from cache() and cache_method() document for a while and cache() value |
|
58 |
become 0 because I find something bug. |
|
create_model() return model
|
59 |
- create_model() return model. |
adeed EXPERIMENTAL DBIx::Cus...
|
60 |
- added document of hash filter |
61 |
- adeed EXPERIMENTAL DBIx::Custom::Model method() |
|
removed EXPERIMETNAL flag fr...
|
62 |
0.1665 |
63 |
- 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(). |
|
64 |
- added EXPERIMETNAL create_model() |
|
where can recieve array refr...
|
65 |
0.1664 |
66 |
- where can recieve array refrence, which contains where cluase and paramter. |
|
cleanup
|
67 |
0.1663 |
- added EXPERIMENTAL type() ...
|
68 |
- added EXPERIMENTAL type() attribute to DBIx::Custom::Model |
69 |
- added EXPERIMENTAL bind_param_option can set bind_param option |
|
cleanup
|
70 |
to insert(), update(), delete(), select(), insert_at(), |
71 |
update_at(), delete_at(), select_at(), delete_all(), update_all() |
|
72 |
0.1662 |
|
73 |
- removed EXPERIMENTAL DBIx::Custom::Model column_clause |
|
74 |
- added EXPERIMENTAL column() |
|
75 |
- added EXPERIMENTAL mycolumn() |
|
- added EXPERIMENTAL DBIx::C...
|
76 |
0.1661 |
77 |
- added EXPERIMENTAL DBIx::Custom::Model table_alias attribute |
|
78 |
- added EXPERIMENTAL DBIx::Custom::Model mycolumn() |
|
79 |
- added EXPERIMENTAL DBIx::Custom::Model column() |
|
80 |
- fixed autoloading bug |
|
81 |
- added EXPERIMETNAL select() prepend table option |
|
82 |
- added EXPERIMETNAL select() column table option |
|
83 |
- added EXPERIMETNAL select() column all option |
|
84 |
- removed EXPERIMETNAL select() all_column option |
|
85 |
- removed EXPERIMENTAL view() |
|
update pod
|
86 |
0.1660 |
- added EXPERIMENTAL DBIx::C...
|
87 |
- added EXPERIMENTAL DBIx::Custom::Model view() |
88 |
- added EXPERIMENTAL view() |
|
89 |
- DBIx::Custom::Model inherit DBIx::Custom |
|
90 |
- removed EXPERIMETNAL DBIx::Custom::Model method() |
|
91 |
- added table choice feature to select() EXPERIMENTAL all_column option |
|
92 |
- removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect |
|
added select() all_column op...
|
93 |
0.1659 |
EXPERIMETAL fork safety impl...
|
94 |
- EXPERIMETAL fork safety implementaion. |
update pod
|
95 |
- removed EXPERIMENTAL selection |
added select() all_column op...
|
96 |
- added select() all_column option |
- added experimental DBIx::C...
|
97 |
0.1658 |
added select() all_column op...
|
98 |
- added EXPERIMENTAL DBIx::Custom::Model column() prefix option. |
- added experimental DBIx::C...
|
99 |
- fixed select_at join column invalid bug |
100 |
- added DBIx::Custom::Model column() attribute |
|
- remaned experimental safty...
|
101 |
0.1657 |
added select() all_column op...
|
102 |
- remaned EXPERIMENTAL safty_charcter to safty_name |
- remaned experimental safty...
|
103 |
- safty_charcter is changed, set only one character regex. |
fixed some select() join opi...
|
104 |
0.1656 |
105 |
- fixed some select() join opition bug |
|
remove experimental DBIx::Cu...
|
106 |
0.1655 |
added select() all_column op...
|
107 |
- added EXPERIMENTAL DBIx::Custom::Model join attribute |
108 |
- added EXPERIMENTAL select() join option |
|
- added experimental DBIx::C...
|
109 |
- deprecated select() relation option |
added select() all_column op...
|
110 |
- added EXPERIMENTAL update_param and insert_param |
111 |
- remove EXPERIMENTAL DBIx::Custom::Model relation |
|
remove experimental DBIx::Cu...
|
112 |
0.1654 |
selection can contain where ...
|
113 |
- selection can contain where clause. |
- added experimental DBIx::C...
|
114 |
0.1653 |
added select() all_column op...
|
115 |
- added EXPERIMENTAL DBIx::Custom::Result remove_filter() |
116 |
- added EXPERIMENTAL DBIx::Custom::Result remove_end_filter() |
|
117 |
- added EXPERIMENTAL DBIx::Custom::Model insert_at() |
|
118 |
- added EXPERIMENTAL insert_at() |
|
- added experimental DBIx::C...
|
119 |
- improved error message |
120 |
0.1652 |
|
121 |
- all filter can receive array reference and receiving hash reference is DEPRECATED! |
|
add experimental DBIx::Custo...
|
122 |
0.1651 |
added select() all_column op...
|
123 |
- add EXPERIMENTAL DBIx::Custom::Model filter attribute. |
add experimental DBIx::Custo...
|
124 |
0.1650 |
added select() all_column op...
|
125 |
- add EXPERIMENTAL DBIx::Custom::Model name() attribute |
DBIx::Custom::Model select()...
|
126 |
0.1649 |
added select() all_column op...
|
127 |
- add EXPERIMENTAL DBIx::Custom::Model column_clause() method. |
select method column option ...
|
128 |
- select method column option can receive string. |
cleanup
|
129 |
- DBIx::Custom::Model select() and select_at() think about relation attirbute |
add models() attribute
|
130 |
0.1648 |
added select() all_column op...
|
131 |
- add EXPERIMENTAL DBIx::Custom::Model relation() attribute |
132 |
- add EXPERIMENTAL update_at(), delete_at(), select_at() |
|
133 |
- add EXPERIMENTAL setup_model() |
|
134 |
- add EXPERIMENTAL DBIx::Custom::Model columns attirbute |
|
135 |
- add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute |
|
136 |
- add EXPERIMENTAL models() attribute |
|
add default_dbi_option()
|
137 |
0.1647 |
DBIx::Custom::Model select()...
|
138 |
- add default_dbi_option() |
add feture. all model class ...
|
139 |
0.1646 |
DBIx::Custom::Model select()...
|
140 |
- add feture. all model class in namespace is included by include_model |
added select() all_column op...
|
141 |
- rename EXPERIMENTAL include_table to include_model |
142 |
- rename EXPERIMENTAL table to model |
|
143 |
- rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model |
|
144 |
- remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table(); |
|
removed experimental base_ta...
|
145 |
0.1645 |
added select() all_column op...
|
146 |
- removed EXPERIMENTAL base_table() for class expandability. |
147 |
- EXPERIMENTAL table() can't set table object any more. |
|
148 |
- added EXPERIMENTAL include_table(). |
|
update pod
|
149 |
0.1644 |
DBIx::Custom::Model select()...
|
150 |
- update pod |
cleanup
|
151 |
0.1643 |
added select() all_column op...
|
152 |
- add EXPERIMENTAL selection option to select() |
153 |
- add EXPERIMENTAL table tag |
|
DBIx::Custom::Model select()...
|
154 |
- fix bug : filter can't overwirite undef value. |
added select() all_column op...
|
155 |
- add EXPERIMENTAL feature to apply_filter(). you can apply end filter. |
156 |
- add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now. |
|
cleanup
|
157 |
0.1642 |
added select() all_column op...
|
158 |
- removed EXPERIMENTAL DBIx::Custom::Table base() method |
DBIx::Custom::Model select()...
|
159 |
- table created by tabled method can call base_$method correponding to base_table's one |
select() where can't receive...
|
160 |
0.1641 |
DBIx::Custom::Model select()...
|
161 |
- select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead) |
added select() all_column op...
|
162 |
- added EXPERIMENTAL safety_column_name attribute |
DBIx::Custom::Model select()...
|
163 |
- fix SQL injection security hole about column name |
autoload DBI method
|
164 |
0.1640 |
DBIx::Custom::Model select()...
|
165 |
- autoload DBI method |
added select() all_column op...
|
166 |
- removed EXPERIMENTAL expand |
added experimental not_exist...
|
167 |
0.1639 |
DBIx::Custom::Model select()...
|
168 |
- improved delete() and update() where option. you can use DBIx::Custom::Where object |
added select() all_column op...
|
169 |
- added EXPERIMENTAL not_exists() |
renamed experimental DBIx::C...
|
170 |
0.1638 |
DBIx::Custom::Model select()...
|
171 |
- table object call dbi object method if not found method. |
added select() all_column op...
|
172 |
- added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute |
DBIx::Custom::Model select()...
|
173 |
- renamed helper to method. |
added select() all_column op...
|
174 |
- added EXPERIMENTAL DBIx::Custom::Result::stash() |
175 |
- renamed EXPERIMENTAL DBIx::Custom::Table helper to method |
|
renamed dbi_options to dbi_o...
|
176 |
0.1637 |
DBIx::Custom::Model select()...
|
177 |
- renamed dbi_options to dbi_option. dbi_options is available, but deprecated. |
178 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped. |
|
179 |
- renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated. |
|
- select() column option can...
|
180 |
- renamed tag_processors to tags. tag_prosessors is available, but deprecated |