DBIx-Custom / Changes /
yuki-kimoto fix some bug
ee1bc1e 15 years ago
1 contributor
42 lines | 1.121kb
  1. 0.0906
  2. fix some bug
  3. 0.0905
  4. catch up with Object::Simple update
  5. 0.0904
  6. cleanup
  7. 0.0903
  8. catch up with Object::Simple update
  9. 0.0902
  10. cleanup
  11. 0.0901
  12. DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
  13. 0.0801
  14. add 'create_table', 'drop_table' methods
  15. 0.0701
  16. rename sql_template to sql_tmpl (not backword compatible)
  17. rename dbi_options to options (not backword compatible)
  18. 0.0605
  19. fix encode_utf8 filter
  20. 0.0604
  21. fix timeformat tests
  22. 0.0603
  23. fix cache system bug
  24. 0.0602
  25. update document
  26. 0.0601
  27. bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  28. fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  29. run_transaction argument is changed to ($dbi)
  30. 0.0502
  31. update document
  32. 0.0501
  33. packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template
  34. 0.0401
  35. catch up with DBIx::Custom::Result version up
  36. 0.0301
  37. exchange filter argument 'key', 'value' (not backword compatible)
  38. 0.0201
  39. rename tranzaction to transaction
  40. add filter_off
  41. 0.0101
  42. First release