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