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