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