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