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

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