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