DBIx-Custom / Changes /
Newer Older
802 lines | 33.174kb
fixed documentation miss abo...
Yuki Kimoto authored on 2012-09-17
1
0.27 (2012-09-17)
2
  - fixed documentation miss about execute method's table_alias option.
fixed bug that when id optio...
Yuki Kimoto authored on 2012-07-11
3
0.26
4
  - fixed bug that when id option's value is object, don't work.
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2012-03-19
5
0.25
- added DBIX_CUSTOM_SUPPRESS...
Yuki Kimoto authored on 2012-03-19
6
  - added DBIX_CUSTOM_SUPPRESS_DEPRECATION environment varaible
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2012-03-19
7
    to suppress deprecation warnings
8
  - removed EXPERIMENTAL status from DBIx::Custom::Result::kv method
9
  - removed EXPERIMETNAL status from DBIx::Custom::Result::flat method
10
  - renamed DBIx::Custom::Result::column method to values method
11
    DBIx::Custom::Result::column is deprecated.
support model full-qualified...
Yuki Kimoto authored on 2012-03-01
12
0.24
renamed setup_model database...
Yuki Kimoto authored on 2012-03-02
13
  - support schema-qualified table name
14
  - added EXPERIMENTAL default_schema attribute for postgresql not to conflict
15
    same table name.
- DBIx::Custom::Mapper::map ...
Yuki Kimoto authored on 2012-02-29
16
0.23
17
  - DBIx::Custom::Mapper::map method support
18
    {value => '%<value>%'} syntax
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2012-02-28
19
0.22
20
  - added EXPERIMENTAL DBIx::Custom::Result::kv method
21
  - added EXPERIMENTAL DBIx::Custom::Result::flat method
cleanup
Yuki Kimoto authored on 2012-02-28
22
  - added where => {name => [val1, val2, val3]} support
