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