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

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