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