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