DBIx-Custom / Changes /
Newer Older
180 lines | 6.094kb
add examples
Yuki Kimoto authored on 2011-01-07
1
0.1628
remove DBIx::Custom::Model
Yuki Kimoto authored on 2011-01-12
2
  remove DBIx::Custom::Model
3
  move table method and table_class attribute to DBIx::Custom
add examples
Yuki Kimoto authored on 2011-01-07
4
  added examples
remove DBIx::Custom::Model
Yuki Kimoto authored on 2011-01-12
5
  fixed connect method bug
added insert, update, update...
Yuki Kimoto authored on 2011-01-04
6
0.1627
7
  added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
8
  added experimental txn_scope
simplified DBIx::Custom::Mod...
Yuki Kimoto authored on 2011-01-02
9
0.1626
10
  simplified DBIx::Custom::Model and DBIx::Custom::Table
added experimental DBIx::Cus...
Yuki Kimoto authored on 2011-01-01
11
0.1625
12
  added experimental DBIx::Custom::Model and DBIx::Custom::Table
added experimental iterate_a...
Yuki Kimoto authored on 2010-12-22
13
0.1624
14
  added experimental iterate_all_columns method.
added auto_filter method
kimoto.yuki@gmail.com authored on 2010-12-21
15
0.1623
16
  added experimental auto_filter method
17
  deprecated default_bind_filter and default_fetch_filter because these are global effect.
cleanup
Yuki Kimoto authored on 2010-12-21
18
  changed defautl_bind_filter and default_fetch_filter attributes to methods.
19
  changed DBIx::Custom::Result default_filter attribute to method
20
  changed DBIx::Custom::Result filter attribute to method.
21
  filter_check is always done for usability
check arguments of connect m...
Yuki Kimoto authored on 2010-12-20
22
0.1622
23
  deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
added dbi_options attribute
kimoto authored on 2010-12-20
24
  added dbi_options attribute
25
  checked attributes passed to connect method
