DBIx-Custom / Changes /
Newer Older
368 lines | 14.722kb
DBIx::Custom::Model filter a...
Yuki Kimoto authored on 2011-04-18
1
0.1678
2
    - DBIx::Custom::Model filter attribute can receive hash reference
DBIx::Custom::Where clause a...
Yuki Kimoto authored on 2011-04-18
3
    - DBIx::Custom::Where clause attribute can receive clause without column name.
improved table search in col...
Yuki Kimoto authored on 2011-04-12
4
0.1677
5
    - improved table search in column and join clause
6
    - DEPRECATED table tag. use table option.
fixed test
Yuki Kimoto authored on 2011-04-11
7
0.1676
8
    - fixed test bug
- removed DEPRECATED DBIx::C...
Yuki Kimoto authored on 2011-04-11
9
0.1675
10
    - removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite
11
      these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki
12
      for some users.
13
    - removed EXPERIMENTAL replace().
14
    - removed EXPERIMENTAL mark from many methods.
15
0.1674
16
    - fixed test bug
fixed dbh() method bug:wq
Yuki Kimoto authored on 2011-04-05
17
0.1673
18
    - fixed dbh() method bug.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
19
0.1672
- removed EXPERIMENTAL Prefo...
Yuki Kimoto authored on 2011-04-04
20
    - removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy.
21
    - added EXPERIMETNAL connector() attribute.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
22
    - change retern value to array refrence of EXPERIMENTAL replace()
added environment variable D...
Yuki Kimoto authored on 2011-04-02
23
0,1671
24
    - added environment variable DBIX_CUSTOM_DEBUG
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
25
0.1670
cleanup
Yuki Kimoto authored on 2011-04-01
26
    - removed EXPERIMETNAL select() column hash option. it's a little complex.
added EXPERIMENTAL replace()...
Yuki Kimoto authored on 2011-04-01
27
    - added EXPERIMENTAL select() param option.
28
    - added EXPERIMENTAL replace().
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
29
0.1669
- renamed update_param to up...
Yuki Kimoto authored on 2011-03-30
30
    - renamed update_param to update_param_tag, update_param is DEPRECATED!
31
    - renamed insert_param to insert_param_tag, insert_param is DEPRECATED!
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
32
0.1668
33
    - added EXPERIMENTAL update_param no_set option.
added EXPERIMENTAL reserved_...
Yuki Kimoto authored on 2011-03-30
34
    - added EXPERIMENTAL reserved_word_quote attribute.
removed from cache() and cac...
Yuki Kimoto authored on 2011-03-29
35
0.1666
36
    - removed from cache() and cache_method() document for a while and cache() value
37
      become 0 because I find something bug.
create_model() return model
Yuki Kimoto authored on 2011-03-29
38
    - create_model() return model.
adeed EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-03-29
39
    - added document of hash filter
40
    - adeed EXPERIMENTAL DBIx::Custom::Model method()
removed EXPERIMETNAL flag fr...
Yuki Kimoto authored on 2011-03-25
41
0.1665
42
    - 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().
43
    - added EXPERIMETNAL create_model()
where can recieve array refr...
Yuki Kimoto authored on 2011-03-24
44
0.1664
45
    - where can recieve array refrence, which contains where cluase and paramter.
cleanup
Yuki Kimoto authored on 2011-03-21
46
0.1663
- added EXPERIMENTAL type() ...
Yuki Kimoto authored on 2011-03-21
47
    - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
48
    - added EXPERIMENTAL bind_param_option can set bind_param option
cleanup
Yuki Kimoto authored on 2011-03-21
49
      to insert(), update(), delete(), select(), insert_at(),
50
      update_at(), delete_at(), select_at(), delete_all(), update_all()
51
0.1662
52
    - removed EXPERIMENTAL DBIx::Custom::Model column_clause
53
    - added EXPERIMENTAL column()
54
    - added EXPERIMENTAL mycolumn()
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-15
55
0.1661
56
    - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
