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