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