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

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