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