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