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