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