DBIx-Custom / Changes /
Newer Older
373 lines | 14.914kb
select, update, and delete w...
Yuki Kimoto authored on 2011-04-25
1
0.1680
2
    - select, update, and delete where option can receive string where clause
added EXPERIMENTAL select() ...
Yuki Kimoto authored on 2011-04-19
3
0.1679
4
    - added EXPERIMENTAL select() wrap option to support Oracle ROWNUM
DBIx::Custom::Model filter a...
Yuki Kimoto authored on 2011-04-18
5
0.1678
6
    - DBIx::Custom::Model filter attribute can receive hash reference
improved error messages
Yuki Kimoto authored on 2011-04-18
7
    - DBIx::Custom::Where clause attribute can receive clause without column name
8
    - improved error messages
improved table search in col...
Yuki Kimoto authored on 2011-04-12
9
0.1677
10
    - improved table search in column and join clause
11
    - DEPRECATED table tag. use table option.
fixed test
Yuki Kimoto authored on 2011-04-11
12
0.1676
13
    - fixed test bug
- removed DEPRECATED DBIx::C...
Yuki Kimoto authored on 2011-04-11
14
0.1675
15
    - removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite
16
      these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki
17
      for some users.
18
    - removed EXPERIMENTAL replace().
19
    - removed EXPERIMENTAL mark from many methods.
20
0.1674
21
    - fixed test bug
fixed dbh() method bug:wq
Yuki Kimoto authored on 2011-04-05
22
0.1673
23
    - fixed dbh() method bug.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
24
0.1672
- removed EXPERIMENTAL Prefo...
Yuki Kimoto authored on 2011-04-04
25
    - removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy.
26
    - added EXPERIMETNAL connector() attribute.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
27
    - change retern value to array refrence of EXPERIMENTAL replace()
added environment variable D...
Yuki Kimoto authored on 2011-04-02
28
0,1671
29
    - added environment variable DBIX_CUSTOM_DEBUG
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
30
0.1670
cleanup
Yuki Kimoto authored on 2011-04-01
31
    - removed EXPERIMETNAL select() column hash option. it's a little complex.
added EXPERIMENTAL replace()...
Yuki Kimoto authored on 2011-04-01
32
    - added EXPERIMENTAL select() param option.
33
    - added EXPERIMENTAL replace().
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
34
0.1669
- renamed update_param to up...
Yuki Kimoto authored on 2011-03-30
35
    - renamed update_param to update_param_tag, update_param is DEPRECATED!
36
    - renamed insert_param to insert_param_tag, insert_param is DEPRECATED!
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
37
0.1668
38
    - added EXPERIMENTAL update_param no_set option.
added EXPERIMENTAL reserved_...
Yuki Kimoto authored on 2011-03-30
39
    - added EXPERIMENTAL reserved_word_quote attribute.
removed from cache() and cac...
Yuki Kimoto authored on 2011-03-29
40
0.1666
41
    - removed from cache() and cache_method() document for a while and cache() value
42
      become 0 because I find something bug.
create_model() return model
Yuki Kimoto authored on 2011-03-29
43
    - create_model() return model.
adeed EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-03-29
44
    - added document of hash filter
45
    - adeed EXPERIMENTAL DBIx::Custom::Model method()
removed EXPERIMETNAL flag fr...
Yuki Kimoto authored on 2011-03-25
46
0.1665
47
    - removed EXPERIMETNAL flag from insert_at(), update_at(), delete_at(), select_at(), insert_param(), not_exists(), select()'s query option, update_param(), where, table tag, each column, safety_character, DBIx::Where, where().
48
    - added EXPERIMETNAL create_model()
where can recieve array refr...
Yuki Kimoto authored on 2011-03-24
49
0.1664
50
    - where can recieve array refrence, which contains where cluase and paramter.
cleanup
Yuki Kimoto authored on 2011-03-21
51
0.1663
- added EXPERIMENTAL type() ...
Yuki Kimoto authored on 2011-03-21
52
    - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
53
    - added EXPERIMENTAL bind_param_option can set bind_param option
