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