57
    - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
58
    - added EXPERIMENTAL DBIx::Custom::Model column()
59
    - fixed autoloading bug
60
    - added EXPERIMETNAL select() prepend table option
61
    - added EXPERIMETNAL select() column table option
62
    - added EXPERIMETNAL select() column all option
63
    - removed EXPERIMETNAL select() all_column option
64
    - removed EXPERIMENTAL view()
update pod
Yuki Kimoto authored on 2011-03-13
65
0.1660
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-14
66
    - added EXPERIMENTAL DBIx::Custom::Model view()
67
    - added EXPERIMENTAL view()
68
    - DBIx::Custom::Model inherit DBIx::Custom
69
    - removed EXPERIMETNAL DBIx::Custom::Model method()
70
    - added table choice feature to select() EXPERIMENTAL all_column option 
71
    - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
72
0.1659
EXPERIMETAL fork safety impl...
Yuki Kimoto authored on 2011-03-12
73
    - EXPERIMETAL fork safety implementaion.
update pod
Yuki Kimoto authored on 2011-03-12
74
    - removed EXPERIMENTAL selection
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
75
    - added select() all_column option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
76
0.1658
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
77
    - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
78
    - fixed select_at join column invalid bug
79
    - added DBIx::Custom::Model column() attribute 
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
80
0.1657
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
81
    - remaned EXPERIMENTAL safty_charcter to safty_name
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
82
    - safty_charcter is changed, set only one character regex.
fixed some select() join opi...
Yuki Kimoto authored on 2011-03-09
83
0.1656
84
    - fixed some select() join opition bug
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
85
0.1655
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
86
    - added EXPERIMENTAL DBIx::Custom::Model join attribute
87
    - added EXPERIMENTAL select() join option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-08
88
    - deprecated select() relation option
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
89
    - added EXPERIMENTAL update_param and insert_param
90
    - remove EXPERIMENTAL DBIx::Custom::Model relation
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
91
0.1654
selection can contain where ...
Yuki Kimoto authored on 2011-03-06
92
    - selection can contain where clause.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
93
0.1653
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
94
    - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
95
    - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
96
    - added EXPERIMENTAL DBIx::Custom::Model insert_at()
97
    - added EXPERIMENTAL insert_at()
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
98
    - improved error message
99
0.1652
100
    - all filter can receive array reference and receiving hash reference is DEPRECATED!
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
101
0.1651
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
102
    - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
103
0.1650
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
104
    - add EXPERIMENTAL DBIx::Custom::Model name() attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
105
0.1649
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
106
    - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
select method column option ...
Yuki Kimoto authored on 2011-02-22
107
    - select method column option can receive string.
cleanup
Yuki Kimoto authored on 2011-02-22
108
    - DBIx::Custom::Model select() and select_at() think about relation attirbute
add models() attribute
Yuki Kimoto authored on 2011-02-21
109
0.1648
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
110
    - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
111
    - add EXPERIMENTAL update_at(), delete_at(), select_at()
112
    - add EXPERIMENTAL setup_model()
113
    - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
114
    - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute 
115
    - add EXPERIMENTAL models() attribute
add default_dbi_option()
Yuki Kimoto authored on 2011-02-19
116
0.1647
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
117
    - add default_dbi_option()
add feture. all model class ...
Yuki Kimoto authored on 2011-02-18
118
0.1646
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
119
    - add feture. all model class in namespace is included by include_model
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
120
    - rename EXPERIMENTAL include_table to include_model
121
    - rename EXPERIMENTAL table to model
122
    - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
123
    - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
removed experimental base_ta...
Yuki Kimoto authored on 2011-02-15
124
0.1645
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
125
    - removed EXPERIMENTAL base_table() for class expandability.
126
    - EXPERIMENTAL table() can't set table object any more.
127
    - added EXPERIMENTAL include_table().
update pod
Yuki Kimoto authored on 2011-02-11
128
0.1644
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
129
    - update pod
