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

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