- added where => {name => [v...
Yuki Kimoto authored on 2012-02-28
23
    this is expaned to "where name in (val1, val2, val3)"
- "created_at" option is ren...
Yuki Kimoto authored on 2012-02-11
24
0.2111
updated Changes
Yuki Kimoto authored on 2012-02-11
25
  - "created_at" option is renamed to "ctime" option.
26
    "created_at" is DEPRECATED!
27
  - "updated_at" option is renamed to "mtime" option.
28
    "updated_at" is DEPRECATED!
added EXPERIMETNAL aysnc_con...
Yuki Kimoto authored on 2012-02-10
29
0.2110
- "created_at" option is ren...
Yuki Kimoto authored on 2012-02-11
30
  - Perl 5.008007 is required.
added EXPERIMETNAL aysnc_con...
Yuki Kimoto authored on 2012-02-10
31
  - added EXPERIMETNAL aysnc_conf attribute
32
0.2109
select method can be called ...
Yuki Kimoto authored on 2012-02-07
33
  - select method can be called even if table name is not specified
added async asccess and stat...
Yuki Kimoto authored on 2012-01-29
34
0.2108
35
  - added async database access support using AnyEvent
fixed change
Yuki Kimoto authored on 2012-01-29
36
    and added "async" option to execute method(EXPERIMENTAL)
37
  - EXPERIMETNAL "statement" option is replcaed "select" option
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2012-01-24
38
0.2107
39
  - removed EXPERIMENTAL status from the following methods and functinalities.
40
      DBIx::Custom::Result::value method
41
      DBIx::Custom::Result::column method
42
      DBIx::Custom::insert method "bulk_insert" option
43
      DBIx::Custom::insert method "multiplue insert functinality"
44
      DBIx::Custom::select method "first argument is received as column option"
45
      DBIx::Custom::Model::created_at attribute
46
      DBIx::Custom::Model::updated_at attribute
47
  - added EXPERIMENTAL DBIx::Custom::execute method "prepare_attr" option
48
  - added EXPERIMETNAL DBIx::Custom::execute method "statement" option
- renamed DBIx::Custom::Resu...
Yuki Kimoto authored on 2012-01-20
49
0.2106
cleanup
Yuki Kimoto authored on 2012-01-20
50
  - renamed DBIx::Custom::Result::fetch_hash_first to fethc_hash_one
51
    because first is misleading name. fethc_hash_first is DEPRECATED!
52
  - renamed DBIx::Custom::Result::fetch_first to fetch_one,
53
    because first is misleading name. fetch_first is DEPRECATED!
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2012-01-14
54
0.2105
cleanup
Yuki Kimoto authored on 2012-01-20
55
  - added EXPERIMENTAL DBIx::Custom::Result::value method
56
  - added EXPERIMENTAL DBIx::Custom::Result::column method
improved bulk_insert perform...
Yuki Kimoto authored on 2011-11-29
57
0.2104
cleanup
Yuki Kimoto authored on 2012-01-20
58
  - improved bulk_insert performance
added EXPERIMENTAL bulk_inse...
Yuki Kimoto authored on 2011-11-27
59
0.2103
cleanup
Yuki Kimoto authored on 2012-01-20
60
  - added EXPERIMENTAL insert bulk_insert option.
- fixed bug that DBIx::Custo...
Yuki Kimoto authored on 2011-11-25
61
0.2102
cleanup
Yuki Kimoto authored on 2012-01-20
62
  - fixed bug that DBIx::Custom::Model count method don't receive model's
63
    attribute
64
  - insert method can receive multipule parameters, this is very fast, this is experimental
- fixed update_or_insert bug...
Yuki Kimoto authored on 2011-11-18
65
0.2101
cleanup
Yuki Kimoto authored on 2012-01-20
66
  - fixed small default_bind_filter bug
67
  - micro optimization
68
  - select method can receive odd number argument. In that case first argument
69
    is column option.
70
  - fixed update_or_insert bug that when parameter don't contain any key-value
71
    this method throw exception.
cleanup
Yuki Kimoto authored on 2011-11-16
72
0.2100
cleanup
Yuki Kimoto authored on 2012-01-20
73
  - micro optimization
74
  - DBIx::Custom::Query is DEPRECATED!
- fixed bug DBIx::Custom::Re...
Yuki Kimoto authored on 2011-11-08
75
0.1747
cleanup
Yuki Kimoto authored on 2012-01-20
76
  - fixed bug DBIx::Custom::Result fetch_hash_multi throw warnings
77
    which cannnot fetch any more
78
  - fixed bug DBIx::Custom::Result fetch_hash_multi throw warnings
79
    which cannnot fetch any more
micro optimization
Yuki Kimoto authored on 2011-11-07
80
0.1746
cleanup
Yuki Kimoto authored on 2012-01-20
81
  - micro optimization
- DBIx::Custom::Result filte...
Yuki Kimoto authored on 2011-11-03
82
0.1745
cleanup
Yuki Kimoto authored on 2012-01-20
83
  - DBIx::Custom::Order prepend method receiving array reference
84
    is DEPRECATED!
85
  - DBIx::Custom::QueryBuilder class is DEPRECATED!
86
  - added DBIX_CUSTOM_DISABLE_MODEL_EXECUTE environment variable
87
  - added DBIX_CUSTOM_TAG_PARSE environment variable
88
  - tag_parse attribute is DEPRECATED! 
89
  - show_datatype method return lower case string
90
  - show_typename method return lower case string
91
  - DBIx::Custom::Result filter_on method is DEPRECATED!
92
  - DBIx::Custom::Result filter_off method is DEPRECATED!
- id option work if id count...
Yuki Kimoto authored on 2011-11-03
93
0.1744
cleanup
Yuki Kimoto authored on 2012-01-20
94
  - id option work if id count is lower than primary key count.
95
  - removed EXPERIMETNAL status from update_or_insert method and
96
    DBIx::Custom::Model's update_or_insert method
97
  - removed EXPERIMENTAL status from reuse option
98
  - removed EXPERIMENTAL status from update_at option and created_at option
99
  - removed EXPERIMETNAL status from now attribute
test cleanup
Yuki Kimoto authored on 2011-11-01
100
0.1743
cleanup
Yuki Kimoto authored on 2012-01-20
101
  - DBIx::Custom::Model execute method is DEPRECATED!
102
  - fixed bug that update_all can't receive parameter as first argument
103
  - fixed bug that delete_all can't receive parameter as first argument
104
  - fixed where clause parsing bug when time(like 00:00:00) contain
test cleanup
Yuki Kimoto authored on 2011-11-01
105
0.1742
cleanup
Yuki Kimoto authored on 2012-01-20
106
  - fixed update_or_insert method bug
107
  - micro optimization
micro optimization
Yuki Kimoto authored on 2011-10-31
108
0.1741
cleanup
Yuki Kimoto authored on 2012-01-20
109
  - added EXPERIMENTAL update_or_insert to DBIx::Custom::Model
update_or_insert method's re...
Yuki Kimoto authored on 2011-10-27
110
0.1740
cleanup
Yuki Kimoto authored on 2012-01-20
111
  - EXPERIMENTAL update_or_insert need id and primary_key option
112
    and added option option
113
  - insert method created_at and updated_at option can receive scalar reference
114
  - update method updated_at option can receive scalar reference
115
  - select column option [COLUMN => ALIAS] syntax is DEPRECATED!
116
  - added EXPERIMENTAL q method
117
  - execute method id option is DEPRECATED!
- insert timestamp option is...
Yuki Kimoto authored on 2011-10-25
118
0.1739
cleanup
Yuki Kimoto authored on 2012-01-20
119
  - insert timestamp option is DEPRECATED!
120
    use created_at option with now attribute
121
  - update timestamp option is DEPRECATED!
122
    use updated_at option wieh now attribute
123
  - insert_timestamp method is DEPRECATED!
124
    use now method
125
  - update_timestamp method is DEPRECATED!
126
    use use now method
127
  - added EXPEREIMTNAL now method
128
  - added EXPERIMENTAL insert created_at option
129
  - added EXPERIMETNAL insert updated_at option
130
  - added EXPERIMETNAL update updated_at option
131
  - added new timestamp system using the above methods and options
- insert method id value is ...
Yuki Kimoto authored on 2011-10-25
132
0.1738
cleanup
Yuki Kimoto authored on 2012-01-20
133
  - micro optimization
134
  - removed example that query pass execute method in documentation
135
    this is many bug reason much more than I have expected
136
    and passing query to execute method is DEPRECATED!
137
  - insert method id value is not copied to parameter
138
    if the key exists in parameter
fixed DEBUG messsage bug
Yuki Kimoto authored on 2011-10-24
139
0.1737
cleanup
Yuki Kimoto authored on 2012-01-20
140
  - micro optimization
141
  - fixed DEBUG messsage bug
micro optimization
Yuki Kimoto authored on 2011-10-23
142
0.1736
cleanup
Yuki Kimoto authored on 2012-01-20
143
  - micro optimization
micro optimization
Yuki Kimoto authored on 2011-10-23
144
0.1735
cleanup
Yuki Kimoto authored on 2012-01-20
145
  - added EXPERIMENTAL reuse_query option to execute method
micro optimization
Yuki Kimoto authored on 2011-10-23
146
0.1734
cleanup
Yuki Kimoto authored on 2012-01-20
147
  - moved DBIx::Custom::Guide to wiki
- removed argument checking ...
Yuki Kimoto authored on 2011-10-21
148
0.1733
cleanup
Yuki Kimoto authored on 2012-01-20
149
  - select method join option can receive string.
150
  - removed DEPRECATED status of select param option
151
  - select method where_param option is DEPRECATED!
152
    use where => [STRING, PARAM] syntax instead
153
  - delete method where_param option is DEPRECATED!
154
    use where => [STRING, PARAM] syntax instead
155
  - update method where_param option is DEPRECATED!
156
    use where => [STRING, PARAM] syntax instead
157
  - update method param option is DEPRECATED!
158
  - insert method param option is DEPRECATED!
159
  - removed argument checking logic because in database performance is more
160
    important.
removed EXPERIMETNAL flag fr...
Yuki Kimoto authored on 2011-10-19
161
0.1732
cleanup
Yuki Kimoto authored on 2012-01-20
162
  - removed EXPERIMETNAL flag from like_value
- removed DEPRECATED status ...
Yuki Kimoto authored on 2011-10-11
163
0.1731
cleanup
Yuki Kimoto authored on 2012-01-20
164
  - removed DEPRECATED status from insert method's id option
165
  - renamed EXPERIMENTAL insert_or_update to update_or_insert
fixed id option bug when col...
Yuki Kimoto authored on 2011-10-10
166
0.1730
cleanup
Yuki Kimoto authored on 2012-01-20
167
  - added EXPERIMENTAL insert_or_update method
168
  - method method of DBIx::Custom::Model is renamed to helper,
169
    method is DEPRECATED!
170
  - method method is renamed to helper, method is DEPRECATED!
171
  - insert method's id option is DEPRECATED!
172
  - fixed id option bug when column name is anbiguous
- dbi_option attribute is re...
Yuki Kimoto authored on 2011-10-05
173
0.1729
cleanup
Yuki Kimoto authored on 2012-01-20
174
  - dbi_option attribute is renamed to option, dbi_option is DEPRECATED!
175
  - default_dbi_option is renamed to default_option, default_dbi_option
176
    is DEPRECATED!
- update_param is DEPRECATED...
Yuki Kimoto authored on 2011-10-04
177
0.1728
cleanup
Yuki Kimoto authored on 2012-01-20
178
  - added {key => ..., value => ...} syntax to DBIx::Custom::Mapper map method
179
    ,and argument of string and code reference is DEPRECATED!
180
  - update_param is DEPRECATED, use assing_clause instead.
181
  - assing_param is renamed to assing_clause, assing_param is DEPRECATED!
182
  - insert_param is renamed to values_clause, insert_param is DEPRECATED!
- update_param is DEPRECATED...
Yuki Kimoto authored on 2011-10-04
183
0.1727
cleanup
Yuki Kimoto authored on 2012-01-20
184
  - improved join clause parsing
improved join clause parsing
Yuki Kimoto authored on 2011-09-30
185
0.1726
cleanup
Yuki Kimoto authored on 2012-01-20
186
  - improved join clause parsing
improved join clause parsing
Yuki Kimoto authored on 2011-09-27
187
0.1725
cleanup
Yuki Kimoto authored on 2012-01-20
188
  - improved join clause parsing
sqlfilter option is renamed ...
Yuki Kimoto authored on 2011-09-16
189
0.1724
cleanup
Yuki Kimoto authored on 2012-01-20
190
  - added EXPERIMENTAL like_value method to DBIx::Custom
191
  - sqlfilter option is renamed to after_build_sql, sqlfilter is DEPRECATED!
192
  - removed EXPERIMENTAL flag from DBIx::Custom::Mapper
193
  - removed EXPERIMENTAL flag from the following DBIx::Custom methods
194
  insert_timestamp, mapper, update_timestamp
195
  - removed EXPERIMENTAL flag from the following DBIx::Custom method's option
196
  timestamp, 
- added EXPERIMENTAL update_...
Yuki Kimoto authored on 2011-09-12
197
0.1723
cleanup
Yuki Kimoto authored on 2012-01-20
198
  - removed EXPERIMENTAL call_dbi method from DBIx::Custom::Model
199
  - removed EXPERIMENTAL map_param method from DBIx::Custom
200
  - removed EXPERIMENTAL the following methods from DBIx::Custom::Where
201
    if, map
202
  - removed EXPERIMENTAL flag from the following DBIx::Custom::Model methods
203
    count, execute
204
  - removed EXPERIMENTAL flag from the following DBIx::Custom::Result mehotds
205
    filter_on, type_rule, type_rule_off, type_rule_on, type_rule1_off,
206
    type_rule1_on, type_rule2_off, type_rule2_on
207
  - removed EXPERIMENTAL flag from the following DBIx::Custom method's options
208
    sqlfilter, type_rule_off, type_rule1_off, type_rule2_off,
209
    table_alias, wrap
210
  - removed EXPERIMENTAL flag from DBIx::Custom::Order
211
  - removed EXPERIMETNAL flag from the following DBIx::Custom methods
212
    exclude_table, user_column_info,
213
    user_table_info, available_datatype, available_typename,
214
    assign_param, count, get_column_info, get_table_info
215
    order, show_datatype, show_typename methods, show_tables, type_rule,
216
  - added EXPERIMENTAL update_timestamp method to DBIx::Custom
217
  - added EXPERIMENTAL insert_timestamp method to DBIx::Custom
218
  - removed EXPERIMENTAL timestamp attribute from DBIx::Custom
- added EXPERIMENTAL pass at...
Yuki Kimoto authored on 2011-09-02
219
0.1722
cleanup
Yuki Kimoto authored on 2012-01-20
220
  - added EXPERIMENTAL timestamp option to DBIx::Custom insert
221
    and update method.
222
  - added EXPERIMENTAL timestamp attribute to DBIx::Custom
223
  - added {KEY => {OPTION_KEY => OPTION_VALUE} syntax
224
    to EXPERIMENTAL DBIx::Custom::Mapper map method
225
  - added {KEY => sub { VALUE }} syntax
226
    to EXPERIMETNAL DBIx::Custom::Mapper map method
227
  - removed EXPERIMENTAL wrap option from select method
228
  - insert_param, update_param, and assign param can
229
    be wrapeed by DB function by C<wrap> option
230
  - added EXPERIMENTAL pass attribute to DBIx::Custom::Mapper
231
  - removed EXPERIMENTAL ignore attribute from DBIx::Custom::Mapper
added DBIx::Custom::Mapper
Yuki Kimoto authored on 2011-08-26
232
0.1721
cleanup
Yuki Kimoto authored on 2012-01-20
233
  - added EXPERIMENTAL DBIx::Custom::Mapper class
234
  - added EXPERIMENTAL mapper method to DBIx::Custom
- removed placeholder count ...
Yuki Kimoto authored on 2011-08-22
235
0.1720
cleanup
Yuki Kimoto authored on 2012-01-20
236
  - removed placeholder count check
237
  - added EXPERIMENTAL execute method's id and primary key option.
238
  - added EXPERIMENTAL DBIx::Custom::Model execute method
- removed placeholder count ...
Yuki Kimoto authored on 2011-08-22
239
0.1719
cleanup
Yuki Kimoto authored on 2012-01-20
240
  - DBIx::Custom support Microsoft Access through DBD::ODBC
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-08-20
241
0.1718
cleanup
Yuki Kimoto authored on 2012-01-20
242
  - added EXPERIMENTAL DBIx::Custom::Model call_dbi method
243
  - added EXPERIMENTAL count method
244
  - added EXPERIMENTAL DBIx::Custom::Model count method
added EXPERIMENTAL find_tabl...
Yuki Kimoto authored on 2011-08-16
245
0.1717
cleanup
Yuki Kimoto authored on 2012-01-20
246
  - added EXPERIMENTAL get_table_info
247
  - added EXPERIMETNAL user_table_info attribute
248
    and each_table find table info in user_table_info if set.
249
  - added EXPERIMENTAL get_column_info
250
  - added EXPERIMENTAL user_column_info attribute
251
    and each_column find column info in user_column_info if set.
252
  - connector is automatically set to DBDx::Connector object
253
    if connector is set to 1 when connect method is called.
test cleanup
Yuki Kimoto authored on 2011-08-15
254
0.1716
cleanup
Yuki Kimoto authored on 2012-01-20
255
  - fixed bugs when using DBD::Oracle.
256
  - added EXPERIMENTAL show_tables method.
updated pod
Yuki Kimoto authored on 2011-08-14
257
0.1715
cleanup
Yuki Kimoto authored on 2012-01-20
258
  - default quote attribute in ODBC driver is changed to "[]"
259
  - fixed some bug in Microsoft SQL Server
260
  - added EXPERIMENTAL execute method sqlfilter option
cleanup
Yuki Kimoto authored on 2011-08-13
261
0.1714
cleanup
Yuki Kimoto authored on 2012-01-20
262
  - fixed not backword compatible change in 0.1712 query_buider
updated pod
Yuki Kimoto authored on 2011-08-12
263
0.1713
cleanup
Yuki Kimoto authored on 2012-01-20
264
  - fixed memory leak and connection increasing bug when using model.
cleanup test
Yuki Kimoto authored on 2011-08-10
265
0.1712
cleanup
Yuki Kimoto authored on 2012-01-20
266
  - you can set any string as separator
267
  - fixed memory leak and connection increasing bug, and query_buider method return new object.
268
  - added EXPERIMENTAL exclude_table attribute
269
  - added EXPERIMENTAL show_typename method
270
  - added EXPERIMENTAL show_datatype method
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-08-09
271
0.1711
cleanup
Yuki Kimoto authored on 2012-01-20
272
  - renamed EXPERIMENTAL available_type_name to available_typename
273
  - renamed EXPERIMENTAL available_data_type to available_datatype
274
  - added EXPERIMENTAL DBIx::Custom::Where if method
275
  - added EXPERIMENTAL DBIx::Custom::Where map method
cleanup
Yuki Kimoto authored on 2011-08-02
276
0.1710
cleanup
Yuki Kimoto authored on 2012-01-20
277
  - use more DBIx::Custom information in sub modules to decrease bugs
278
    (very sorry, this change can't keep backword compatible,
279
     but maybe no effects,
280
     because the attributes is automatically set by DBIx::Custom, not user).
281
  - Fixed fisrt executed where clause failed in some condition.
fixed named placeholder bug ...
Yuki Kimoto authored on 2011-08-01
282
0.1709
cleanup
Yuki Kimoto authored on 2012-01-20
283
  - fixed named placeholder bug and added escape syntax
fixed named placeholder bug ...
Yuki Kimoto authored on 2011-08-01
284
0.1708
cleanup
Yuki Kimoto authored on 2012-01-20
285
  - improved execute method performance
- removed some EXPERIMENTAL ...
Yuki Kimoto authored on 2011-07-30
286
0.1707
cleanup
Yuki Kimoto authored on 2012-01-20
287
  - I call :title named placeholder, stoping calling it parameter
288
  - removed some EXPERIMENTAL status
289
  - fixed performance
cleanup
Yuki Kimoto authored on 2011-07-30
290
0.1706
cleanup
Yuki Kimoto authored on 2012-01-20
291
  - Added execute method's query option document
292
    You can get more performance.
293
  - DBIx::Custom::Query table and filters attribute method and
294
    filter method is DEPRECATED!
295
    because I think query object must have only the information
296
    for statement handle caching.
insert and update method's p...
Yuki Kimoto authored on 2011-07-29
297
0.1705
cleanup
Yuki Kimoto authored on 2012-01-20
298
  - insert and update method's param can set constant value by scalara reference
299
    such as {date => \"NOW()"} This is EXPERIMENTAL.
cleanup
Yuki Kimoto authored on 2011-07-29
300
0.1704
cleanup
Yuki Kimoto authored on 2012-01-20
301
  - added quote method's two character support like []
302
    for Microsoft SQL Server and Access
303
  - added EXPERIMENTAL parameter new syntax :name{operator}
added join new syntax
Yuki Kimoto authored on 2011-07-28
304
0.1703
cleanup
Yuki Kimoto authored on 2012-01-20
305
  - added EXPERIMENTAL join new syntax.
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
306
0.1702
cleanup
Yuki Kimoto authored on 2012-01-20
307
  - removed EXPERIMENTAL status of some methods.
308
  - fixed some join bug
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
309
0.1701
cleanup
Yuki Kimoto authored on 2012-01-20
310
  - added DBIx::Cusotm::Order prepend method automatically quoted syntax
311
  - simplified arguments check
312
  - added EXPERIMENTAL each_table method
313
  - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
314
    changed to [COLUMN => ALIAS]
315
  - added EXPERIMENTAL DBIx::Custom::Result header method
316
  - added EXPERIMENTAL last_sql attribute method
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
317
0.1700
cleanup
Yuki Kimoto authored on 2012-01-20
318
  - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
319
0.1699
cleanup
Yuki Kimoto authored on 2012-01-20
320
  - added tag_parse attribute.
321
  - added EXPERIMENTAL order method
322
  - added EXPERIMENTAL DBIx::Custom::Order module
323
  - changed backword compatible policy
324
    ------------------------------------------------------------------------
325
    If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
326
    except for attribute method.
327
    You can check all DEPRECATED functionalities by document.
328
    DEPRECATED functionality is removed after five years,
329
    but if at least one person use the functionality and tell me that thing
330
    I extend one year each time you tell me it.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
331

            
cleanup
Yuki Kimoto authored on 2012-01-20
332
    EXPERIMENTAL functionality will be changed without warnings.
333
    ------------------------------------------------------------------------
fixed DBIx::Custom::Where to...
Yuki Kimoto authored on 2011-06-27
334
0.1698
cleanup
Yuki Kimoto authored on 2012-01-20
335
  - fixed DBIx::Custom::Where to_string method small bug
336
  - added EXPERIMENTAL execute method table_alias option
added EXPERIMENTAL map_param...
Yuki Kimoto authored on 2011-06-24
337
0.1697
cleanup
Yuki Kimoto authored on 2012-01-20
338
  - added EXPERIMENTAL map_param method
fixed small insert, update, ...
Yuki Kimoto authored on 2011-06-21
339
0.1696
cleanup
Yuki Kimoto authored on 2012-01-20
340
  - added new argument format update, delete, select method where option
341
  - create_query is DEPRECATED! use query option of each method instead.
342
  - added EXPERIMENTAL insert, update, and select method prefix option
343
  - fixed small insert, update, delete, select method id option bug
- changed EXPERIMENTAL DBIx:...
Yuki Kimoto authored on 2011-06-20
344
0.1695
cleanup
Yuki Kimoto authored on 2012-01-20
345
  - changed EXPERIMENTAL DBIx::Custom::Result type_rule_off method argument
346
  - added EXPERIMENTAL DBIx::Custom::Result type_rule_on method
347
  - changed EXPERIMENTAL DBIx::Custom::Result type_rule1_off method argument
348
  - added EXPERIMENTAL DBIx::Custom::Result type_rule1_on method
349
  - changed EXPERIMENTAL DBIx::Custom::Result type_rule2_off method argument
350
  - added EXPERIMENTAL DBIx::Custom::Result type_rule2_on method
351
  - changed EXPERIMENTAL DBIx::Custom::Result filter_off method argument
352
  - added EXPERIMENTAL DBIx::Custom::Result filter_on method
DBIx::Custom::Model type att...
Yuki Kimoto authored on 2011-06-17
353
0.1694
cleanup
Yuki Kimoto authored on 2012-01-20
354
  - EXPERIMENTAL type_rule argument format is changed
355
  - DBIx::Custom::Result type_rule method on setting return self 
356
  - reserved_word_quote is DEPRECATED! this is renamed to quote
357
  - DBIx::Custom::Model type attribute is DEPRECATED!
358
    this is renamed to bind_type.
update pod
Yuki Kimoto authored on 2011-06-15
359
0.1693
cleanup
Yuki Kimoto authored on 2012-01-20
360
  - separate DBIx::Custom type_rule from filter
361
  - DBIx::Custom::Model filter attrribute is DEPRECATED!
362
  - DBIx::Custom::Model name attribute is DEPRECATED!
363
  - removed EXPERIMENTAL DBIx::Custom::Model alias_table
364
  - added DBIx::Custom column method's table option
365
  - separate DBIx::Custom::Result type_rule from filter again
EXPERIMENTAL type_rule_off i...
Yuki Kimoto authored on 2011-06-14
366
0.1692
cleanup
Yuki Kimoto authored on 2012-01-20
367
  - removed EXPERIMENTAL DBIx::Model result_filter
368
  - DBIx::Custom::Result filter override type_rule
369
  - added EXPERIMENTAL DBIx::Custom::Result type_rule
370
  - added EXPERIMENTAL available_type_name method 
371
  - EXPERIMENTAL type_rule_off is not passed form execute method 
372
    to DBIx::Custom::Result object
fixed bug that type_rule fro...
Yuki Kimoto authored on 2011-06-13
373
0.1691
cleanup
Yuki Kimoto authored on 2012-01-20
374
  - DBIx::Custom::Result end_filter, remove_filter, remove_end_filter is DEPRECATED!
375
  - apply_filter is DEPRECATED!
376
  - EXPERIMETAL column method and table_alias think about "-" separator
377
  - EXPERIMTANL column method think about separator
378
  - removed EXPERIMENTAL col method.
379
  - added EXPERIMENTAL separater method
380
  - added EXPERIMENTAL select prefix option.
381
  - fixed bug that data_source DEPRECATED warnings pirnt STDERR
382
  - fixed bug that type_rule from option can't receive filter name
updatedd pod
Yuki Kimoto authored on 2011-06-12
383
0.1690
cleanup
Yuki Kimoto authored on 2012-01-20
384
  - use latest Object::Simple features
changed type_rule arguments ...
Yuki Kimoto authored on 2011-06-12
385
0.1689
cleanup
Yuki Kimoto authored on 2012-01-20
386
  - added EXPERIMENTAL available_data_type
387
  - simplified type_rule
388
  - changed type_rule arguments format
389
  - added EXPERIMENTAL DBIx::Custom::Model result_filter attribute
390
  - added EXPERIMETNAL DBIx::Custom::Result filter_off method
391
  - EXPERIMENTAL type_rule can receive filter name
- fixed bug that model inser...
Yuki Kimoto authored on 2011-06-10
392
0.1688
cleanup
Yuki Kimoto authored on 2012-01-20
393
  - fixed bug that model insert, update, delete select can't
394
    odd number arguments
395
  - improved type_rule method
added type_rule method and f...
Yuki Kimoto authored on 2011-06-09
396
0.1687
cleanup
Yuki Kimoto authored on 2012-01-20
397
  - added EXPERIMENTAL type_rule method
398
  - added EXPERIMENTAL execute() type_rule_off option
399
  - execute method can second argument as parameter
fixed DEPRECATED messages
Yuki Kimoto authored on 2011-06-08
400
0.1686
cleanup
Yuki Kimoto authored on 2012-01-20
401
  - select() column option can receive array reference in array.
402
    This is EXPERIMENTAL
403
  - select() EXPERIMETNAL column option hash format
404
    return table.column, not table__column
405
  - added EXPERIMENTAL col method.
406
  - set reserved_word_quote automatically from driver name
- insert, insert_at, update,...
Yuki Kimoto authored on 2011-06-08
407
0.1685
cleanup
Yuki Kimoto authored on 2012-01-20
408
  - insert_at, update_at, delete_at, select_at is DEPRECATED!
409
    use insert, update, delete, select method and id option.
410
  - insert, insert_at, update, update_at can receive odd number arguments,
411
    first one is parameter.
- update_param_tag is DEPREC...
Yuki Kimoto authored on 2011-06-07
412
0.1684
cleanup
Yuki Kimoto authored on 2012-01-20
413
  - added DBIx::Custom::Result all method, this is alias for fetch_hash_all
414
  - added DBIx::Custom::Result one method, this is alias for fetch_hash_first
415
  - DBIx::Custom::Result fetch_hash_first can recieve argument
416
  - select() column option can receive hash reference. This is EXPERIMENTAL
417
  - update_param_tag is DEPRECATED! use update_param instead.
418
  - insert_param_tag is DEPRECATED! use insert_param instead.
419
  - assing_param_tag is DEPRECATED! use assign_param instead.
420
  - Tag system such as {? title}, {= title} is DEPRECATED!
421
    and added paramter system such as :title.
data_source is DEPRECATED! I...
Yuki Kimoto authored on 2011-06-06
422
0.1683
cleanup
Yuki Kimoto authored on 2012-01-20
423
  - data_source is DEPRECATED! It is renamed to dsn
fixed merge_param bug
Yuki Kimoto authored on 2011-05-23
424
0.1682
cleanup
Yuki Kimoto authored on 2012-01-20
425
  - improved debug message
426
  - fixed merge_param bug
added EXPERIMENTAL assign_ta...
Yuki Kimoto authored on 2011-04-26
427
0.1681
cleanup
Yuki Kimoto authored on 2012-01-20
428
  - added EXPERIMENTAL assign_tag() method
select, update, and delete w...
Yuki Kimoto authored on 2011-04-25
429
0.1680
cleanup
Yuki Kimoto authored on 2012-01-20
430
  - DEPRECATED select() param option, this is renamed to where_param
431
  - added select(), update(), and delete() where_param option
added EXPERIMENTAL select() ...
Yuki Kimoto authored on 2011-04-19
432
0.1679
cleanup
Yuki Kimoto authored on 2012-01-20
433
  - added EXPERIMENTAL select() wrap option to support Oracle ROWNUM
DBIx::Custom::Model filter a...
Yuki Kimoto authored on 2011-04-18
434
0.1678
cleanup
Yuki Kimoto authored on 2012-01-20
435
  - DBIx::Custom::Model filter attribute can receive hash reference
436
  - DBIx::Custom::Where clause attribute can receive clause without column name
437
  - improved error messages
improved table search in col...
Yuki Kimoto authored on 2011-04-12
438
0.1677
cleanup
Yuki Kimoto authored on 2012-01-20
439
  - improved table search in column and join clause
440
  - DEPRECATED table tag. use table option.
fixed test
Yuki Kimoto authored on 2011-04-11
441
0.1676
cleanup
Yuki Kimoto authored on 2012-01-20
442
  - fixed test bug
- removed DEPRECATED DBIx::C...
Yuki Kimoto authored on 2011-04-11
443
0.1675
cleanup
Yuki Kimoto authored on 2012-01-20
444
  - removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite
445
    these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki
446
    for some users.
447
  - removed EXPERIMENTAL replace().
448
  - removed EXPERIMENTAL mark from many methods.
- removed DEPRECATED DBIx::C...
Yuki Kimoto authored on 2011-04-11
449
0.1674
cleanup
Yuki Kimoto authored on 2012-01-20
450
  - fixed test bug
fixed dbh() method bug:wq
Yuki Kimoto authored on 2011-04-05
451
0.1673
cleanup
Yuki Kimoto authored on 2012-01-20
452
  - fixed dbh() method bug.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
453
0.1672
cleanup
Yuki Kimoto authored on 2012-01-20
454
  - removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy.
455
  - added EXPERIMETNAL connector() attribute.
456
  - change retern value to array refrence of EXPERIMENTAL replace()
added environment variable D...
Yuki Kimoto authored on 2011-04-02
457
0,1671
cleanup
Yuki Kimoto authored on 2012-01-20
458
  - added environment variable DBIX_CUSTOM_DEBUG
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
459
0.1670
cleanup
Yuki Kimoto authored on 2012-01-20
460
  - removed EXPERIMETNAL select() column hash option. it's a little complex.
461
  - added EXPERIMENTAL select() param option.
462
  - added EXPERIMENTAL replace().
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
463
0.1669
cleanup
Yuki Kimoto authored on 2012-01-20
464
  - renamed update_param to update_param_tag, update_param is DEPRECATED!
465
  - renamed insert_param to insert_param_tag, insert_param is DEPRECATED!
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
466
0.1668
cleanup
Yuki Kimoto authored on 2012-01-20
467
  - added EXPERIMENTAL update_param no_set option.
468
  - added EXPERIMENTAL reserved_word_quote attribute.
removed from cache() and cac...
Yuki Kimoto authored on 2011-03-29
469
0.1666
cleanup
Yuki Kimoto authored on 2012-01-20
470
  - removed from cache() and cache_method() document for a while and cache() value
471
    become 0 because I find something bug.
472
  - create_model() return model.
473
  - added document of hash filter
474
  - adeed EXPERIMENTAL DBIx::Custom::Model method()
removed EXPERIMETNAL flag fr...
Yuki Kimoto authored on 2011-03-25
475
0.1665
cleanup
Yuki Kimoto authored on 2012-01-20
476
  - 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().
477
  - added EXPERIMETNAL create_model()
where can recieve array refr...
Yuki Kimoto authored on 2011-03-24
478
0.1664
cleanup
Yuki Kimoto authored on 2012-01-20
479
  - where can recieve array refrence, which contains where cluase and paramter.
cleanup
Yuki Kimoto authored on 2011-03-21
480
0.1663
cleanup
Yuki Kimoto authored on 2012-01-20
481
  - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
482
  - added EXPERIMENTAL bind_param_option can set bind_param option
483
    to insert(), update(), delete(), select(), insert_at(),
484
    update_at(), delete_at(), select_at(), delete_all(), update_all()
cleanup
Yuki Kimoto authored on 2011-03-21
485
0.1662
cleanup
Yuki Kimoto authored on 2012-01-20
486
  - removed EXPERIMENTAL DBIx::Custom::Model column_clause
487
  - added EXPERIMENTAL column()
488
  - added EXPERIMENTAL mycolumn()
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-15
489
0.1661
cleanup
Yuki Kimoto authored on 2012-01-20
490
  - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
491
  - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
492
  - added EXPERIMENTAL DBIx::Custom::Model column()
493
  - fixed autoloading bug
494
  - added EXPERIMETNAL select() prepend table option
495
  - added EXPERIMETNAL select() column table option
496
  - added EXPERIMETNAL select() column all option
497
  - removed EXPERIMETNAL select() all_column option
498
  - removed EXPERIMENTAL view()
update pod
Yuki Kimoto authored on 2011-03-13
499
0.1660
cleanup
Yuki Kimoto authored on 2012-01-20
500
  - added EXPERIMENTAL DBIx::Custom::Model view()
501
  - added EXPERIMENTAL view()
502
  - DBIx::Custom::Model inherit DBIx::Custom
503
  - removed EXPERIMETNAL DBIx::Custom::Model method()
504
  - added table choice feature to select() EXPERIMENTAL all_column option 
505
  - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
506
0.1659
cleanup
Yuki Kimoto authored on 2012-01-20
507
  - EXPERIMETAL fork safety implementaion.
508
  - removed EXPERIMENTAL selection
509
  - added select() all_column option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
510
0.1658
cleanup
Yuki Kimoto authored on 2012-01-20
511
  - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
512
  - fixed select_at join column invalid bug
513
  - added DBIx::Custom::Model column() attribute 
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
514
0.1657
cleanup
Yuki Kimoto authored on 2012-01-20
515
  - remaned EXPERIMENTAL safty_charcter to safty_name
516
  - safty_charcter is changed, set only one character regex.
fixed some select() join opi...
Yuki Kimoto authored on 2011-03-09
517
0.1656
cleanup
Yuki Kimoto authored on 2012-01-20
518
  - fixed some select() join opition bug
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
519
0.1655
cleanup
Yuki Kimoto authored on 2012-01-20
520
  - added EXPERIMENTAL DBIx::Custom::Model join attribute
521
  - added EXPERIMENTAL select() join option
522
  - deprecated select() relation option
523
  - added EXPERIMENTAL update_param and insert_param
524
  - remove EXPERIMENTAL DBIx::Custom::Model relation
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
525
0.1654
cleanup
Yuki Kimoto authored on 2012-01-20
526
  - selection can contain where clause.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
527
0.1653
cleanup
Yuki Kimoto authored on 2012-01-20
528
  - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
529
  - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
530
  - added EXPERIMENTAL DBIx::Custom::Model insert_at()
531
  - added EXPERIMENTAL insert_at()
532
  - improved error message
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
533
0.1652
cleanup
Yuki Kimoto authored on 2012-01-20
534
  - all filter can receive array reference and receiving hash reference is DEPRECATED!
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
535
0.1651
cleanup
Yuki Kimoto authored on 2012-01-20
536
  - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
537
0.1650
cleanup
Yuki Kimoto authored on 2012-01-20
538
  - add EXPERIMENTAL DBIx::Custom::Model name() attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
539
0.1649
cleanup
Yuki Kimoto authored on 2012-01-20
540
  - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
541
  - select method column option can receive string.
542
  - DBIx::Custom::Model select() and select_at() think about relation attirbute
add models() attribute
Yuki Kimoto authored on 2011-02-21
543
0.1648
cleanup
Yuki Kimoto authored on 2012-01-20
544
  - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
545
  - add EXPERIMENTAL update_at(), delete_at(), select_at()
546
  - add EXPERIMENTAL setup_model()
547
  - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
548
  - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute 
549
  - add EXPERIMENTAL models() attribute
add default_dbi_option()
Yuki Kimoto authored on 2011-02-19
550
0.1647
cleanup
Yuki Kimoto authored on 2012-01-20
551
  - add default_dbi_option()
add feture. all model class ...
Yuki Kimoto authored on 2011-02-18
552
0.1646
cleanup
Yuki Kimoto authored on 2012-01-20
553
  - add feture. all model class in namespace is included by include_model
554
  - rename EXPERIMENTAL include_table to include_model
555
  - rename EXPERIMENTAL table to model
556
  - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
557
  - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
removed experimental base_ta...
Yuki Kimoto authored on 2011-02-15
558
0.1645
cleanup
Yuki Kimoto authored on 2012-01-20
559
  - removed EXPERIMENTAL base_table() for class expandability.
560
  - EXPERIMENTAL table() can't set table object any more.
561
  - added EXPERIMENTAL include_table().
update pod
Yuki Kimoto authored on 2011-02-11
562
0.1644
cleanup
Yuki Kimoto authored on 2012-01-20
563
  - update pod
cleanup
Yuki Kimoto authored on 2011-02-09
564
0.1643
cleanup
Yuki Kimoto authored on 2012-01-20
565
  - add EXPERIMENTAL selection option to select()
566
  - add EXPERIMENTAL table tag
567
  - fix bug : filter can't overwirite undef value.
568
  - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
569
  - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
cleanup
Yuki Kimoto authored on 2011-02-09
570
0.1642
cleanup
Yuki Kimoto authored on 2012-01-20
571
  - removed EXPERIMENTAL DBIx::Custom::Table base() method
572
  - 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
573
0.1641
cleanup
Yuki Kimoto authored on 2012-01-20
574
  - select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead)
575
  - added EXPERIMENTAL safety_column_name attribute
576
  - fix SQL injection security hole about column name
autoload DBI method
Yuki Kimoto authored on 2011-01-26
577
0.1640
cleanup
Yuki Kimoto authored on 2012-01-20
578
  - autoload DBI method
579
  - removed EXPERIMENTAL expand
added experimental not_exist...
Yuki Kimoto authored on 2011-01-26
580
0.1639
cleanup
Yuki Kimoto authored on 2012-01-20
581
  - improved delete() and update() where option. you can use DBIx::Custom::Where object
582
  - added EXPERIMENTAL not_exists()
renamed experimental DBIx::C...
Yuki Kimoto authored on 2011-01-25
583
0.1638
cleanup
Yuki Kimoto authored on 2012-01-20
584
  - table object call dbi object method if not found method.
585
  - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
586
  - renamed helper to method.
587
  - added EXPERIMENTAL DBIx::Custom::Result::stash()
588
  - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
renamed dbi_options to dbi_o...
Yuki Kimoto authored on 2011-01-23
589
0.1637
cleanup
Yuki Kimoto authored on 2012-01-20
590
  - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
591
  - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
592
  - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
593
  - renamed tag_processors to tags. tag_prosessors is available, but deprecated.
594
  - improved error message
595
  - build all clause if param is undefined.
596
  - each_column callback receive self as first argument.
597
  - removed EXPERIMENTAL txn_scope
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
598
0.1636
cleanup
Yuki Kimoto authored on 2012-01-20
599
  - added tests and cleanup
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
600
0.1635
cleanup
Yuki Kimoto authored on 2012-01-20
601
  - renamed iterate_all_columns to each_column
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
602
0.1634
cleanup
Yuki Kimoto authored on 2012-01-20
603
  - became more useful where method
604
  - changed DBIx::Custom::Where greatly
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
605
0.1633
cleanup
Yuki Kimoto authored on 2012-01-20
606
  - fixed test
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
607
0.1632
cleanup
Yuki Kimoto authored on 2012-01-20
608
  - added EXPERIMENTAL where method
609
  - added EXPERIMENTAL DBIx::Custom::Where.
610
  - removed DBIx::Custom::Or
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
611
0.1631
cleanup
Yuki Kimoto authored on 2012-01-20
612
  - added EXPERIMENTAL DBIx::Custom::Result end_filter method
613
  - EXPERIMENTAL extended select method's where option
614
  - fix select method empty where failed bug
615
  - added EXPERIMENTAL suger method query option
616
  - added EXPERIMENTAL or method
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
617
0.1630
cleanup
Yuki Kimoto authored on 2012-01-20
618
  - fix test bug
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
619
0.1629
cleanup
Yuki Kimoto authored on 2012-01-20
620
  - renamed auto_filter to apply_filter
621
  - changed apply_filter method arguments
622
  - deprecated cache_method
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
623
0.1628
cleanup
Yuki Kimoto authored on 2012-01-20
624
  - remove DBIx::Custom::Model
625
  - move table method and table_class attribute to DBIx::Custom
626
  - added examples
627
  - fixed connect method bug
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
628
0.1627
cleanup
Yuki Kimoto authored on 2012-01-20
629
  - added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
630
  - added EXPERIMENTAL txn_scope
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
631
0.1626
cleanup
Yuki Kimoto authored on 2012-01-20
632
  - simplified DBIx::Custom::Model and DBIx::Custom::Table
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
633
0.1625
cleanup
Yuki Kimoto authored on 2012-01-20
634
  - added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
635
0.1624
cleanup
Yuki Kimoto authored on 2012-01-20
636
  - added EXPERIMENTAL iterate_all_columns method.
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
637
0.1623
cleanup
Yuki Kimoto authored on 2012-01-20
638
  - added EXPERIMENTAL auto_filter method
639
  - deprecated default_bind_filter and default_fetch_filter because these are global effect.
640
  - changed defautl_bind_filter and default_fetch_filter attributes to methods.
641
  - changed DBIx::Custom::Result default_filter attribute to method
642
  - changed DBIx::Custom::Result filter attribute to method.
643
  - filter_check is always done for usability
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
644
0.1622
cleanup
Yuki Kimoto authored on 2012-01-20
645
  - deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
646
  - added dbi_options attribute
647
  - checked attributes passed to connect method
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
648
0.1621
cleanup
Yuki Kimoto authored on 2012-01-20
649
  - cleanup (removed undocumented features)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
650
0.1620
cleanup
Yuki Kimoto authored on 2012-01-20
651
  - updated document
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
652
0.1619
cleanup
Yuki Kimoto authored on 2012-01-20
653
  - updated document
654
  - added EXPERIMENTAL expand method
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
655
0.1618
cleanup
Yuki Kimoto authored on 2012-01-20
656
  - added helper method
657
  - added begin_work, commit, and rollback method
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
658
0.1617
cleanup
Yuki Kimoto authored on 2012-01-20
659
  - L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
660
0.1616
cleanup
Yuki Kimoto authored on 2012-01-20
661
  - removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
662
0.1615
cleanup
Yuki Kimoto authored on 2012-01-20
663
  - fixed DBIx::Custom::QueryBuilder build_query() bug
664
  - required Perl 5.008001 to use @CARP_NOT 
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
665
0.1614
cleanup
Yuki Kimoto authored on 2012-01-20
666
  - removed DBIx::Custom::Query start_tag and end tag attributes
667
  - enable escaping '{' and '}' in the source of SQL
668
  - fixed Carp Carp trust relationship
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
669
0.1613
cleanup
Yuki Kimoto authored on 2012-01-20
670
  - added EXPERIMENTAL register_method() method
671
  - added EXPERIMENTAL methods attribute
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
672
0.1612
cleanup
Yuki Kimoto authored on 2012-01-20
673
  - added tests
674
  - updated document
675
  - removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
676
  - removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
677
0.1611
cleanup
Yuki Kimoto authored on 2012-01-20
678
  - renamed update tag to update_param
679
  - renamed insert tag to insert_param
680
  - renamed sql_builder to query_builder
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
681
0.1610
cleanup
Yuki Kimoto authored on 2012-01-20
682
  - added filter_check attribute.
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
683
0.1609
cleanup
Yuki Kimoto authored on 2012-01-20
684
  - updated document.
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
685
0.1608
cleanup
Yuki Kimoto authored on 2012-01-20
686
  - update document
687
  - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
688
0.1607
cleanup
Yuki Kimoto authored on 2012-01-20
689
  - where argument of select() method can specify array(string, parameters)
690
  - renamed build_query() to create_query()(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
691
0.1606
cleanup
Yuki Kimoto authored on 2012-01-20
692
  - fix testing bug
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
693
0.1605
cleanup
Yuki Kimoto authored on 2012-01-20
694
  - remove DBIx::Custom::QueryBuilder::tag_syntax()  (not backword compatible)
695
  - renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
696
  - changed arguments of tag processor(not backword compatible)
697
  - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
698
0.1604
cleanup
Yuki Kimoto authored on 2012-01-20
699
  - changed argument of tag processor(not backword compatible)
700
  - renamed default_query_filter to default_bind_filter(not backword compatible)
701
  - renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
702
  - renamed create_query to build_query(not backword compatible)
703
  - renamed sql_template to sql_builder(not backword compatible)
704
  - removed DESTROY method(not backword compatible)
705
  - removed disconnect method(not backword compatible)
706
  - fixed DBIx::Custom::MySQL connect_memory
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
707
0.1603
cleanup
Yuki Kimoto authored on 2012-01-20
708
  - removed DBIx::Custom commit method (not backword compatible)
709
  - removed DBIx::Custom rollback method (not backword compatible)
710
  - removed DBIx::Custom auto_commit method (not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
711
0.1602
cleanup
Yuki Kimoto authored on 2012-01-20
712
  - added cache_method attribute
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
713
0.1601
cleanup
Yuki Kimoto authored on 2012-01-20
714
  - added cache attribute
715
  - select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
716
0.1503
cleanup
Yuki Kimoto authored on 2012-01-20
717
  - removed reconnect method
718
  - removed connected method
719
  - removed reconnect_memroy method
720
  - renamed fetch_single to fetch_first
721
  - renamed fetch_hash_single to fetch_hash_first
722
  - updated document
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
723
0.1502
cleanup
Yuki Kimoto authored on 2012-01-20
724
  - added commit method
725
  - added rollback method
726
  - changed select argument, added relation option
727
  - moved host attribute to DBIx::Custom::MySQL
728
  - moved port attribute to DBIx::Custom::MySQL
729
  - moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
730
0.1501
cleanup
Yuki Kimoto authored on 2012-01-20
731
  - removed register_format()
732
  - removed formats()
733
  - removed run_transaction()
734
  - removed create_table()
735
  - removed drop_table()
736
  - changed select() arguments
737
  - changed insert() arguments
738
  - changed update() arguments
739
  - changed update_all() arguments
740
  - changed delete() arguments
741
  - changed delete_all() arguments
742
  - changed execute() arguments
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
743
0.1402
cleanup
Yuki Kimoto authored on 2012-01-20
744
  - remove finish(), error()
745
  - can receive code ref to filter()
746
  - renamed resist to register
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
747
0.1401
cleanup
Yuki Kimoto authored on 2012-01-20
748
  - renamed fetch_rows to fetch_multi
749
  - renamed fetch_hash_rows to fetch_hash_multi
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
750
0.1301
cleanup
Yuki Kimoto authored on 2012-01-20
751
  - Changed many(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
752
0.1201
cleanup
Yuki Kimoto authored on 2012-01-20
753
  - Changed many(not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
754
0.1101
cleanup
Yuki Kimoto authored on 2012-01-20
755
  - rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
756
0.1001
cleanup
Yuki Kimoto authored on 2012-01-20
757
  - remove run_transaction().
758
  - add transaction() and DBIx::Custom::Transaction
759
  - rename fetch_first to fetch_single
760
  - rename fetch_hash_first to fetch_hash_single
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
761
0.0906
cleanup
Yuki Kimoto authored on 2012-01-20
762
  - fix some bug
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
763
0.0905
cleanup
Yuki Kimoto authored on 2012-01-20
764
  - catch up with Object::Simple update
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
765
0.0904
cleanup
Yuki Kimoto authored on 2012-01-20
766
  - cleanup
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
767
0.0903
cleanup
Yuki Kimoto authored on 2012-01-20
768
  - catch up with Object::Simple update
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
769
0.0902
cleanup
Yuki Kimoto authored on 2012-01-20
770
  - cleanup
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
771
0.0901
cleanup
Yuki Kimoto authored on 2012-01-20
772
  - DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
773
0.0801
cleanup
Yuki Kimoto authored on 2012-01-20
774
  - add 'create_table', 'drop_table' methods
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
775
0.0701
cleanup
Yuki Kimoto authored on 2012-01-20
776
  - rename sql_template to sql_tmpl (not backword compatible)
777
  - rename dbi_options to options (not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
778
0.0605
cleanup
Yuki Kimoto authored on 2012-01-20
779
  - fix encode_utf8 filter
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
780
0.0604
cleanup
Yuki Kimoto authored on 2012-01-20
781
  - fix timeformat tests
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
782
0.0603
cleanup
Yuki Kimoto authored on 2012-01-20
783
  - fix cache system bug
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
784
0.0602
cleanup
Yuki Kimoto authored on 2012-01-20
785
  - update document
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
786
0.0601
cleanup
Yuki Kimoto authored on 2012-01-20
787
  - bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
788
  - fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
789
  - run_transaction argument is changed to ($dbi)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
790
0.0502
cleanup
Yuki Kimoto authored on 2012-01-20
791
  - update document
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
792
0.0501
cleanup
Yuki Kimoto authored on 2012-01-20
793
  - packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
794
0.0401
cleanup
Yuki Kimoto authored on 2012-01-20
795
  - catch up with DBIx::Custom::Result version up
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
796
0.0301
cleanup
Yuki Kimoto authored on 2012-01-20
797
  - exchange filter argument 'key', 'value' (not backword compatible)
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
798
0.0201
cleanup
Yuki Kimoto authored on 2012-01-20
799
  - rename tranzaction to transaction
800
  - add filter_off
- added DBIx::Custom::Result...
Yuki Kimoto authored on 2011-06-07
801
0.0101
cleanup
Yuki Kimoto authored on 2012-01-20
802
  - First release