cleanup
Yuki Kimoto authored on 2011-02-09
130
0.1643
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
131
    - add EXPERIMENTAL selection option to select()
132
    - add EXPERIMENTAL table tag
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
133
    - fix bug : filter can't overwirite undef value.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
134
    - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
135
    - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
cleanup
Yuki Kimoto authored on 2011-02-09
136
0.1642
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
137
    - removed EXPERIMENTAL DBIx::Custom::Table base() method
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
138
    - 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
139
0.1641
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
140
    - 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
141
    - added EXPERIMENTAL safety_column_name attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
142
    - fix SQL injection security hole about column name
autoload DBI method
Yuki Kimoto authored on 2011-01-26
143
0.1640
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
144
    - autoload DBI method
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
145
    - removed EXPERIMENTAL expand
added experimental not_exist...
Yuki Kimoto authored on 2011-01-26
146
0.1639
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
147
    - 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
148
    - added EXPERIMENTAL not_exists()
renamed experimental DBIx::C...
Yuki Kimoto authored on 2011-01-25
149
0.1638
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
150
    - table object call dbi object method if not found method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
151
    - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
152
    - renamed helper to method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
153
    - added EXPERIMENTAL DBIx::Custom::Result::stash()
154
    - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
renamed dbi_options to dbi_o...
Yuki Kimoto authored on 2011-01-23
155
0.1637
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
156
    - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
157
    - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
158
    - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
159
    - renamed tag_processors to tags. tag_prosessors is available, but deprecated.
160
    - improved error message
161
    - build all clause if param is undefined.
162
    - each_column callback receive self as first argument.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
163
    - removed EXPERIMENTAL txn_scope
many changed
Yuki Kimoto authored on 2011-01-23
164
0.1636
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
165
    - added tests and cleanup
pod fix
Yuki Kimoto authored on 2011-01-21
166
0.1635
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
167
    - renamed iterate_all_columns to each_column
pod fix
Yuki Kimoto authored on 2011-01-21
168
0.1634
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
169
    - became more useful where method
170
    - changed DBIx::Custom::Where greatly
fix tests
Yuki Kimoto authored on 2011-01-18
171
0.1633
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
172
    - fixed test
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-18
173
0.1632
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
174
    - added EXPERIMENTAL where method
175
    - added EXPERIMENTAL DBIx::Custom::Where.
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
176
    - removed DBIx::Custom::Or
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-17
177
0.1631
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
178
    - added EXPERIMENTAL DBIx::Custom::Result end_filter method
179
    - EXPERIMENTAL extended select method's where option
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
180
    - fix select method empty where failed bug
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
181
    - added EXPERIMENTAL suger method query option
182
    - added EXPERIMENTAL or method
fix tests
Yuki Kimoto authored on 2011-01-13
183
0.1630
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
184
    - fix test bug
cleanup
Yuki Kimoto authored on 2011-01-12
185
0.1629
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
186
    - renamed auto_filter to apply_filter
187
    - changed apply_filter method arguments
188
    - deprecated cache_method
add examples
Yuki Kimoto authored on 2011-01-07
189
0.1628
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
190
    - remove DBIx::Custom::Model
191
    - move table method and table_class attribute to DBIx::Custom
192
    - added examples
193
    - fixed connect method bug
added insert, update, update...
Yuki Kimoto authored on 2011-01-04
194
0.1627
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
195
    - added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
196
    - added EXPERIMENTAL txn_scope
simplified DBIx::Custom::Mod...
Yuki Kimoto authored on 2011-01-02
197
0.1626
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
198
    - simplified DBIx::Custom::Model and DBIx::Custom::Table
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-01
199
0.1625
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
200
    - added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table
added experimental iterate_a...
Yuki Kimoto authored on 2010-12-22
201
0.1624
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
202
    - added EXPERIMENTAL iterate_all_columns method.
