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