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