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