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