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