added auto_filter method
kimoto.yuki@gmail.com authored on 2010-12-21
203
0.1623
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
204
    - added EXPERIMENTAL auto_filter method
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
205
    - deprecated default_bind_filter and default_fetch_filter because these are global effect.
206
    - changed defautl_bind_filter and default_fetch_filter attributes to methods.
207
    - changed DBIx::Custom::Result default_filter attribute to method
208
    - changed DBIx::Custom::Result filter attribute to method.
209
    - filter_check is always done for usability
check arguments of connect m...
Yuki Kimoto authored on 2010-12-20
210
0.1622
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
211
    - deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
212
    - added dbi_options attribute
213
    - checked attributes passed to connect method
cleanup (removed undocumente...
yuki-kimoto authored on 2010-11-10
214
0.1621
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
215
    - cleanup (removed undocumented features)
updated document
yuki-kimoto authored on 2010-10-21
216
0.1620
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
217
    - updated document
added experimental expand me...
yuki-kimoto authored on 2010-10-20
218
0.1619
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
219
    - updated document
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
220
    - added EXPERIMENTAL expand method
cleanup
yuki-kimoto authored on 2010-10-17
221
0.1618
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
222
    - added helper method
223
    - added begin_work, commit, and rollback method
DBIx::Custom is now stable
yuki-kimoto authored on 2010-09-07
224
0.1617
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
225
    - L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
removed experimental registe...
yuki-kimoto authored on 2010-08-24
226
0.1616
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
227
    - removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical
fixed DBIx::Custom::QueryBui...
yuki-kimoto authored on 2010-08-15
228
0.1615
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
229
    - fixed DBIx::Custom::QueryBuilder build_query() bug
230
    - required Perl 5.008001 to use @CARP_NOT 
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
231
0.1614
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
232
    - removed DBIx::Custom::Query start_tag and end tag attributes
233
    - enable escaping '{' and '}' in the source of SQL
234
    - fixed Carp Carp trust relationship
added register_method() meth...
yuki-kimoto authored on 2010-08-10
235
0.1613
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
236
    - added EXPERIMENTAL register_method() method
237
    - added EXPERIMENTAL methods attribute
add tests
yuki-kimoto authored on 2010-08-10
238
0.1612
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
239
    - added tests
240
    - updated document
241
    - removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
242
    - removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
renamed update tag to update...
yuki-kimoto authored on 2010-08-09
243
0.1611
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
244
    - renamed update tag to update_param
245
    - renamed insert tag to insert_param
246
    - renamed sql_builder to query_builder
added check_filter attribute
yuki-kimoto authored on 2010-08-08
247
0.1610
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
248
    - added filter_check attribute.
updated document
yuki-kimoto authored on 2010-08-08
249
0.1609
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
250
    - updated document.
update document
yuki-kimoto authored on 2010-08-07
251
0.1608
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
252
    - update document
253
    - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
254
0.1607
update pod
Yuki Kimoto authored on 2011-03-13
255
    - where argument of select() method can specify array(string, parameters)
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
256
    - renamed build_query() to create_query()(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
257
0.1606
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
258
    - fix testing bug
changed arguments of tag pro...
yuki-kimoto authored on 2010-08-05
259
0.1605
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
260
    - remove DBIx::Custom::QueryBuilder::tag_syntax()  (not backword compatible)
261
    - renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
262
    - changed arguments of tag processor(not backword compatible)
263
    - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
264
0.1604
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
265
    - changed argument of tag processor(not backword compatible)
266
    - renamed default_query_filter to default_bind_filter(not backword compatible)
267
    - renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
268
    - renamed create_query to build_query(not backword compatible)
269
    - renamed sql_template to sql_builder(not backword compatible)
270
    - removed DESTROY method(not backword compatible)
271
    - removed disconnect method(not backword compatible)
272
    - fixed DBIx::Custom::MySQL connect_memory
removed DBIx::Custom commit ...
yuki-kimoto authored on 2010-07-14
273
0.1603
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
274
    - removed DBIx::Custom commit method (not backword compatible)
275
    - removed DBIx::Custom rollback method (not backword compatible)
276
    - removed DBIx::Custom auto_commit method (not backword compatible)
added cache_method attribute
yuki-kimoto authored on 2010-06-25
277
0.1602
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
278
    - added cache_method attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
279
0.1601
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
280
    - added cache attribute
281
    - select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
removed reconnect method
yuki-kimoto authored on 2010-05-28
282
0.1503
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
283
    - removed reconnect method
284
    - removed connected method
285
    - removed reconnect_memroy method
286
    - renamed fetch_single to fetch_first
287
    - renamed fetch_hash_single to fetch_hash_first
288
    - updated document
update document
yuki-kimoto authored on 2010-05-27
289
0.1502
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
290
    - added commit method
291
    - added rollback method
292
    - changed select argument, added relation option
293
    - moved host attribute to DBIx::Custom::MySQL
294
    - moved port attribute to DBIx::Custom::MySQL
295
    - moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
update document
yuki-kimoto authored on 2010-05-27
296
0.1501
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
297
    - removed register_format()
298
    - removed formats()
299
    - removed run_transaction()
300
    - removed create_table()
301
    - removed drop_table()
302
    - changed select() arguments
303
    - changed insert() arguments
304
    - changed update() arguments
305
    - changed update_all() arguments
306
    - changed delete() arguments
307
    - changed delete_all() arguments
308
    - changed execute() arguments
some changed
yuki-kimoto authored on 2010-05-02
309
0.1402
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
310
    - remove finish(), error()
311
    - can receive code ref to filter()
312
    - renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
313
0.1401
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
314
    - renamed fetch_rows to fetch_multi
315
    - renamed fetch_hash_rows to fetch_hash_multi
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
316
0.1301
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
317
    - Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
318
0.1201
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
319
    - Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
320
0.1101
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
321
    - rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
update document
yuki-kimoto authored on 2010-01-30
322
0.1001
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
323
    - remove run_transaction().
324
    - add transaction() and DBIx::Custom::Transaction
325
    - rename fetch_first to fetch_single
326
    - rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
327
0.0906
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
328
    - fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
329
0.0905
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
330
    - catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
331
0.0904
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
332
    - cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
333
0.0903
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
334
    - catch up with Object::Simple update
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
335
0.0902
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
336
    - cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
337
0.0901
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
338
    - DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
version 0.0901
yuki-kimoto authored on 2009-12-17
339
0.0801
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
340
    - add 'create_table', 'drop_table' methods
version 0.0901
yuki-kimoto authored on 2009-12-17
341
0.0701
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
342
    - rename sql_template to sql_tmpl (not backword compatible)
343
    - rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
344
0.0605
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
345
    - fix encode_utf8 filter
fix timeformat tests
yuki-kimoto authored on 2009-11-23
346
0.0604
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
347
    - fix timeformat tests
fix timeformat tests
yuki-kimoto authored on 2009-11-23
348
0.0603
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
349
    - fix cache system bug
fix timeformat tests
yuki-kimoto authored on 2009-11-23
350
0.0602
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
351
    - update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
352
0.0601
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
353
    - bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
354
    - fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
355
    - run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
356
0.0502
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
357
    - update document
packaging one directory
yuki-kimoto authored on 2009-11-16
358
0.0501
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
359
    - packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
packaging one directory
yuki-kimoto authored on 2009-11-16
360
0.0401
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
361
    - catch up with DBIx::Custom::Result version up
packaging one directory
yuki-kimoto authored on 2009-11-16
362
0.0301
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
363
    - exchange filter argument 'key', 'value' (not backword compatible)
packaging one directory
yuki-kimoto authored on 2009-11-16
364
0.0201
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
365
    - rename tranzaction to transaction
366
    - add filter_off
packaging one directory
yuki-kimoto authored on 2009-11-16
367
0.0101
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
368
    - First release