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