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