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