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

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