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