DBIx-Custom / Changes /
Newer Older
640 lines | 27.371kb
- removed DEPRECATED status ...
Yuki Kimoto authored on 2011-10-11
1
0.1731
2
    - removed DEPRECATED status from insert method's id option
3
    - renamed EXPERIMENTAL insert_or_update to update_or_insert
fixed id option bug when col...
Yuki Kimoto authored on 2011-10-10
4
0.1730
- removed DEPRECATED status ...
Yuki Kimoto authored on 2011-10-11
5
    - added EXPERIMENTAL insert_or_update method
- method method of DBIx::Cus...
Yuki Kimoto authored on 2011-10-10
6
    - method method of DBIx::Custom::Model is renamed to helper,
7
      method is DEPRECATED!
8
    - method method is renamed to helper, method is DEPRECATED!
insert method's id option is...
Yuki Kimoto authored on 2011-10-10
9
    - insert method's id option is DEPRECATED!
fixed id option bug when col...
Yuki Kimoto authored on 2011-10-10
10
    - fixed id option bug when column name is anbiguous
- dbi_option attribute is re...
Yuki Kimoto authored on 2011-10-05
11
0.1729
12
    - dbi_option attribute is renamed to option, dbi_option is DEPRECATED!
13
    - default_dbi_option is renamed to default_option, default_dbi_option
14
      is DEPRECATED!
