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