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