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