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