- update_param is DEPRECATED...
Yuki Kimoto authored on 2011-10-04
15
0.1728
- added {key => ..., value =...
Yuki Kimoto authored on 2011-10-04
16
    - added {key => ..., value => ...} syntax to DBIx::Custom::Mapper map method
17
      ,and argument of string and code reference is DEPRECATED!
- update_param is DEPRECATED...
Yuki Kimoto authored on 2011-10-04
18
    - update_param is DEPRECATED, use assing_clause instead.
19
    - assing_param is renamed to assing_clause, assing_param is DEPRECATED!
20
    - insert_param is renamed to values_clause, insert_param is DEPRECATED!
21
0.1727
22
    - improved join clause parsing
improved join clause parsing
Yuki Kimoto authored on 2011-09-30
23
0.1726
24
    - improved join clause parsing
improved join clause parsing
Yuki Kimoto authored on 2011-09-27
25
0.1725
improved join clause parsing
Yuki Kimoto authored on 2011-09-30
26
    - improved join clause parsing
sqlfilter option is renamed ...
Yuki Kimoto authored on 2011-09-16
27
0.1724
added EXPERIMENTAL like_valu...
Yuki Kimoto authored on 2011-09-16
28
    - added EXPERIMENTAL like_value method to DBIx::Custom
sqlfilter option is renamed ...
Yuki Kimoto authored on 2011-09-16
29
    - sqlfilter option is renamed to after_build_sql, sqlfilter is DEPRECATED!
30
    - removed EXPERIMENTAL flag from DBIx::Custom::Mapper
31
    - removed EXPERIMENTAL flag from the following DBIx::Custom methods
32
    insert_timestamp, mapper, update_timestamp
33
    - removed EXPERIMENTAL flag from the following DBIx::Custom method's option
34
    timestamp, 
- added EXPERIMENTAL update_...
Yuki Kimoto authored on 2011-09-12
35
0.1723
- removed EXPERIMENTAL call_...
Yuki Kimoto authored on 2011-09-12
36
    - removed EXPERIMENTAL call_dbi method from DBIx::Custom::Model
- removed EXPERIMENTAL map_p...
Yuki Kimoto authored on 2011-09-12
37
    - removed EXPERIMENTAL map_param method from DBIx::Custom
- removed EXPERIMENTAL the f...
Yuki Kimoto authored on 2011-09-12
38
    - removed EXPERIMENTAL the following methods from DBIx::Custom::Where
39
      if, map
40
    - removed EXPERIMENTAL flag from the following DBIx::Custom::Model methods
41
      count, execute
- removed EXPERIMENTAL flag ...
Yuki Kimoto authored on 2011-09-12
42
    - removed EXPERIMENTAL flag from the following DBIx::Custom::Result mehotds
43
      filter_on, type_rule, type_rule_off, type_rule_on, type_rule1_off,
44
      type_rule1_on, type_rule2_off, type_rule2_on
45
    - removed EXPERIMENTAL flag from the following DBIx::Custom method's options
- removed EXPERIMENTAL flag ...
Yuki Kimoto authored on 2011-09-12
46
      sqlfilter, type_rule_off, type_rule1_off, type_rule2_off,
47
      table_alias, wrap
48
    - removed EXPERIMENTAL flag from DBIx::Custom::Order
- removed EXPERIMENTAL map_p...
Yuki Kimoto authored on 2011-09-12
49
    - removed EXPERIMETNAL flag from the following DBIx::Custom methods
- removed EXPERIMENTAL flag ...
Yuki Kimoto authored on 2011-09-12
50
      exclude_table, user_column_info,
51
      user_table_info, available_datatype, available_typename,
52
      assign_param, count, get_column_info, get_table_info
- removed EXPERIMENTAL the f...
Yuki Kimoto authored on 2011-09-12
53
      order, show_datatype, show_typename methods, show_tables, type_rule,
- added EXPERIMENTAL update_...
Yuki Kimoto authored on 2011-09-12
54
    - added EXPERIMENTAL update_timestamp method to DBIx::Custom
55
    - added EXPERIMENTAL insert_timestamp method to DBIx::Custom
56
    - removed EXPERIMENTAL timestamp attribute from DBIx::Custom
- added EXPERIMENTAL pass at...
Yuki Kimoto authored on 2011-09-02
57
0.1722
- added EXPERIMENTAL timesta...
Yuki Kimoto authored on 2011-09-02
58
    - added EXPERIMENTAL timestamp option to DBIx::Custom insert
59
      and update method.
60
    - added EXPERIMENTAL timestamp attribute to DBIx::Custom
- added {KEY => {OPTION_KEY ...
Yuki Kimoto authored on 2011-09-02
61
    - added {KEY => {OPTION_KEY => OPTION_VALUE} syntax
62
      to EXPERIMENTAL DBIx::Custom::Mapper map method
- added {KEY => sub { VALUE ...
Yuki Kimoto authored on 2011-09-02
63
    - added {KEY => sub { VALUE }} syntax
64
      to EXPERIMETNAL DBIx::Custom::Mapper map method
removed EXPERIMENTAL wrap op...
Yuki Kimoto authored on 2011-09-02
65
    - removed EXPERIMENTAL wrap option from select method
updated pod
Yuki Kimoto authored on 2011-09-02
66
    - insert_param, update_param, and assign param can
67
      be wrapeed by DB function by C<wrap> option
- added EXPERIMENTAL pass at...
Yuki Kimoto authored on 2011-09-02
68
    - added EXPERIMENTAL pass attribute to DBIx::Custom::Mapper
69
    - removed EXPERIMENTAL ignore attribute from DBIx::Custom::Mapper
added DBIx::Custom::Mapper
Yuki Kimoto authored on 2011-08-26
70
0.1721
71
    - added EXPERIMENTAL DBIx::Custom::Mapper class
72
    - added EXPERIMENTAL mapper method to DBIx::Custom
- removed placeholder count ...
Yuki Kimoto authored on 2011-08-22
73
0.1720
74
    - removed placeholder count check
75
    - added EXPERIMENTAL execute method's id and primary key option.
76
    - added EXPERIMENTAL DBIx::Custom::Model execute method
77
0.1719
78
    - DBIx::Custom support Microsoft Access through DBD::ODBC
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-08-20
79
0.1718
80
    - added EXPERIMENTAL DBIx::Custom::Model call_dbi method
81
    - added EXPERIMENTAL count method
82
    - added EXPERIMENTAL DBIx::Custom::Model count method
added EXPERIMENTAL find_tabl...
Yuki Kimoto authored on 2011-08-16
83
0.1717
- added EXPERIMENTAL get_col...
Yuki Kimoto authored on 2011-08-16
84
    - added EXPERIMENTAL get_table_info
85
    - added EXPERIMETNAL user_table_info attribute
86
      and each_table find table info in user_table_info if set.
87
    - added EXPERIMENTAL get_column_info
88
    - added EXPERIMENTAL user_column_info attribute
89
      and each_column find column info in user_column_info if set.
cleanup
Yuki Kimoto authored on 2011-08-16
90
    - connector is automatically set to DBDx::Connector object
91
      if connector is set to 1 when connect method is called.
test cleanup
Yuki Kimoto authored on 2011-08-15
92
0.1716
updated pod
Yuki Kimoto authored on 2011-08-15
93
    - fixed bugs when using DBD::Oracle.
test cleanup
Yuki Kimoto authored on 2011-08-15
94
    - added EXPERIMENTAL show_tables method.
updated pod
Yuki Kimoto authored on 2011-08-14
95
0.1715
96
    - default quote attribute in ODBC driver is changed to "[]"
97
    - fixed some bug in Microsoft SQL Server
added EXPERIMENTAL execute m...
Yuki Kimoto authored on 2011-08-14
98
    - added EXPERIMENTAL execute method sqlfilter option
cleanup
Yuki Kimoto authored on 2011-08-13
99
0.1714
100
    - fixed not backword compatible change in 0.1712 query_buider
updated pod
Yuki Kimoto authored on 2011-08-12
101
0.1713
102
    - fixed memory leak and connection increasing bug when using model.
cleanup test
Yuki Kimoto authored on 2011-08-10
103
0.1712
104
    - you can set any string as separator
test cleanup
Yuki Kimoto authored on 2011-08-10
105
    - 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
106
    - added EXPERIMENTAL exclude_table attribute
update pod
Yuki Kimoto authored on 2011-08-10
107
    - added EXPERIMENTAL show_typename method
108
    - added EXPERIMENTAL show_datatype method
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-08-09
109
0.1711
110
    - renamed EXPERIMENTAL available_type_name to available_typename
111
    - renamed EXPERIMENTAL available_data_type to available_datatype
added map method(not complet...
Yuki Kimoto authored on 2011-08-09
112
    - added EXPERIMENTAL DBIx::Custom::Where if method
updated pod
Yuki Kimoto authored on 2011-08-09
113
    - added EXPERIMENTAL DBIx::Custom::Where map method
cleanup
Yuki Kimoto authored on 2011-08-02
114
0.1710
cleanup test
Yuki Kimoto authored on 2011-08-06
115
    - use more DBIx::Custom information in sub modules to decrease bugs
116
      (very sorry, this change can't keep backword compatible,
117
       but maybe no effects,
118
       because the attributes is automatically set by DBIx::Custom, not user).
sub module use DBIx::Custom ...
Yuki Kimoto authored on 2011-08-02
119
    - Fixed fisrt executed where clause failed in some condition.
fixed named placeholder bug ...
Yuki Kimoto authored on 2011-08-01
120
0.1709
121
    - fixed named placeholder bug and added escape syntax
122
0.1708
123
    - improved execute method performance
- removed some EXPERIMENTAL ...
Yuki Kimoto authored on 2011-07-30
124
0.1707
I call :title named placehol...
Yuki Kimoto authored on 2011-07-30
125
    - I call :title named placeholder, stoping calling it parameter
- removed some EXPERIMENTAL ...
Yuki Kimoto authored on 2011-07-30
126
    - removed some EXPERIMENTAL status
127
    - fixed performance
cleanup
Yuki Kimoto authored on 2011-07-30
128
0.1706
Added execute method's query...
Yuki Kimoto authored on 2011-07-30
129
    - Added execute method's query option document
130
      You can get more performance.
DBIx::Custom::Query filters ...
Yuki Kimoto authored on 2011-07-30
131
    - DBIx::Custom::Query table and filters attribute method and
132
      filter method is DEPRECATED!
cleanup
Yuki Kimoto authored on 2011-07-30
133
      because I think query object must have only the information
134
      for statement handle caching.
insert and update method's p...
Yuki Kimoto authored on 2011-07-29
135
0.1705
136
    - insert and update method's param can set constant value by scalara reference
137
      such as {date => \"NOW()"} This is EXPERIMENTAL.
cleanup
Yuki Kimoto authored on 2011-07-29
138
0.1704
cleanup
Yuki Kimoto authored on 2011-07-29
139
    - added quote method's two character support like []
140
      for Microsoft SQL Server and Access
141
    - added EXPERIMENTAL parameter new syntax :name{operator}
added join new syntax
Yuki Kimoto authored on 2011-07-28
142
0.1703
cleanup
Yuki Kimoto authored on 2011-07-28
143
    - added EXPERIMENTAL join new syntax.
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
144
0.1702
145
    - removed EXPERIMENTAL status of some methods.
146
    - fixed some join bug
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
147
0.1701
- removed EXPERIMENTAL statu...
Yuki Kimoto authored on 2011-07-26
148
    - added DBIx::Cusotm::Order prepend method automatically quoted syntax
simplified arguments check
Yuki Kimoto authored on 2011-07-11
149
    - simplified arguments check
added EXPERIMENTAL each_tabl...
Yuki Kimoto authored on 2011-07-11
150
    - added EXPERIMENTAL each_table method
- select method column optio...
Yuki Kimoto authored on 2011-07-11
151
    - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
152
      changed to [COLUMN => ALIAS]
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-07-11
153
    - added EXPERIMENTAL DBIx::Custom::Result header method
added EXPERIMENTAL last_sql ...
Yuki Kimoto authored on 2011-07-11
154
    - added EXPERIMENTAL last_sql attribute method
fixed end_filter DEPRECATED ...
Yuki Kimoto authored on 2011-07-01
155
0.1700
156
    - fixed end_filter DEPRECATED warnings bug
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
157
0.1699
added tag_parse attribute
Yuki Kimoto authored on 2011-06-28
158
    - added tag_parse attribute.
- added EXPERIMENTAL order m...
Yuki Kimoto authored on 2011-06-28
159
    - added EXPERIMENTAL order method
160
    - added EXPERIMENTAL DBIx::Custom::Order module
161
    - changed backword compatible policy
162
      ------------------------------------------------------------------------
163
      If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
164
      except for attribute method.
165
      You can check all DEPRECATED functionalities by document.
166
      DEPRECATED functionality is removed after five years,
167
      but if at least one person use the functionality and tell me that thing
168
      I extend one year each time you tell me it.
169

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