fixed some select() join opi...
|
1 |
0.1656 |
2 |
- fixed some select() join opition bug |
|
remove experimental DBIx::Cu...
|
3 |
0.1655 |
- added experimental DBIx::C...
|
4 |
- added experimental DBIx::Custom::Model join attribute |
5 |
- added experimental select() join option |
|
6 |
- deprecated select() relation option |
|
added experimental update_pa...
|
7 |
- added experimental update_param and insert_param |
remove experimental DBIx::Cu...
|
8 |
- remove experimental DBIx::Custom::Model relation |
9 |
0.1654 |
|
selection can contain where ...
|
10 |
- selection can contain where clause. |
- added experimental DBIx::C...
|
11 |
0.1653 |
added experimental DBIx::Cus...
|
12 |
- added experimental DBIx::Custom::Result remove_filter() |
added experimental DBIx::Cus...
|
13 |
- added experimental DBIx::Custom::Result remove_end_filter() |
- added experimental DBIx::C...
|
14 |
- added experimental DBIx::Custom::Model insert_at() |
15 |
- added experimental insert_at() |
|
16 |
- improved error message |
|
17 |
0.1652 |
|
18 |
- all filter can receive array reference and receiving hash reference is DEPRECATED! |
|
add experimental DBIx::Custo...
|
19 |
0.1651 |
20 |
- add experimental DBIx::Custom::Model filter attribute. |
|
add experimental DBIx::Custo...
|
21 |
0.1650 |
22 |
- add experimental DBIx::Custom::Model name() attribute |
|
DBIx::Custom::Model select()...
|
23 |
0.1649 |
add experimental DBIx::Custo...
|
24 |
- add experimental DBIx::Custom::Model column_clause() method. |
select method column option ...
|
25 |
- select method column option can receive string. |
cleanup
|
26 |
- DBIx::Custom::Model select() and select_at() think about relation attirbute |
add models() attribute
|
27 |
0.1648 |
DBIx::Custom::Model select()...
|
28 |
- add experimental DBIx::Custom::Model relation() attribute |
29 |
- add experimental update_at(), delete_at(), select_at() |
|
30 |
- add experimental setup_model() |
|
31 |
- add experimental DBIx::Custom::Model columns attirbute |
|
32 |
- add experimental DBIx::Custom::Model foreign_key() attribute |
|
33 |
- add experimental models() attribute |
|
add default_dbi_option()
|
34 |
0.1647 |
DBIx::Custom::Model select()...
|
35 |
- add default_dbi_option() |
add feture. all model class ...
|
36 |
0.1646 |
DBIx::Custom::Model select()...
|
37 |
- add feture. all model class in namespace is included by include_model |
38 |
- rename experimental include_table to include_model |
|
39 |
- rename experimental table to model |
|
40 |
- rename experimental DBIx::Custom::Table to DBIx::Custom::Model |
|
41 |
- remame experimental DBIx::Custom::Table::name() to DBIx::Custom::Model::table(); |
|
removed experimental base_ta...
|
42 |
0.1645 |
DBIx::Custom::Model select()...
|
43 |
- removed experimental base_table() for class expandability. |
44 |
- experimental table() can't set table object any more. |
|
45 |
- added experimental include_table(). |
|
update pod
|
46 |
0.1644 |
DBIx::Custom::Model select()...
|
47 |
- update pod |
cleanup
|
48 |
0.1643 |
DBIx::Custom::Model select()...
|
49 |
- add experimental selection option to select() |
50 |
- add experimental table tag |
|
51 |
- fix bug : filter can't overwirite undef value. |
|
52 |
- add experimental feature to apply_filter(). you can apply end filter. |
|
53 |
- add experimental feature to apply_filter(). TABLE__COLUMN is filterded now. |
|
cleanup
|
54 |
0.1642 |
DBIx::Custom::Model select()...
|
55 |
- removed experimental DBIx::Custom::Table base() method |
56 |
- table created by tabled method can call base_$method correponding to base_table's one |
|
select() where can't receive...
|
57 |
0.1641 |
DBIx::Custom::Model select()...
|
58 |
- select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead) |
59 |
- added experimental safety_column_name attribute |
|
60 |
- fix SQL injection security hole about column name |
|
autoload DBI method
|
61 |
0.1640 |
DBIx::Custom::Model select()...
|
62 |
- autoload DBI method |
63 |
- removed experimental expand |
|
added experimental not_exist...
|
64 |
0.1639 |
DBIx::Custom::Model select()...
|
65 |
- improved delete() and update() where option. you can use DBIx::Custom::Where object |
66 |
- added experimental not_exists() |
|
renamed experimental DBIx::C...
|
67 |
0.1638 |
DBIx::Custom::Model select()...
|
68 |
- table object call dbi object method if not found method. |
69 |
- added experimental base_table attribute and removed experimental table_class attribute |
|
70 |
- renamed helper to method. |
|
71 |
- added experimental DBIx::Custom::Result::stash() |
|
72 |
- renamed experimental DBIx::Custom::Table helper to method |
|
renamed dbi_options to dbi_o...
|
73 |
0.1637 |
DBIx::Custom::Model select()...
|
74 |
- renamed dbi_options to dbi_option. dbi_options is available, but deprecated. |
75 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped. |
|
76 |
- renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated. |
|
77 |
- renamed tag_processors to tags. tag_prosessors is available, but deprecated. |
|
78 |
- improved error message |
|
79 |
- build all clause if param is undefined. |
|
80 |
- each_column callback receive self as first argument. |
|
81 |
- removed experimental txn_scope |
|
many changed
|
82 |
0.1636 |
DBIx::Custom::Model select()...
|
83 |
- added tests and cleanup |
pod fix
|
84 |
0.1635 |
DBIx::Custom::Model select()...
|
85 |
- renamed iterate_all_columns to each_column |
pod fix
|
86 |
0.1634 |
DBIx::Custom::Model select()...
|
87 |
- became more useful where method |
88 |
- changed DBIx::Custom::Where greatly |
|
fix tests
|
89 |
0.1633 |
DBIx::Custom::Model select()...
|
90 |
- fixed test |
added experimental DBIx::Cus...
|
91 |
0.1632 |
DBIx::Custom::Model select()...
|
92 |
- added experimental where method |
93 |
- added experimental DBIx::Custom::Where. |
|
94 |
- removed DBIx::Custom::Or |
|
added experimental DBIx::Cus...
|
95 |
0.1631 |
DBIx::Custom::Model select()...
|
96 |
- added experimental DBIx::Custom::Result end_filter method |
97 |
- experimental extended select method's where option |
|
98 |
- fix select method empty where failed bug |
|
99 |
- added experimental suger method query option |
|
100 |
- added experimental or method |
|
fix tests
|
101 |
0.1630 |
DBIx::Custom::Model select()...
|
102 |
- fix test bug |
cleanup
|
103 |
0.1629 |
DBIx::Custom::Model select()...
|
104 |
- renamed auto_filter to apply_filter |
105 |
- changed apply_filter method arguments |
|
106 |
- deprecated cache_method |
|
add examples
|
107 |
0.1628 |
DBIx::Custom::Model select()...
|
108 |
- remove DBIx::Custom::Model |
109 |
- move table method and table_class attribute to DBIx::Custom |
|
110 |
- added examples |
|
111 |
- fixed connect method bug |
|
added insert, update, update...
|
112 |
0.1627 |
DBIx::Custom::Model select()...
|
113 |
- added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table |
114 |
- added experimental txn_scope |
|
simplified DBIx::Custom::Mod...
|
115 |
0.1626 |
DBIx::Custom::Model select()...
|
116 |
- simplified DBIx::Custom::Model and DBIx::Custom::Table |
added experimental DBIx::Cus...
|
117 |
0.1625 |
DBIx::Custom::Model select()...
|
118 |
- added experimental DBIx::Custom::Model and DBIx::Custom::Table |
added experimental iterate_a...
|
119 |
0.1624 |
DBIx::Custom::Model select()...
|
120 |
- added experimental iterate_all_columns method. |
added auto_filter method
|
121 |
0.1623 |
DBIx::Custom::Model select()...
|
122 |
- added experimental auto_filter method |
123 |
- deprecated default_bind_filter and default_fetch_filter because these are global effect. |
|
124 |
- changed defautl_bind_filter and default_fetch_filter attributes to methods. |
|
125 |
- changed DBIx::Custom::Result default_filter attribute to method |
|
126 |
- changed DBIx::Custom::Result filter attribute to method. |
|
127 |
- filter_check is always done for usability |
|
check arguments of connect m...
|
128 |
0.1622 |
DBIx::Custom::Model select()...
|
129 |
- deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL |
130 |
- added dbi_options attribute |
|
131 |
- checked attributes passed to connect method |
|
cleanup (removed undocumente...
|
132 |
0.1621 |
DBIx::Custom::Model select()...
|
133 |
- cleanup (removed undocumented features) |
updated document
|
134 |
0.1620 |
DBIx::Custom::Model select()...
|
135 |
- updated document |
added experimental expand me...
|
136 |
0.1619 |
DBIx::Custom::Model select()...
|
137 |
- updated document |
138 |
- added experimental expand method |
|
cleanup
|
139 |
0.1618 |
DBIx::Custom::Model select()...
|
140 |
- added helper method |
141 |
- added begin_work, commit, and rollback method |
|
DBIx::Custom is now stable
|
142 |
0.1617 |
DBIx::Custom::Model select()...
|
143 |
- L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature. |
removed experimental registe...
|
144 |
0.1616 |
DBIx::Custom::Model select()...
|
145 |
- removed experimental register_method(), and methods attribute, because it is too magical |
fixed DBIx::Custom::QueryBui...
|
146 |
0.1615 |
DBIx::Custom::Model select()...
|
147 |
- fixed DBIx::Custom::QueryBuilder build_query() bug |
148 |
- required Perl 5.008001 to use @CARP_NOT |
|
fixed Carp trast relationshi...
|
149 |
0.1614 |
DBIx::Custom::Model select()...
|
150 |
- removed DBIx::Custom::Query start_tag and end tag attributes |
151 |
- enable escaping '{' and '}' in the source of SQL |
|
152 |
- fixed Carp Carp trust relationship |
|
added register_method() meth...
|
153 |
0.1613 |
DBIx::Custom::Model select()...
|
154 |
- added experimental register_method() method |
155 |
- added experimental methods attribute |
|
add tests
|
156 |
0.1612 |
DBIx::Custom::Model select()...
|
157 |
- added tests |
158 |
- updated document |
|
159 |
- removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible) |
|
160 |
- removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible) |
|
renamed update tag to update...
|
161 |
0.1611 |
DBIx::Custom::Model select()...
|
162 |
- renamed update tag to update_param |
163 |
- renamed insert tag to insert_param |
|
164 |
- renamed sql_builder to query_builder |
|
added check_filter attribute
|
165 |
0.1610 |
DBIx::Custom::Model select()...
|
166 |
- added filter_check attribute. |
updated document
|
167 |
0.1609 |
DBIx::Custom::Model select()...
|
168 |
- updated document. |
update document
|
169 |
0.1608 |
DBIx::Custom::Model select()...
|
170 |
- update document |
171 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
renamed build_query to creat...
|
172 |
0.1607 |
DBIx::Custom::Model select()...
|
173 |
- where argument of select() method can specify array(string, paramters) |
174 |
- renamed build_query() to create_query()(not backword compatible) |
|
renamed build_query to creat...
|
175 |
0.1606 |
DBIx::Custom::Model select()...
|
176 |
- fix testing bug |
changed arguments of tag pro...
|
177 |
0.1605 |
DBIx::Custom::Model select()...
|
178 |
- remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible) |
179 |
- renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible) |
|
180 |
- changed arguments of tag processor(not backword compatible) |
|
181 |
- renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible) |
|
removed DESTROY method(not b...
|
182 |
0.1604 |
DBIx::Custom::Model select()...
|
183 |
- changed argument of tag processor(not backword compatible) |
184 |
- renamed default_query_filter to default_bind_filter(not backword compatible) |
|
185 |
- renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible) |
|
186 |
- renamed create_query to build_query(not backword compatible) |
|
187 |
- renamed sql_template to sql_builder(not backword compatible) |
|
188 |
- removed DESTROY method(not backword compatible) |
|
189 |
- removed disconnect method(not backword compatible) |
|
190 |
- fixed DBIx::Custom::MySQL connect_memory |
|
removed DBIx::Custom commit ...
|
191 |
0.1603 |
DBIx::Custom::Model select()...
|
192 |
- removed DBIx::Custom commit method (not backword compatible) |
193 |
- removed DBIx::Custom rollback method (not backword compatible) |
|
194 |
- removed DBIx::Custom auto_commit method (not backword compatible) |
|
added cache_method attribute
|
195 |
0.1602 |
DBIx::Custom::Model select()...
|
196 |
- added cache_method attribute |
select, insert, update, upda...
|
197 |
0.1601 |
DBIx::Custom::Model select()...
|
198 |
- added cache attribute |
199 |
- select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible) |
|
removed reconnect method
|
200 |
0.1503 |
DBIx::Custom::Model select()...
|
201 |
- removed reconnect method |
202 |
- removed connected method |
|
203 |
- removed reconnect_memroy method |
|
204 |
- renamed fetch_single to fetch_first |
|
205 |
- renamed fetch_hash_single to fetch_hash_first |
|
206 |
- updated document |
|
update document
|
207 |
0.1502 |
DBIx::Custom::Model select()...
|
208 |
- added commit method |
209 |
- added rollback method |
|
210 |
- changed select argument, added relation option |
|
211 |
- moved host attribute to DBIx::Custom::MySQL |
|
212 |
- moved port attribute to DBIx::Custom::MySQL |
|
213 |
- moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite |
|
update document
|
214 |
0.1501 |
DBIx::Custom::Model select()...
|
215 |
- removed register_format() |
216 |
- removed formats() |
|
217 |
- removed run_transaction() |
|
218 |
- removed create_table() |
|
219 |
- removed drop_table() |
|
220 |
- changed select() arguments |
|
221 |
- changed insert() arguments |
|
222 |
- changed update() arguments |
|
223 |
- changed update_all() arguments |
|
224 |
- changed delete() arguments |
|
225 |
- changed delete_all() arguments |
|
226 |
- changed execute() arguments |
|
some changed
|
227 |
0.1402 |
DBIx::Custom::Model select()...
|
228 |
- remove finish(), error() |
229 |
- can receive code ref to filter() |
|
230 |
- renamed resist to register |
|
renamed fetch_rows to fetch_...
|
231 |
0.1401 |
DBIx::Custom::Model select()...
|
232 |
- renamed fetch_rows to fetch_multi |
233 |
- renamed fetch_hash_rows to fetch_hash_multi |
|
renamed fetch_rows to fetch_...
|
234 |
0.1301 |
DBIx::Custom::Model select()...
|
235 |
- Changed many(not backword compatible) |
many change
|
236 |
0.1201 |
DBIx::Custom::Model select()...
|
237 |
- Changed many(not backword compatible) |
update document
|
238 |
0.1101 |
DBIx::Custom::Model select()...
|
239 |
- rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid |
update document
|
240 |
0.1001 |
DBIx::Custom::Model select()...
|
241 |
- remove run_transaction(). |
242 |
- add transaction() and DBIx::Custom::Transaction |
|
243 |
- rename fetch_first to fetch_single |
|
244 |
- rename fetch_hash_first to fetch_hash_single |
|
fix some bug
|
245 |
0.0906 |
DBIx::Custom::Model select()...
|
246 |
- fix some bug |
catch up with Object::Simple...
|
247 |
0.0905 |
DBIx::Custom::Model select()...
|
248 |
- catch up with Object::Simple update |
cleanup
|
249 |
0.0904 |
DBIx::Custom::Model select()...
|
250 |
- cleanup |
catch up with Object::Simple...
|
251 |
0.0903 |
DBIx::Custom::Model select()...
|
252 |
- catch up with Object::Simple update |
catch up with Object::Simple...
|
253 |
0.0902 |
DBIx::Custom::Model select()...
|
254 |
- cleanup |
version 0.0901
|
255 |
0.0901 |
DBIx::Custom::Model select()...
|
256 |
- DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted |
version 0.0901
|
257 |
0.0801 |
DBIx::Custom::Model select()...
|
258 |
- add 'create_table', 'drop_table' methods |
version 0.0901
|
259 |
0.0701 |
DBIx::Custom::Model select()...
|
260 |
- rename sql_template to sql_tmpl (not backword compatible) |
261 |
- rename dbi_options to options (not backword compatible) |
|
fix timeformat tests
|
262 |
0.0605 |
DBIx::Custom::Model select()...
|
263 |
- fix encode_utf8 filter |
fix timeformat tests
|
264 |
0.0604 |
DBIx::Custom::Model select()...
|
265 |
- fix timeformat tests |
fix timeformat tests
|
266 |
0.0603 |
DBIx::Custom::Model select()...
|
267 |
- fix cache system bug |
fix timeformat tests
|
268 |
0.0602 |
DBIx::Custom::Model select()...
|
269 |
- update document |
bind_filter argument is chan...
|
270 |
0.0601 |
DBIx::Custom::Model select()...
|
271 |
- bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
272 |
- fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible) |
|
273 |
- run_transaction argument is changed to ($dbi) |
|
update document
|
274 |
0.0502 |
DBIx::Custom::Model select()...
|
275 |
- update document |
packaging one directory
|
276 |
0.0501 |
DBIx::Custom::Model select()...
|
277 |
- packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template |
packaging one directory
|
278 |
0.0401 |
DBIx::Custom::Model select()...
|
279 |
- catch up with DBIx::Custom::Result version up |
packaging one directory
|
280 |
0.0301 |
DBIx::Custom::Model select()...
|
281 |
- exchange filter argument 'key', 'value' (not backword compatible) |
packaging one directory
|
282 |
0.0201 |
DBIx::Custom::Model select()...
|
283 |
- rename tranzaction to transaction |
284 |
- add filter_off |
|
packaging one directory
|
285 |
0.0101 |
DBIx::Custom::Model select()...
|
286 |
- First release |