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

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