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