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