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