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