DBIx-Custom / Changes /
Newer Older
534 lines | 22.291kb
cleanup test
Yuki Kimoto authored on 2011-08-10
1
0.1712
2
    - you can set any string as separator
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-08-09
3
0.1711
4
    - renamed EXPERIMENTAL available_type_name to available_typename
5
    - renamed EXPERIMENTAL available_data_type to available_datatype
added map method(not complet...
Yuki Kimoto authored on 2011-08-09
6
    - added EXPERIMENTAL DBIx::Custom::Where if method
updated pod
Yuki Kimoto authored on 2011-08-09
7
    - added EXPERIMENTAL DBIx::Custom::Where map method
cleanup
Yuki Kimoto authored on 2011-08-02
8
0.1710
cleanup test
Yuki Kimoto authored on 2011-08-06
9
    - use more DBIx::Custom information in sub modules to decrease bugs
10
      (very sorry, this change can't keep backword compatible,
11
       but maybe no effects,
12
       because the attributes is automatically set by DBIx::Custom, not user).
sub module use DBIx::Custom ...
Yuki Kimoto authored on 2011-08-02
13
    - Fixed fisrt executed where clause failed in some condition.
fixed named placeholder bug ...
Yuki Kimoto authored on 2011-08-01
14
0.1709
15
    - fixed named placeholder bug and added escape syntax
16
0.1708
17
    - improved execute method performance
- removed some EXPERIMENTAL ...
Yuki Kimoto authored on 2011-07-30
18
0.1707
I call :title named placehol...
Yuki Kimoto authored on 2011-07-30
19
    - I call :title named placeholder, stoping calling it parameter
- removed some EXPERIMENTAL ...
Yuki Kimoto authored on 2011-07-30
20
    - removed some EXPERIMENTAL status
21
    - fixed performance
cleanup
Yuki Kimoto authored on 2011-07-30
22
0.1706
Added execute method's query...
Yuki Kimoto authored on 2011-07-30
23
    - Added execute method's query option document
24
      You can get more performance.
DBIx::Custom::Query filters ...
Yuki Kimoto authored on 2011-07-30
25
    - DBIx::Custom::Query table and filters attribute method and
26
      filter method is DEPRECATED!
cleanup
Yuki Kimoto authored on 2011-07-30
27
      because I think query object must have only the information
28
      for statement handle caching.
insert and update method's p...
Yuki Kimoto authored on 2011-07-29
29
0.1705
30
    - insert and update method's param can set constant value by scalara reference
31
      such as {date => \"NOW()"} This is EXPERIMENTAL.
cleanup
Yuki Kimoto authored on 2011-07-29
32
0.1704
cleanup
Yuki Kimoto authored on 2011-07-29
33
    - added quote method's two character support like []
34
      for Microsoft SQL Server and Access
35
    - added EXPERIMENTAL parameter new syntax :name{operator}
added join new syntax
Yuki Kimoto authored on 2011-07-28
36
0.1703
cleanup
Yuki Kimoto authored on 2011-07-28
37
    - added EXPERIMENTAL join new syntax.
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
38
0.1702
39
    - removed EXPERIMENTAL status of some methods.
40
    - fixed some join bug
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
41
0.1701
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
42
    - added DBIx::Cusotm::Order prepend method automatically quoted syntax
simplified arguments check
Yuki Kimoto authored on 2011-07-11
43
    - simplified arguments check
added EXPERIMENTAL each_tabl...
Yuki Kimoto authored on 2011-07-11
44
    - added EXPERIMENTAL each_table method
- select method column optio...
Yuki Kimoto authored on 2011-07-11
45
    - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
46
      changed to [COLUMN => ALIAS]
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-07-11
47
    - added EXPERIMENTAL DBIx::Custom::Result header method
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
48
    - added EXPERIMENTAL last_sql attribute method
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
49
0.1700
50
    - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
51
0.1699
added tag_parse attribute
Yuki Kimoto authored on 2011-06-28
52
    - added tag_parse attribute.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
53
    - added EXPERIMENTAL order method
54
    - added EXPERIMENTAL DBIx::Custom::Order module
55
    - changed backword compatible policy
56
      ------------------------------------------------------------------------
57
      If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
58
      except for attribute method.
59
      You can check all DEPRECATED functionalities by document.
60
      DEPRECATED functionality is removed after five years,
61
      but if at least one person use the functionality and tell me that thing
62
      I extend one year each time you tell me it.
63

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