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