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