cleanup (removed undocumente...
yuki-kimoto authored on 2010-11-10
26
0.1621
27
  cleanup (removed undocumented features)
updated document
yuki-kimoto authored on 2010-10-21
28
0.1620
29
  updated document
added experimental expand me...
yuki-kimoto authored on 2010-10-20
30
0.1619
31
  updated document
32
  added experimental expand method
cleanup
yuki-kimoto authored on 2010-10-17
33
0.1618
34
  added helper method
35
  added begin_work, commit, and rollback method
DBIx::Custom is now stable
yuki-kimoto authored on 2010-09-07
36
0.1617
37
  L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
removed experimental registe...
yuki-kimoto authored on 2010-08-24
38
0.1616
39
  removed experimental register_method(), and methods attribute, because it is too magical
fixed DBIx::Custom::QueryBui...
yuki-kimoto authored on 2010-08-15
40
0.1615
41
  fixed DBIx::Custom::QueryBuilder build_query() bug
42
  required Perl 5.008001 to use @CARP_NOT 
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
43
0.1614
removed DBIx::Custom::Query ...
yuki-kimoto authored on 2010-08-12
44
  removed DBIx::Custom::Query start_tag and end tag attributes
45
  enable escaping '{' and '}' in the source of SQL
fixed Carp trast relationshi...
yuki-kimoto authored on 2010-08-12
46
  fixed Carp Carp trust relationship
added register_method() meth...
yuki-kimoto authored on 2010-08-10
47
0.1613
48
  added experimental register_method() method
49
  added experimental methods attribute
add tests
yuki-kimoto authored on 2010-08-10
50
0.1612
added register_method() meth...
yuki-kimoto authored on 2010-08-10
51
  added tests
add tests
yuki-kimoto authored on 2010-08-10
52
  updated document
53
  removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
54
  removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
renamed update tag to update...
yuki-kimoto authored on 2010-08-09
55
0.1611
56
  renamed update tag to update_param
57
  renamed insert tag to insert_param
58
  renamed sql_builder to query_builder
added check_filter attribute
yuki-kimoto authored on 2010-08-08
59
0.1610
updated document
yuki-kimoto authored on 2010-08-08
60
  added filter_check attribute.
updated document
yuki-kimoto authored on 2010-08-08
61
0.1609
62
  updated document.
update document
yuki-kimoto authored on 2010-08-07
63
0.1608
64
  update document
65
  renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
66
0.1607
update document
yuki-kimoto authored on 2010-08-07
67
  where argument of select() method can specify array(string, paramters)
68
  renamed build_query() to create_query()(not backword compatible)
renamed build_query to creat...
yuki-kimoto authored on 2010-08-06
69
0.1606
70
  fix testing bug
changed arguments of tag pro...
yuki-kimoto authored on 2010-08-05
71
0.1605
remove DBIx::Custom::QueryBu...
yuki-kimoto authored on 2010-08-05
72
  remove DBIx::Custom::QueryBuilder::tag_syntax()  (not backword compatible)
73
  renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
74
  changed arguments of tag processor(not backword compatible)
75
  renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
76
0.1604
changed argument of tag proc...
yuki-kimoto authored on 2010-08-03
77
  changed argument of tag processor(not backword compatible)
renamed default_query_filter...
yuki-kimoto authored on 2010-08-03
78
  renamed default_query_filter to default_bind_filter(not backword compatible)
79
  renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
80
  renamed create_query to build_query(not backword compatible)
81
  renamed sql_template to sql_builder(not backword compatible)
removed DESTROY method(not b...
yuki-kimoto authored on 2010-07-18
82
  removed DESTROY method(not backword compatible)
83
  removed disconnect method(not backword compatible)
84
  fixed DBIx::Custom::MySQL connect_memory
removed DBIx::Custom commit ...
yuki-kimoto authored on 2010-07-14
85
0.1603
86
  removed DBIx::Custom commit method (not backword compatible)
87
  removed DBIx::Custom rollback method (not backword compatible)
88
  removed DBIx::Custom auto_commit method (not backword compatible)
added cache_method attribute
yuki-kimoto authored on 2010-06-25
89
0.1602
90
  added cache_method attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
91
0.1601
add cache attribute
yuki-kimoto authored on 2010-06-14
92
  added cache attribute
select, insert, update, upda...
yuki-kimoto authored on 2010-06-14
93
  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
94
0.1503
95
  removed reconnect method
96
  removed connected method
97
  removed reconnect_memroy method
98
  renamed fetch_single to fetch_first
99
  renamed fetch_hash_single to fetch_hash_first
100
  updated document
update document
yuki-kimoto authored on 2010-05-27
101
0.1502
added commit method
yuki-kimoto authored on 2010-05-27
102
  added commit method
103
  added rollback method
104
  changed select argument, added relation option
update document
yuki-kimoto authored on 2010-05-27
105
  moved host attribute to DBIx::Custom::MySQL
106
  moved port attribute to DBIx::Custom::MySQL
107
  moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
108
0.1501
109
  removed register_format()
110
  removed formats()
111
  removed run_transaction()
112
  removed create_table()
113
  removed drop_table()
114
  changed select() arguments
115
  changed insert() arguments
116
  changed update() arguments
117
  changed update_all() arguments
118
  changed delete() arguments
119
  changed delete_all() arguments
120
  changed execute() arguments
some changed
yuki-kimoto authored on 2010-05-02
121
0.1402
122
  remove finish(), error()
123
  can receive code ref to filter()
124
  renamed resist to register
renamed fetch_rows to fetch_...
yuki-kimoto authored on 2010-05-01
125
0.1401
126
  renamed fetch_rows to fetch_multi
127
  renamed fetch_hash_rows to fetch_hash_multi
128
0.1301
129
  Changed many(not backword compatible)
many change
yuki-kimoto authored on 2010-02-11
130
0.1201
131
  Changed many(not backword compatible)
update document
yuki-kimoto authored on 2010-01-30
132
0.1101
133
  rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
134
0.1001
135
  remove run_transaction().
136
  add transaction() and DBIx::Custom::Transaction
137
  rename fetch_first to fetch_single
138
  rename fetch_hash_first to fetch_hash_single
fix some bug
yuki-kimoto authored on 2010-01-24
139
0.0906
140
  fix some bug
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-22
141
0.0905
142
  catch up with Object::Simple update
cleanup
yuki-kimoto authored on 2010-01-21
143
0.0904
144
  cleanup
catch up with Object::Simple...
yuki-kimoto authored on 2010-01-18
145
0.0903
146
  catch up with Object::Simple update
147
0.0902
148
  cleanup
version 0.0901
yuki-kimoto authored on 2009-12-17
149
0.0901
150
  DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
151
0.0801
152
  add 'create_table', 'drop_table' methods
153
0.0701
154
  rename sql_template to sql_tmpl (not backword compatible)
155
  rename dbi_options to options (not backword compatible)
fix timeformat tests
yuki-kimoto authored on 2009-11-23
156
0.0605
157
  fix encode_utf8 filter
158
0.0604
159
  fix timeformat tests
160
0.0603
161
  fix cache system bug
162
0.0602
163
  update document
bind_filter argument is chan...
yuki-kimoto authored on 2009-11-19
164
0.0601
165
  bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
166
  fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
167
  run_transaction argument is changed to ($dbi)
update document
yuki-kimoto authored on 2009-11-17
168
0.0502
169
  update document
packaging one directory
yuki-kimoto authored on 2009-11-16
170
0.0501
171
  packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template 
172
0.0401
173
  catch up with DBIx::Custom::Result version up
174
0.0301
175
  exchange filter argument 'key', 'value' (not backword compatible)
176
0.0201
177
  rename tranzaction to transaction
178
  add filter_off
179
0.0101
180
  First release