cleanup
Yuki Kimoto authored on 2011-03-21
54
      to insert(), update(), delete(), select(), insert_at(),
55
      update_at(), delete_at(), select_at(), delete_all(), update_all()
56
0.1662
57
    - removed EXPERIMENTAL DBIx::Custom::Model column_clause
58
    - added EXPERIMENTAL column()
59
    - added EXPERIMENTAL mycolumn()
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-15
60
0.1661
61
    - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
62
    - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
63
    - added EXPERIMENTAL DBIx::Custom::Model column()
64
    - fixed autoloading bug
65
    - added EXPERIMETNAL select() prepend table option
66
    - added EXPERIMETNAL select() column table option
67
    - added EXPERIMETNAL select() column all option
68
    - removed EXPERIMETNAL select() all_column option
69
    - removed EXPERIMENTAL view()
update pod
Yuki Kimoto authored on 2011-03-13
70
0.1660
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-14
71
    - added EXPERIMENTAL DBIx::Custom::Model view()
72
    - added EXPERIMENTAL view()
73
    - DBIx::Custom::Model inherit DBIx::Custom
74
    - removed EXPERIMETNAL DBIx::Custom::Model method()
75
    - added table choice feature to select() EXPERIMENTAL all_column option 
76
    - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
77
0.1659
EXPERIMETAL fork safety impl...
Yuki Kimoto authored on 2011-03-12
78
    - EXPERIMETAL fork safety implementaion.
update pod
Yuki Kimoto authored on 2011-03-12
79
    - removed EXPERIMENTAL selection
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
80
    - added select() all_column option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
81
0.1658
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
82
    - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
83
    - fixed select_at join column invalid bug
84
    - added DBIx::Custom::Model column() attribute 
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
85
0.1657
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
86
    - remaned EXPERIMENTAL safty_charcter to safty_name
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
87
    - safty_charcter is changed, set only one character regex.
fixed some select() join opi...
Yuki Kimoto authored on 2011-03-09
88
0.1656
89
    - fixed some select() join opition bug
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
90
0.1655
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
91
    - added EXPERIMENTAL DBIx::Custom::Model join attribute
92
    - added EXPERIMENTAL select() join option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-08
93
    - deprecated select() relation option
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
94
    - added EXPERIMENTAL update_param and insert_param
95
    - remove EXPERIMENTAL DBIx::Custom::Model relation
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
96
0.1654
selection can contain where ...
Yuki Kimoto authored on 2011-03-06
97
    - selection can contain where clause.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
98
0.1653
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
99
    - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
100
    - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
101
    - added EXPERIMENTAL DBIx::Custom::Model insert_at()
102
    - added EXPERIMENTAL insert_at()
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
103
    - improved error message
104
0.1652
105
    - all filter can receive array reference and receiving hash reference is DEPRECATED!
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
106
0.1651
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
107
    - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
108
0.1650
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
109
    - add EXPERIMENTAL DBIx::Custom::Model name() attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
110
0.1649
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
111
    - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
select method column option ...
Yuki Kimoto authored on 2011-02-22
112
    - select method column option can receive string.
cleanup
Yuki Kimoto authored on 2011-02-22
113
    - DBIx::Custom::Model select() and select_at() think about relation attirbute
add models() attribute
Yuki Kimoto authored on 2011-02-21
114
0.1648
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
115
    - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
116
    - add EXPERIMENTAL update_at(), delete_at(), select_at()
117
    - add EXPERIMENTAL setup_model()
118
    - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
119
    - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute 
120
    - add EXPERIMENTAL models() attribute
add default_dbi_option()
Yuki Kimoto authored on 2011-02-19
121
0.1647
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
122
    - add default_dbi_option()
add feture. all model class ...
Yuki Kimoto authored on 2011-02-18
123
0.1646
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
124
    - add feture. all model class in namespace is included by include_model
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
125
    - rename EXPERIMENTAL include_table to include_model
126
    - rename EXPERIMENTAL table to model
127
    - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
128
    - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
