DBIx-Custom / Changes /
Newer Older
486 lines | 20.294kb
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
1
0.1700
2
    - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
3
0.1699
added tag_parse attribute
Yuki Kimoto authored on 2011-06-28
4
    - added tag_parse attribute.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
5
    - added EXPERIMENTAL order method
6
    - added EXPERIMENTAL DBIx::Custom::Order module
7
    - changed backword compatible policy
8
      ------------------------------------------------------------------------
9
      If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
10
      except for attribute method.
11
      You can check all DEPRECATED functionalities by document.
12
      DEPRECATED functionality is removed after five years,
13
      but if at least one person use the functionality and tell me that thing
14
      I extend one year each time you tell me it.
15

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