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