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