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