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