removed experimental base_ta...
Yuki Kimoto authored on 2011-02-15
129
0.1645
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
130
    - removed EXPERIMENTAL base_table() for class expandability.
131
    - EXPERIMENTAL table() can't set table object any more.
132
    - added EXPERIMENTAL include_table().
update pod
Yuki Kimoto authored on 2011-02-11
133
0.1644
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
134
    - update pod
cleanup
Yuki Kimoto authored on 2011-02-09
135
0.1643
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
136
    - add EXPERIMENTAL selection option to select()
137
    - add EXPERIMENTAL table tag
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
138
    - fix bug : filter can't overwirite undef value.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
139
    - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
140
    - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
cleanup
Yuki Kimoto authored on 2011-02-09
141
0.1642
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
142
    - removed EXPERIMENTAL DBIx::Custom::Table base() method
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
143
    - 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
144
0.1641
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
145
    - select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead)
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
146
    - added EXPERIMENTAL safety_column_name attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
147
    - fix SQL injection security hole about column name
autoload DBI method
Yuki Kimoto authored on 2011-01-26
148
0.1640
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
149
    - autoload DBI method
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
150
    - removed EXPERIMENTAL expand
added experimental not_exist...
Yuki Kimoto authored on 2011-01-26
151
0.1639
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
152
    - improved delete() and update() where option. you can use DBIx::Custom::Where object
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
153
    - added EXPERIMENTAL not_exists()
renamed experimental DBIx::C...
Yuki Kimoto authored on 2011-01-25
154
0.1638
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
155
    - table object call dbi object method if not found method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
156
    - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
157
    - renamed helper to method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
158
    - added EXPERIMENTAL DBIx::Custom::Result::stash()
159
    - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
renamed dbi_options to dbi_o...
Yuki Kimoto authored on 2011-01-23
160
0.1637
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
161
    - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
162
    - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
163
    - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
164
    - renamed tag_processors to tags. tag_prosessors is available, but deprecated.
165
    - improved error message
166
    - build all clause if param is undefined.
167
    - each_column callback receive self as first argument.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
168
    - removed EXPERIMENTAL txn_scope
many changed
Yuki Kimoto authored on 2011-01-23
169
0.1636
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
170
    - added tests and cleanup
pod fix
Yuki Kimoto authored on 2011-01-21
171
0.1635
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
172
    - renamed iterate_all_columns to each_column
pod fix
Yuki Kimoto authored on 2011-01-21
173
0.1634
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
174
    - became more useful where method
175
    - changed DBIx::Custom::Where greatly
fix tests
Yuki Kimoto authored on 2011-01-18
176
0.1633
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
177
    - fixed test
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-18
178
0.1632
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
179
    - added EXPERIMENTAL where method
180
    - added EXPERIMENTAL DBIx::Custom::Where.
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
181
    - removed DBIx::Custom::Or
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-17
182
0.1631
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
183
    - added EXPERIMENTAL DBIx::Custom::Result end_filter method
184
    - EXPERIMENTAL extended select method's where option
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
185
    - fix select method empty where failed bug
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
186
    - added EXPERIMENTAL suger method query option
187
    - added EXPERIMENTAL or method
fix tests
Yuki Kimoto authored on 2011-01-13
188
0.1630
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
189
    - fix test bug
cleanup
Yuki Kimoto authored on 2011-01-12
190
0.1629
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
191
    - renamed auto_filter to apply_filter
192
    - changed apply_filter method arguments
193
    - deprecated cache_method
add examples
Yuki Kimoto authored on 2011-01-07
194
0.1628
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
195
    - remove DBIx::Custom::Model
196
    - move table method and table_class attribute to DBIx::Custom
197
    - added examples
198
    - fixed connect method bug
added insert, update, update...
Yuki Kimoto authored on 2011-01-04
199
0.1627
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
200
    - added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
201
    - added EXPERIMENTAL txn_scope
simplified DBIx::Custom::Mod...
Yuki Kimoto authored on 2011-01-02
202
0.1626
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
203
    - simplified DBIx::Custom::Model and DBIx::Custom::Table
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-01
204
0.1625
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
205
    - added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table
