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