DBIx-Custom / Changes /
Newer Older
513 lines | 21.418kb
cleanup
Yuki Kimoto authored on 2011-07-30
1
0.1706
Added execute method's query...
Yuki Kimoto authored on 2011-07-30
2
    - Added execute method's query option document
3
      You can get more performance.
DBIx::Custom::Query filters ...
Yuki Kimoto authored on 2011-07-30
4
    - DBIx::Custom::Query table and filters attribute method and
5
      filter method is DEPRECATED!
cleanup
Yuki Kimoto authored on 2011-07-30
6
      because I think query object must have only the information
7
      for statement handle caching.
insert and update method's p...
Yuki Kimoto authored on 2011-07-29
8
0.1705
9
    - insert and update method's param can set constant value by scalara reference
10
      such as {date => \"NOW()"} This is EXPERIMENTAL.
cleanup
Yuki Kimoto authored on 2011-07-29
11
0.1704
cleanup
Yuki Kimoto authored on 2011-07-29
12
    - added quote method's two character support like []
13
      for Microsoft SQL Server and Access
14
    - added EXPERIMENTAL parameter new syntax :name{operator}
added join new syntax
Yuki Kimoto authored on 2011-07-28
15
0.1703
cleanup
Yuki Kimoto authored on 2011-07-28
16
    - added EXPERIMENTAL join new syntax.
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
17
0.1702
18
    - removed EXPERIMENTAL status of some methods.
19
    - fixed some join bug
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
20
0.1701
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
21
    - added DBIx::Cusotm::Order prepend method automatically quoted syntax
simplified arguments check
Yuki Kimoto authored on 2011-07-11
22
    - simplified arguments check
added EXPERIMENTAL each_tabl...
Yuki Kimoto authored on 2011-07-11
23
    - added EXPERIMENTAL each_table method
- select method column optio...
Yuki Kimoto authored on 2011-07-11
24
    - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
25
      changed to [COLUMN => ALIAS]
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-07-11
26
    - added EXPERIMENTAL DBIx::Custom::Result header method
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
27
    - added EXPERIMENTAL last_sql attribute method
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
28
0.1700
29
    - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
30
0.1699
added tag_parse attribute
Yuki Kimoto authored on 2011-06-28
31
    - added tag_parse attribute.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
32
    - added EXPERIMENTAL order method
33
    - added EXPERIMENTAL DBIx::Custom::Order module
34
    - changed backword compatible policy
35
      ------------------------------------------------------------------------
36
      If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
37
      except for attribute method.
38
      You can check all DEPRECATED functionalities by document.
39
      DEPRECATED functionality is removed after five years,
40
      but if at least one person use the functionality and tell me that thing
41
      I extend one year each time you tell me it.
42

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