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