added experimental iterate_a...
Yuki Kimoto authored on 2010-12-22
206
0.1624
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
207
    - added EXPERIMENTAL iterate_all_columns method.
added auto_filter method
kimoto.yuki@gmail.com authored on 2010-12-21
208
0.1623
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
209
    - added EXPERIMENTAL auto_filter method
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
210
    - deprecated default_bind_filter and default_fetch_filter because these are global effect.
211
    - changed defautl_bind_filter and default_fetch_filter attributes to methods.
212
    - changed DBIx::Custom::Result default_filter attribute to method
213
    - changed DBIx::Custom::Result filter attribute to method.
214
    - filter_check is always done for usability
check arguments of connect m...
Yuki Kimoto authored on 2010-12-20
215
0.1622
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
216
    - deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
217
    - added dbi_options attribute
218
    - checked attributes passed to connect method
cleanup (removed undocumente...
yuki-kimoto authored on 2010-11-10
219
0.1621
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
220
    - cleanup (removed undocumented features)
updated document
yuki-kimoto authored on 2010-10-21
221
0.1620
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
222
    - updated document
added experimental expand me...
yuki-kimoto authored on 2010-10-20
223
0.1619
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
224
    - updated document
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
225
    - added EXPERIMENTAL expand method
cleanup
yuki-kimoto authored on 2010-10-17
226
0.1618
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
227
    - added helper method
228
    - added begin_work, commit, and rollback method
DBIx::Custom is now stable
yuki-kimoto authored on 2010-09-07
229
0.1617
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
230
    - L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
removed experimental registe...
yuki-kimoto authored on 2010-08-24
231
0.1616
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
232
    - removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical
fixed DBIx::Custom::QueryBui...
yuki-kimoto authored on 2010-08-15
233
0.1615
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
234
    - fixed DBIx::Custom::QueryBuilder build_query() bug
235
    - required Perl 5.008001 to use @CARP_NOT 
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
236
0.1614
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
237
    - removed DBIx::Custom::Query start_tag and end tag attributes
238
    - enable escaping '{' and '}' in the source of SQL
239
    - fixed Carp Carp trust relationship
added register_method() meth...
yuki-kimoto authored on 2010-08-10
240
0.1613
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
241
    - added EXPERIMENTAL register_method() method
242
    - added EXPERIMENTAL methods attribute
add tests
yuki-kimoto authored on 2010-08-10
243
0.1612
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
244
    - added tests
245
    - updated document
246
    - removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
247
    - removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
renamed update tag to update...
yuki-kimoto authored on 2010-08-09
248
0.1611
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
249
    - renamed update tag to update_param
250
    - renamed insert tag to insert_param
251
    - renamed sql_builder to query_builder
added check_filter attribute
yuki-kimoto authored on 2010-08-08
252
0.1610
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
253
    - added filter_check attribute.
updated document
yuki-kimoto authored on 2010-08-08
254
0.1609
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
255
    - updated document.
update document
yuki-kimoto authored on 2010-08-07
256
0.1608
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
257
    - update document
258
    - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
259
0.1607
update pod
Yuki Kimoto authored on 2011-03-13
260
    - where argument of select() method can specify array(string, parameters)
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
261
    - renamed build_query() to create_query()(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
262
0.1606
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
263
    - fix testing bug
changed arguments of tag pro...
yuki-kimoto authored on 2010-08-05
264
0.1605
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
265
    - remove DBIx::Custom::QueryBuilder::tag_syntax()  (not backword compatible)
266
    - renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
267
    - changed arguments of tag processor(not backword compatible)
268
    - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
269
0.1604
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
270
    - changed argument of tag processor(not backword compatible)
271
    - renamed default_query_filter to default_bind_filter(not backword compatible)
272
    - renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
273
    - renamed create_query to build_query(not backword compatible)
274
    - renamed sql_template to sql_builder(not backword compatible)
275
    - removed DESTROY method(not backword compatible)
276
    - removed disconnect method(not backword compatible)
277
    - fixed DBIx::Custom::MySQL connect_memory
removed DBIx::Custom commit ...
yuki-kimoto authored on 2010-07-14
278
0.1603
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
279
    - removed DBIx::Custom commit method (not backword compatible)
280
    - removed DBIx::Custom rollback method (not backword compatible)
281
    - removed DBIx::Custom auto_commit method (not backword compatible)
added cache_method attribute
yuki-kimoto authored on 2010-06-25
282
0.1602
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
283
    - added cache_method attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
284
0.1601
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
285
    - added cache attribute
286
    - 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
287
0.1503
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
288
    - removed reconnect method
289
    - removed connected method
290
    - removed reconnect_memroy method
291
    - renamed fetch_single to fetch_first
292
    - renamed fetch_hash_single to fetch_hash_first
293
    - updated document
update document
yuki-kimoto authored on 2010-05-27
294
0.1502
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
295
    - added commit method
296
    - added rollback method
297
    - changed select argument, added relation option
298
    - moved host attribute to DBIx::Custom::MySQL
299
    - moved port attribute to DBIx::Custom::MySQL
300
    - moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
update document
yuki-kimoto authored on 2010-05-27
301
0.1501
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
302
    - removed register_format()
303
    - removed formats()
304
    - removed run_transaction()
305
    - removed create_table()
306
    - removed drop_table()
307
    - changed select() arguments
308
    - changed insert() arguments
309
    - changed update() arguments
310
    - changed update_all() arguments
311
    - changed delete() arguments
312
    - changed delete_all() arguments
313
    - changed execute() arguments
some changed
yuki-kimoto authored on 2010-05-02
314
0.1402
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
315
    - remove finish(), error()
316
    - can receive code ref to filter()
317
    - renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
318
0.1401
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
319
    - renamed fetch_rows to fetch_multi
320
    - renamed fetch_hash_rows to fetch_hash_multi
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
321
0.1301
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
322
    - Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
323
0.1201
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
324
    - Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
325
0.1101
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
326
    - rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
update document
yuki-kimoto authored on 2010-01-30
327
0.1001
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
328
    - remove run_transaction().
329
    - add transaction() and DBIx::Custom::Transaction
330
    - rename fetch_first to fetch_single
331
    - rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
332
0.0906
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
333
    - fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
334
0.0905
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
335
    - catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
336
0.0904
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
337
    - cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
338
0.0903
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
339
    - catch up with Object::Simple update
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
340
0.0902
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
341
    - cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
342
0.0901
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
343
    - DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
version 0.0901
yuki-kimoto authored on 2009-12-17
344
0.0801
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
345
    - add 'create_table', 'drop_table' methods
version 0.0901
yuki-kimoto authored on 2009-12-17
346
0.0701
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
347
    - rename sql_template to sql_tmpl (not backword compatible)
348
    - rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
349
0.0605
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
350
    - fix encode_utf8 filter
fix timeformat tests
yuki-kimoto authored on 2009-11-23
351
0.0604
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
352
    - fix timeformat tests
fix timeformat tests
yuki-kimoto authored on 2009-11-23
353
0.0603
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
354
    - fix cache system bug
fix timeformat tests
yuki-kimoto authored on 2009-11-23
355
0.0602
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
356
    - update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
357
0.0601
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
358
    - bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
359
    - fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
360
    - run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
361
0.0502
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
362
    - update document
packaging one directory
yuki-kimoto authored on 2009-11-16
363
0.0501
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
364
    - 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
365
0.0401
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
366
    - catch up with DBIx::Custom::Result version up
packaging one directory
yuki-kimoto authored on 2009-11-16
367
0.0301
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
368
    - exchange filter argument 'key', 'value' (not backword compatible)
packaging one directory
yuki-kimoto authored on 2009-11-16
369
0.0201
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
370
    - rename tranzaction to transaction
371
    - add filter_off
packaging one directory
yuki-kimoto authored on 2009-11-16
372
0.0101
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
373
    - First release