DBIx-Custom / Changes /
Newer Older
497 lines | 20.76kb
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
1
0.1702
2
    - removed EXPERIMENTAL status of some methods.
3
    - fixed some join bug
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
4
0.1701
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
5
    - added DBIx::Cusotm::Order prepend method automatically quoted syntax
simplified arguments check
Yuki Kimoto authored on 2011-07-11
6
    - simplified arguments check
added EXPERIMENTAL each_tabl...
Yuki Kimoto authored on 2011-07-11
7
    - added EXPERIMENTAL each_table method
- select method column optio...
Yuki Kimoto authored on 2011-07-11
8
    - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
9
      changed to [COLUMN => ALIAS]
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-07-11
10
    - added EXPERIMENTAL DBIx::Custom::Result header method
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
11
    - added EXPERIMENTAL last_sql attribute method
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
12
0.1700
13
    - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
14
0.1699
added tag_parse attribute
Yuki Kimoto authored on 2011-06-28
15
    - added tag_parse attribute.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
16
    - added EXPERIMENTAL order method
17
    - added EXPERIMENTAL DBIx::Custom::Order module
18
    - changed backword compatible policy
19
      ------------------------------------------------------------------------
20
      If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
21
      except for attribute method.
22
      You can check all DEPRECATED functionalities by document.
23
      DEPRECATED functionality is removed after five years,
24
      but if at least one person use the functionality and tell me that thing
25
      I extend one year each time you tell me it.
26

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