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