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

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