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