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