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