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