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