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