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