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