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