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