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